
<!--
function videoPopup(sUrl) {
	var windowURL = sUrl;
	theWindow = window.open(windowURL,"WinName","WIDTH=490,HEIGHT=480,LEFT=250,TOP=50,alwaysRasied=yes,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=yes");
	theWindow.focus();
}

function WinOpen(urlLoc, wth, ht, WinName) {
	theWindow = window.open(urlLoc,WinName,"WIDTH=" + wth + ",HEIGHT=" + ht + ",alwaysRasied=yes,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
	theWindow.focus();
}

function qtvrPopup(marshaCode) {

	var windowURL = "/property/qtvr.mi?marshaCode=" + marshaCode;
	theWindow = window.open(windowURL,"WinName","WIDTH=360,HEIGHT=370,LEFT=250,TOP=100,alwaysRasied=yes,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no");
	theWindow.focus();
}

function openAgency()
{
	window.open("/property/property/locatorPopUp.jsp","AgencyLocator", 'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,width=500,height=500');
}
//-->

