<!--
function openSendListing(address)
{
var property = escape(address);
var str= "http://www.kayyah.com/backoffice/rt360lite/send_listing.php?property=" + property ;
window.open(str, "SendListing","width=500,height=370,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=no,location=no,resizable=no");
}
function changeWindow(value){
if (value != 'Category'){
window.location=value;
}
}
function openhelp()
{
var str= "http://www.voyager360.com/realtour360/rt360lite/help.htm";
window.open(str, "Help","width=350,height=200,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=yes,location=no,resizable=yes");
}
function opencalc(price)
{
var str= "startcalc.php";
window.open(str, "Calculator","width=600,height=400,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=yes,location=no,resizable=no");
}
function openSchedule(address,broker)
	{
		var property = escape(address);
		var broker = escape(broker);
		var str= "http://www.kayyah.com/backoffice/rt360lite/schedule.php?property=" + property + "&broker=" + broker;
		window.open(str, "ScheduleViewing","width=500,height=450,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=no,location=no,resizable=no");
}
function openFeedback(address,broker)
	{
		var property = escape(address);
		var broker = escape(broker);
		var str= "http://www.kayyah.com/backoffice/rt360lite/feedback_listing.php?property=" + property;
		window.open(str, "FeedbackListing","width=500,height=520,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=yes,location=no,resizable=no");
	}
function openAgentInfo(agentid,company)
	{
		var agent = escape(agentid);

		var str= "http://www.kayyah.com/backoffice/agent_info.php?agent=" + agent+"&company="+company;
		window.open(str, "AgentInfo","width=575,height=325,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=yes,location=no,resizable=no");
	}

function openAgentInfo2(agentid,company)
	{
		var agent = escape(agentid);

		var str= "http://www.kayyah.com/backoffice/agent_info.php?agent=" + agent+"&company="+company;
		window.open(str, "AgentInfo","width=575,height=325,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=yes,location=no,resizable=no");
	}
	
function openFplan(listid)
	{
		var list = escape(listid);
		var str= "http://www.kayyah.com/backoffice/floorplan.php?listingid=" + list;
		window.open(str, "Floorplan","width=575,height=750,top=20,left=20,status=no,hotkeys=no,toolbar=no,scrollbars=yes,location=no,resizable=no");
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

