<!--
function newwindow(url,w,h){	
    window.open(url,null,'width=' + w + ',height=' + h + ',menubar,location=no,toolbar,scrollbars,resizable');
    }


function isEmpty(fld) {
	if ((fld == null) || (fld == "")) {
		return true
	}
 	return false
 }	
 
function SubmitPage(form)
{
form.submit();
}

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 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");}

 // -->
