<!--
function newwindow(url,w,h){	
window.open(url,null,'width=' + w + ',height=' + h + ',menubar,location=no,toolbar,scrollbars,resizable');
}

function  homelink(){	
	window.open("https://www.home-link.com/login.jsp?pid=101",null,"width=700,height=600,menubar,location=no,toolbar,scrollbars,resizable");}


function schoollink(){	
	window.open("schoollink.asp",null,"width=700,height=450,menubar,location=no,toolbar,scrollbars,resizable");}


function newyorklink(){	
	window.open("newyorklink.asp",null,"width=800,height=600,menubar,location=no,toolbar,scrollbars,resizable");}


function relolink(){	
	window.open("http://www.relohomesearch.com/default.asp?coid=11873",null,"menubar,location=no,toolbar,scrollbars,resizable");}

function homesvclink()
{
	window.open("http://www.qcorpssecure.com/WebObjects/ResidentSvcs.woa/wa/cm?id=1014909",null,"width=700,height=450,menubar,location=no,toolbar,scrollbars,resizable");}

function simulatorlink(){	
	window.open("simulator.asp",null,"width=700,height=450,menubar,location=no,toolbar,scrollbars,resizable");}


function printDate(){	today = new Date 
	document.write([today.getMonth() + 1] + "/" + [today.getDate()] + "/" + [today.getYear()]) 
 }
	function gfNavOver()
	{		window.event.srcElement.style.color = "#D0B000";
		window.event.srcElement.style.cursor = "hand";
	}
	function gfNavOut()
	{
		window.event.srcElement.style.color = "white";
		window.event.srcElement.style.cursor = "default";
	}
	
function isEmpty(fld) {
	if ((fld == null) || (fld == "")) {
		return true
	}
 	return false
 }	
function popup(dest){	
	window.open(dest,null,"width=500,height=400,location=no,toolbar,scrollbars,resizable,top=0,left=0");
	}

function popmap(dest){	window.open(dest,null,"width=600,height=600,location=no,toolbar,scrollbars,resizable,top=0,left=0");}

function popflyer(dest){	window.open(dest,null,"width=700,height=400,location=no,menubar,toolbar,scrollbars,resizable,top=0,left=0");} 

function printDate(){	today = new Date 
	document.write([today.getMonth() + 1] + "/" + [today.getDate()] + "/" + [today.getYear()]) 
 }
 
function OpenWindow( url, width, height, options, name )
    {
    if ( ! width ) width = 600;
    if ( ! height ) height = 400;
    if ( ! options ) options = "scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes";
    if ( ! name ) name = "outsideSiteWindow";

    var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
    } 
    
function chgphotoopt(url){	document.location = url;}
function SubmitPage(form)
{
form.submit();
}

    
-->

