
<!--
	if (document.images){// Preload navagation images
	
		var mouse1_off=new Image();
		mouse1_off.src="images/mouse1_out.gif";
		var mouse1_on=new Image();
		mouse1_on.src="images/mouse1_over.gif";
		
		var mouse2_off=new Image();
		mouse2_off.src="images/mouse2_out.gif";
		var mouse2_on=new Image();
		mouse2_on.src="images/mouse2_over.gif";
  var mouse3_off=new Image();
		mouse3_off.src="images/mouse3_out.gif";
		var mouse3_on=new Image();
		mouse3_on.src="images/mouse3_over.gif";
  var mouse4_off=new Image();
		mouse4_off.src="images/mouse4_out.gif";
		var mouse4_on=new Image();
		mouse4_on.src="images/mouse4_over.gif";
  var mouse5_off=new Image();
		mouse5_off.src="images/mouse5_out.gif";
		var mouse5_on=new Image();
		mouse5_on.src="images/mouse5_over.gif";
  var mouse6_off=new Image();
		mouse6_off.src="images/mouse6_out.gif";
		var mouse6_on=new Image();
		mouse6_on.src="images/mouse6_over.gif";		
  var mouse7_off=new Image();
		mouse7_off.src="images/mouse7_out.gif";
		var mouse7_on=new Image();
		mouse7_on.src="images/mouse7_over.gif";
  var mouse8_off=new Image();
		mouse8_off.src="images/mouse8_out.gif";
		var mouse8_on=new Image();
		mouse8_on.src="images/mouse8_over.gif";
  var mouse9_off=new Image();
		mouse9_off.src="images/mouse9_out.gif";
		var mouse9_on=new Image();
		mouse9_on.src="images/mouse9_over.gif";
  var mouse10_off=new Image();
		mouse10_off.src="images/mouse10_out.gif";
		var mouse10_on=new Image();
		mouse10_on.src="images/mouse10_over.gif";
  var mouse11_off=new Image();
		mouse11_off.src="images/mouse11_out.gif";
		var mouse11_on=new Image();
		mouse11_on.src="images/mouse11_over.gif";
  var mouse12_off=new Image();
		mouse12_off.src="images/mouse12_out.gif";
		var mouse12_on=new Image();
		mouse12_on.src="images/mouse12_over.gif";
  var mouse13_off=new Image();
		mouse13_off.src="images/mouse13_out.gif";
		var mouse13_on=new Image();
		mouse13_on.src="images/mouse13_over.gif"; 
  var mouse14_off=new Image();
		mouse14_off.src="images/mouse14_out.gif";
		var mouse14_on=new Image();
		mouse14_on.src="images/mouse14_over.gif";
  var mouse15_off=new Image();
		mouse15_off.src="images/mouse15_out.gif";
		var mouse15_on=new Image();
		mouse15_on.src="images/mouse15_over.gif";
}
	
	function MouseOn(imageName) {
		if (document.images) {// if browser supports images
					if(eval(imageName + "_on.complete")){// is the image completely downloaded
						document.images[imageName].src=eval(imageName +"_on.src");
				}
			}
		}//end function MouseOn
		
	function MouseOff(imageName) {
		if (document.images) {//if browser supports images
						if(eval(imageName + "_on.complete")){// is the image completely downloaded
							document.images[imageName].src=eval(imageName +"_off.src");
				}
			}//end funtion MouseOff
		}
		
			
		
				
 
//-->



<!-- hide
function popupwin(){
winpopup=window.open('http://www.jswebsolutions.com/townehouseshortform.htm', 'popup', 'height=450, width=250, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=10, screenY=10, left=200, top=10');
}
//end-->
