function showMenu(sType,sMenu) {
	if (sType == 1) {
		document.getElementById(sMenu).style.display = "block"
	}else{
		document.getElementById(sMenu).style.display = "none"
	}
}

function clearBox(box) {
	 if(box.value==box.defaultValue) {
		 box.value = "";
	 }
 }

function ad_forms(target){

	// the next 3 lines are the main lines of this script
	//remember to leave action field blank when defining the form
	if(target == 0) {
		document.wpfjads.action="http://createsend.dnet.net/t/r/s/yujdjy/";
		document.wpfjads.submit();
	}
	
	if(target == 1) {
		document.wpfjads2.action="http://www.weather.com/cgi-bin/uncgi/zip_city_search.cgi?par=internal&code=310835&site=logo&promo=english";
		document.wpfjads2.submit();
	}

}
