///////// PLANS /////////
function openMews() {
	Mews = window.open("","displayWindowMews","menubar=no,location=no,scrollbars=no,toolbar=no,width=501,height=350,left=110,top=110");
	with(Mews.document) {
		writeln("<html><head><title>Stouts Hill - The Mews</title></head><body topmargin=0 leftmargin=0 margin-top=0 margin-left=0 bgcolor=\"#F4E7D5\">");
		writeln("<a href=\"javascript: window.close();\"><img src=\"plans/plan_Mews.jpg\" width=501 height=350 alt=\"Click graphic to close window\" border=0></a>");
		writeln("</body></html>");
	}
	Mews.focus();
}
///////// PHOTOS /////////
function openFourOfThe5MewsCottages() {
	FourOfThe5MewsCottages = window.open("","displayWindow048","menubar=no,location=no,scrollbars=no,toolbar=no,width=500,height=358,left=110,top=110");
	with(FourOfThe5MewsCottages.document) {
		writeln("<html><head><title>Stouts Hill - Four of the five Mews Cottages</title></head><body topmargin=0 leftmargin=0 margin-top=0 margin-left=0 bgcolor=\"white\">");
		writeln("<a href=\"javascript: window.close();\"><img src=\"photos/FourOfThe5MewsCottages.jpg\" width=500 height=358 alt=\"Click graphic to close window\" border=0></a>");
		writeln("</body></html>");
	}
	FourOfThe5MewsCottages.focus();
}
function openThe5MewsCottages() {
	The5MewsCottages = window.open("","displayWindowThe5MewsCottages","menubar=no,location=no,scrollbars=no,toolbar=no,width=500,height=282,left=110,top=110");
	with(The5MewsCottages.document) {
		writeln("<html><head><title>Stouts Hill - The five Mews Cottages</title></head><body topmargin=0 leftmargin=0 margin-top=0 margin-left=0 bgcolor=\"white\">");
		writeln("<a href=\"javascript: window.close();\"><img src=\"photos/The5MewsCottages.jpg\" width=500 height=282 alt=\"Click graphic to close window\" border=0></a>");
		writeln("</body></html>");
	}
	The5MewsCottages.focus();
}
function openOrig_MewsApartmentLounge() {
	Orig_MewsApartmentLounge = window.open("","displayWindow052","menubar=no,location=no,scrollbars=no,toolbar=no,width=500,height=278,left=110,top=110");
	with(Orig_MewsApartmentLounge.document) {
		writeln("<html><head><title>Stouts Hill - Apartment - Lounge</title></head><body topmargin=0 leftmargin=0 margin-top=0 margin-left=0 bgcolor=\"white\">");
		writeln("<a href=\"javascript: window.close();\"><img src=\"photos/Orig_MewsApartmentLounge.jpg\" width=500 height=278 alt=\"Click graphic to close window\" border=0></a>");
		writeln("</body></html>");
	}
	Orig_MewsApartmentLounge.focus();
}
function openApartment_Land_01b() {
	Apartment_Land_01b = window.open("","displayWindow027","menubar=no,location=no,scrollbars=no,toolbar=no,width=500,height=337,left=110,top=110");
	with(Apartment_Land_01b.document) {
		writeln("<html><head><title>Stouts Hill - Apartment - Lounge</title></head><body topmargin=0 leftmargin=0 margin-top=0 margin-left=0 bgcolor=\"white\">");
		writeln("<a href=\"javascript: window.close();\"><img src=\"photos/Apartment_Land_01b.jpg\" width=500 height=337 alt=\"Click graphic to close window\" border=0></a>");
		writeln("</body></html>");
	}
	Apartment_Land_01b.focus();
}
function openP04_01() {
	P04_01 = window.open("","displayWindow119","menubar=no,location=no,scrollbars=no,toolbar=no,width=500,height=375,left=110,top=110");
	with(P04_01.document) {
		writeln("<html><head><title>Stouts Hill - Apartment - Bedroom</title></head><body topmargin=0 leftmargin=0 margin-top=0 margin-left=0 bgcolor=\"white\">");
		writeln("<a href=\"javascript: window.close();\"><img src=\"photos/04_01.jpg\" width=500 height=375 alt=\"Click graphic to close window\" border=0></a>");
		writeln("</body></html>");
	}
	P04_01.focus();
}
function openP04_03() {
	P04_03 = window.open("","displayWindow121","menubar=no,location=no,scrollbars=no,toolbar=no,width=500,height=375,left=110,top=110");
	with(P04_03.document) {
		writeln("<html><head><title>Stouts Hill - Apartment - Bedroom</title></head><body topmargin=0 leftmargin=0 margin-top=0 margin-left=0 bgcolor=\"white\">");
		writeln("<a href=\"javascript: window.close();\"><img src=\"photos/04_03.jpg\" width=500 height=375 alt=\"Click graphic to close window\" border=0></a>");
		writeln("</body></html>");
	}
	P04_03.focus();
}

