<!--
    function opensite(site) {
		window.open(site,"links","resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,status=no,left=0,top=0,height=487,width=414");
	}
	function change(text) {
		myDescription.innerHTML=text;
	}
	function doLogin(what) {
		if( what == 1 )
			window.location="property.cfm?action=save&grplstno=<cfoutput>#grplstno#</cfoutput>";
		else
			window.location="househunter.cfm?a=fp";
	}
	function plainWindow(sURL, bScroll, nWidth, nHeight, windowName) {		
		winleft = 0;
		wintop = 0;
		if (windowName == null)	windowName = "_blank"
		if( parseInt(navigator.appVersion ) >= 4 ) {
			winleft=((screen.width/2)-(nWidth/2)); // center the window right to left 
			wintop=((screen.height/2)-(nHeight/2)); // center the window top to bottom 
		}
		var plain_window = window.open(sURL, windowName, "top=" + wintop + ",left=" + winleft + ",height=" + nHeight + ",width=" + nWidth + ",resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrollbars=" + (bScroll == true ? "yes" : "no" + ",copyhistory=no"));
		plain_window.opener = self;
	}
	function printableWindow() {		
		var printableWindow = window.open("printbrochure.cfm?grplstno=<cfoutput>#grplstno#</cfoutput>","printwindow","resizable=yes,status=yes,toolbar=yes,menubar=yes,location=no,scrollbars=yes");
		printableWindow.window.resizeTo(screen.availWidth,screen.availHeight);
		printableWindow.moveTo(0,0);
		printableWindow.opener = self;
	}
	function MM_swapImgRestore() { //v3.0
	  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
	}
	function MM_findObj(n, d) { //v3.0
	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
	}
	function MM_swapImage() { //v3.0
	  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
	}	
	function ClicktoCall(id) {
		var w=370;
		var h=450;
		var leftPos=(screen.width)?(screen.width-w)/2:100;
		var topPos=(screen.height)?(screen.height-h)/2:100;
		var settings='width='+w+',height='+h+',top='+topPos+',left='+leftPos+',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,dependent=no';
		var sUrl='http://www.nascomms.com/ccConnect/Dialer.aspx?clientId='+id;
		var ccWindow=window.open(sUrl,'ClickCalling',settings);
		ccWindow.focus();
	}
-->
