function photo_tour(url)
	{
		window.open(url,"gallery", "width=640, height=690,resizable=yes,scrollbars=yes,top=50,left=125");
	}
function video_tour(url)
	{
		window.open(url,"video", "width=640, height=636,resizable=yes,scrollbars=yes,top=50,left=125");
	}
	function checkSvaluePopUp(frmVal) 
	{
		window.open("../mb-cvb/pop_up/quick_search_results.html","qresults","width=636, height=600,resizable=yes,scrollbars=yes,top=50,left=125");
		var frmField = frmVal.s.options[frmVal.s.selectedIndex].value;
		if (frmField == "") { return false; }
		return true
	}
function checkSvalue(frmVal) {
var frmField = frmVal.s.options[frmVal.s.selectedIndex].value;
if (frmField == "") { return false; }
return true
}
function propPop(propURL) {
var w = 650;
var h = 500;
tx = (screen.width - w) / 2;
ty = (screen.height - h) / 2;

	 propWindow = window.open("property.asp?p="+propURL,"prop","width="+w+",height="+h+",top="+ty+",left="+tx+",titlebar=0,resizable=1,status=0,menubar=0,scrollbars=1,fullscreen=0");
	 propWindow.focus() 
}