	<!--
	
	// images 40-53 are being used by stats_page.js
	
	if (document.images) {
		image1on = new Image();
		image1on.src = "http://www.marindreamhouse.com/images/nav_mlssearch_on.gif";
					
		image2on = new Image();
		image2on.src = "http://www.marindreamhouse.com/images/nav_fp_on.gif";
	
		image3on = new Image();
		image3on.src = "http://www.marindreamhouse.com/images/nav_buyers_on.gif";
	
		image4on = new Image();
		image4on.src = "http://www.marindreamhouse.com/images/nav_marin_on.gif";
	
		image5on = new Image();
		image5on.src = "http://www.marindreamhouse.com/images/nav_market_on.gif";
		
		image1off = new Image();
 		image1off.src = "http://www.marindreamhouse.com/images/nav_mlssearch_off.gif";
 				
		image2off = new Image();
 		image2off.src = "http://www.marindreamhouse.com/images/nav_fp_off.gif";
	
		image3off = new Image();
 		image3off.src = "http://www.marindreamhouse.com/images/nav_buyers_off.gif";
	
		image4off = new Image();
 		image4off.src = "http://www.marindreamhouse.com/images/nav_marin_off.gif";

		image5off = new Image();
 		image5off.src = "http://www.marindreamhouse.com/images/nav_market_off.gif";
 		
	}
	
	function turnOn(imageName) {
		if (document.images) {
			document[imageName].src = eval(imageName + "on.src");
		}
	}
	
	function turnOff(imageName) {
		if (document.images) {
			document[imageName].src = eval(imageName + "off.src");
		}
	}
	
	function openwin_sell (pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=500,height=600,scrollbars=yes,resizable=yes");
		openwindow.focus();
	}

	function openwin550(pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=560,height=560,scrollbars=yes,resizable=yes");
		openwindow.focus();
	}

	function openwin(pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=600,height=500,location=yes,scrollbars=yes,resizable=yes");
		openwindow.focus();
	}
	
	function openwinmap(pagetype) {
		openwindow = open(pagetype,"win2","screenx=100,screeny=100,width=400,height=388,location=yes,scrollbars=no,resizable=no");
		openwindow.focus();
	}

	function openwin_chart(pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=770,height=600,scrollbars=yes,resizable=yes");
		openwindow.focus();
	}

// added by ericw 05/08/2002
	function swapIt(imageName,picName) {
	    if(document.images) {
	      document[imageName].src = eval(picName+".src");
	    }
	}
	
// added by mark 12/14/2004
	function openwin_worth(pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=500,height=650,scrollbars=yes,resizable=yes");
		openwindow.focus();
	}
	
	// -->
