function header(){
document.write("<TABLE COLS=6 ROWS=6 CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER width=100%>");
document.write("<tr><td align=left valign=top><b><i><nobr><font face='Times New Roman,Times' color='#2525B7' size=+3>Vogue Realty Inc</font></nobr></i></b></td><td width=1%>&nbsp;</td><td align=left><img src='../../images/orea.jpg' height=40 width=40></td><td width=1%>&nbsp;</td><td width=5%>&nbsp;</td><td>&nbsp;</td></tr>");
document.write("<tr><td></td><td></td><td></td><td></td><td></td><td align=left valign=top ID=highhead>Tel.: (807) 468-3326</td></tr>");
document.write("<tr><td align=left valign=top ID=highhead>PO Box 7</td><td></td><td></td><td></td><td></td><td align=left valign=top ID=highhead>Fax: (807) 468-3973</td></tr>");
document.write("<tr><td align=left valign=top ID=highhead>Kenora, Ontario</td><td></td><td rowspan=2 align= valign=top><img SRC='../../images/mls.jpg' height=40 width=80 align=ABSCENTER></td><td></td><td colspan=2 align=left valign=top ID=highhead>Internet:<a href ='../../index.html'> www.voguerealty.ca</a></td></tr>");
document.write("<tr><td align=left valign=top ID=highhead>P9N 3X1</td><td></td><td></td><td colspan=2 align=left valign=top ID=highhead>Email:<a href ='mailto:vogue@voguerealty.ca'>vogue@voguerealty.ca</a></td></tr>");
document.write("</table>");
document.write("<img src='../../images/doubleline.jpg' width=100% height=9>");
}

function headerinroot(){
document.write("<TABLE COLS=3 ROWS=6 CELLSPACING=0 CELLPADDING=0 ALIGN=CENTER width=100%>");
document.write("<tr><td align=left valign=top><b><i><nobr><font face='Times New Roman,Times' color='#0E36AD' size=+3> Vogue Realty Inc</font></nobr></i></b></td><td align=left><img SRC='images/Realtor_Logo.jpg' height=40 width=40 align=ABSCENTER></td><td></td></tr>");
document.write("<tr><td></td><td colspan=2 align=center valign=top ID=highhead>&nbsp&nbsp&nbspTel: &nbsp(807) 468-3326&nbsp;&nbsp;&nbsp</td></tr>");
document.write("<tr><td align=left valign=top ID=highhead>PO Box 7</td><td colspan=2 align=center valign=top ID=highhead>Fax: (807) 468-3973</td></tr>");
document.write("<tr><td align=left valign=top ID=highhead>Kenora, Ontario</td><td colspan=2 align=center valign=top ID=highhead>Internet:<a href ='index.html'> www.voguerealty.ca</a>&nbsp;</td></tr>");
document.write("<tr><td align=left valign=top ID=highhead>P9N 3X1</td><td colspan=2 align=center valign=top ID=highhead>&nbsp&nbsp&nbsp&nbsp&nbsp&nbspEmail:<a href ='mailto:vogue@voguerealty.ca'> vogue@voguerealty.ca</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>");
document.write("</table>");
document.write("<img src='images/doubleline.jpg' width=100% height=9>");
}
function picture(headtext,location){
	document.write("<html><title>",headtext,"</title>");
	document.write("<p id=#highhead>",headtext,"</p><br><img src='",location," BORDER=0 height=400 width=500>");
	document.write("<br>Click Here&nbsp;<a href='../../index.html' target='_top'><img SRC='../../images/rh.gif' height=14 width=33></a>To Return To Vogue Realty Inc. Homepage.");
}
function newBroker(Broker)
{
	var Temp;
	Temp=Broker.value;
	if (Temp=="Vogue")
		this.focus();
	else
		window.open(Temp, "BrokerWindow");

}
		
function PropertySelect(f){
	City = new Array();
	City[0] = "No Preference";
	City[1] = "Kenora-Central";
	City[2] = "Kenora-Lakeside";
	City[3] = "Kenora-North";
	City[4] = "Kenora-South";
	City[5] = "Kenora-East";
	City[6] = "Kenora-West";
	City[7] = "Minto Area";
	City[8] = "Pinecrest Area";
	City[9] = "Rideout Area";	
	
	Country = new Array()
	Country[0] = "No Preference";
	Country[1] = "Hwy 17 West to Border";
	Country[2] = "Hwy 17 East to Bypass Junction";
	Country[3] = "Hwy 71 to Sioux Narrows";
	Country[4] = "Airport Road";
	Country[5] = "Minaki Road";
	Country[6] = "Storm Bay Road";
	Country[7] = "McKenzie Portage Road";
	Country[8] = "Hwy 641";
	Country[9] = "Hwy 596";
	Country[10] = "Other Country Area";

	Waterfront_City = new Array();
	Waterfront_City[0] = "No Preference";
	Waterfront_City[1] = "Lake of the Woods";
	Waterfront_City[2] = "Winnipeg River(Darlington Bay)";
	Waterfront_City[3] = "Laureson Lake";
	Waterfront_City[4] = "Laureson Creek";
	Waterfront_City[5] = "Rabbit Lake";
	Waterfront_City[6] = "Coney Island";
	Waterfront_City[7] = "Other Water Front in Town";
	
	Waterfront_Country = new Array();
	Waterfront_Country[0] = "No Preference";
	Waterfront_Country[1] = "Lake of the Woods-Storm Bay Rd";
	Waterfront_Country[2] = "McKenzie Portage";
	Waterfront_Country[3] = "Spurce Lake";
	Waterfront_Country[4] = "Longbow Lake";
	Waterfront_Country[5] = "Winnipeg River";
	Waterfront_Country[6] = "Minaki";
	Waterfront_Country[7] = "Sioux Narrows";
	Waterfront_Country[8] = "Black Sturgeon";
	Waterfront_Country[9] = "Middle Lake";
	Waterfront_Country[10] = "Muriel Lake";
	Waterfront_Country[11] = "Lac Lu";
	Waterfront_Country[12] = "Other Water Front Out Of Town";

	No_Preference = new Array();
	No_Preference[0] = "No Preference";
	
			extrac=eval(f.Location.options[f.Location.selectedIndex].value);
			f.Area.options.length=0;
			for(i=0;i<extrac.length;i++){
				f.Area.options[i]=new Option(extrac[i]);
			
		}
		f.Area.selectedindex=0;
}

function GarageValues(gar){
	if(gar.checked==true){
		document.RequestInfo.garagevalue.value="<TABLE><TR><TD># of Garage Stalls:</TD></TR><TD><SELECT NAME='garagestalls'><OPTION SELECTED>No Preference<OPTION>1<OPTION>2<OPTION>3<OPTION>4+</TD></TR><TR><TD HEIGHT=10></TD></TR></TABLE>";			
	}
	else document.RequestInfo.garagevalue.value="";
}

function NewWindow(destination, name){
	window.open(destination, name, "height=300, width=400, top=50, left=200, scrollbars=yes, resizable");
}


