function jasMenuOver(myId) {

		jasId = document.getElementById(myId)
		jasId.style.borderTop="2px solid #89a5cc";
		jasId.style.borderBottom="2px solid #89a5cc";		



}


function jasMenuOut(myId) {


		jasId = document.getElementById(myId)
		jasId.style.borderTop="2px solid #FFFFFF";
		jasId.style.borderBottom="2px solid #FFFFFF";		



}


function popUp(strURL,strType,strHeight,strWidth,strNam)
	{
		var strOptions="";
		if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
		if (strType=="fixed") strOptions="scrollbars,status,height="+strHeight+",width="+strWidth;
		if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth;
		window.open(strURL, strNam, strOptions);
	}

function confEmail(){

	jasMail01 = document.getElementById("email").value;
	jasMail02 = document.getElementById("emailConf").value;
	
	if (jasMail01 == jasMail02)
		{
		
		return true;
		
		}
		
	if (jasMail01 != jasMail02)
		{
		
		alert("Email addresses do not match. Please try again.");
		document.getElementById("emailConf").value = "";
		document.getElementById("emailConf").focus();
		
		}


}

function launchWP(){


	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='417' height='212' id='wpi_home' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='http://www.winterproperties.com/wpi_test.swf' /><param name='menu' value='false' /><param name='quality' value='high' /><param name='salign' value='lt' /><param name='wmode' value='opaque' /><param name='bgcolor' value='#fcfaf3' /><embed src='http://www.winterproperties.com/wpi_test.swf' menu='false' quality='high' salign='lt' wmode='opaque' bgcolor='#fcfaf3' width='417' height='212' name='wpi_home' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>");


}