// JavaScript Document

function openMyListings()
{	
	window.open("http://www.realtor.ca/propertyresults.aspx?id=1097778&mode=1",
	"mywindow","location=1,status=1,scrollbars=1,width=980,height=900");

}

function openOfficeListings()
{
	window.open("http://www.realtor.ca/propertyresults.aspx?id=1003493&mode=3",
	"mywindow","location=1,status=1,scrollbars=1,width=980,height=900");
}


function openCalculators()
{
	window.open ("http://www.realtor.ca/Calculators/en-CA/calculator.aspx?Price=324900","mywindow","menubar=1,resizable=1,width=500,height=450");
}

