	function popupacrobat()    {   
		ChildWindow = window.open('http://www.adobe.com/products/acrobat/readstep2.html', "PopUpAcrobat", "width=640,height=640,top=200,left=200,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");    
	}

	function showstatus(text) {
	    window.setTimeout('self.status="' + text + '"', 1);
	}

	function bookmark() {
		netscape="Netscape User's hit CTRL+D to add a bookmark to this site.";
		if (navigator.appName=='Microsoft Internet Explorer') {
			window.external.AddFavorite('http://www.ISNappraisal.com','-----   ISN Appraisal - Southern California   -----');
		}
		else if (navigator.appName=='Netscape') {
			alert(netscape);
		}
	}

	function open_etrac_popup(url) {
 		new__window=window.open (url+"662","_blank", "width=860,height=480,resizable=1,scrollbars=1,location=0,toolbar=1");
	}

	function showdivitem(argsection)
	{
		//show our section
		document.getElementById(argsection).style.display = "";
	}

	function hidedivitem(argsection)
	{
		//hide our section
		document.getElementById(argsection).style.display = "none";
	}
