self.onerror = function() { return true; };

var stsheet=getcssfile();
var txt="<link rel=\"stylesheet\" type=\"text/css\" href=\"\.\.\/css/"+stsheet+"\">";
document.write(txt);

var roomName=new Array();
var namIncr=0;

roomName[namIncr]="Billiards"; namIncr++;
roomName[namIncr]="Lord"; namIncr++;
roomName[namIncr]="Maid"; namIncr++;

function returnRooms(num)
{
	return roomName[num];
}
function getPrices(sRoom)
{
	var retPrice=0;
	switch(sRoom)
	{
		case roomName[0]: { retPrice=125; break; }
		case roomName[1]: { retPrice=85; break; }
		case roomName[2]: { retPrice=85; break; }
	}
	return retPrice;
}

writeMap();
function writeMap()
{
	var sMap="";
	document.open;
	sMap+="<map name=\"logo\">";
	sMap+="<area shape=\"rect\" coords=\"82,58,105,81\" href=\"tour.html?page=1\" alt=\"Start the Tour\" \/>";
	sMap+="<area shape=\"poly\" coords=\"37,55,32,59,30,60,26,60,24,64,24,67,28,65,29,70,33,69,40,79,41,84,41,88,41,97,45,98,46,85,";
	sMap+="52,79,54,78,53,75,54,72,56,73,58,73,62,71,67,67,66,63,63,61,59,63,57,63,56,63,56,59,57,57,56,55,57,54,55,52,51,53,50,55,";
	sMap+="43,55,37,55\" href=\"gardentour.html?page=1\" alt=\"Tour the Garden\" \/>";
	sMap+="<area shape=\"rect\" coords=\"57,31,68,44\" href=\"tour.html?page=6\" alt=\"View the Lord Room\" \/>";
	sMap+="<area shape=\"rect\" coords=\"106,35,117,46\" href=\"tour.html?page=7\" alt=\"View the Maid\'s Room\" \/>";
	sMap+="<area shape=\"rect\" coords=\"78,10,97,19\" href=\"tour.html?page=8\" alt=\"View the Billiards Suite\" \/>";
	sMap+="<area shape=\"rect\" coords=\"0,90,10,100\" href=\"http:\/\/www\.gladstonemanor\.com\" ";
	sMap+="alt=\"Site designed,developed,and maintained by Gladstone Manor\" \/>";
	sMap+="<\/map>";
	document.write(sMap);
	document.close;
}

function writeHeader(pageTitle)
{
	document.open;
	document.writeln('<div align=\"center\">');
	document.writeln('<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" width=\"100%\">');
	document.writeln('<tr>');
	document.writeln('<td valign=\"top\" align=\"left\" width=\"10%\" height=\"50\">');
	document.writeln('<img src=\"\.\.\/images\/logo\.gif\" usemap=\"#logo\" border=\"0\" width=\"150\" height=\"100\">');
	document.writeln('<\/td>');
	document.writeln('<td valign=\"top\" align=\"center\" width=\"90%\" height=\"50\">');
	document.writeln('<span class=\"pageheader\">\&nbsp;\&nbsp;\&nbsp;\&nbsp;'+pageTitle+'<\/span>');
	document.writeln('<\/td>');
	document.writeln('<\/tr>');
	document.writeln('<tr>');
	document.writeln('<td colspan=\"2\" valign=\"top\" align=\"center\" width=\"25%\" height=\"400\">');
	document.close;
}

function writeFooter()
{
	document.open;
	document.writeln('<\/td>');
	document.writeln('<\/tr>');
	document.writeln('<\/table>');
	document.writeln('<\/div>');
	document.close;
}



var blurb=new Array();
var img=new Array();
var titl=new Array();
var incr=0;

incr++;
img[incr]=new Image();
img[incr].src=('../images/exteriorspring.jpg');
titl[incr]="Gladstone Manor";
blurb[incr]="Built in 1899, the home is located in Kansas City\'s old northeast, which is a KC Historic Landmarks district.  ";
blurb[incr]+="It is also listed on the national register of historic homes.<br \/><br \/>";
blurb[incr]+="Guests might enjoy sitting in the swing on the wrap-around front porch while enjoying the soft sounds of the neighborhood.<br \/><br \/>";
blurb[incr]+="The house has been fully restored with updated wiring, plumbing, heating and air conditioning.";

incr++;
img[incr]=new Image();
img[incr].src=('../images/library.jpg');
titl[incr]="Library";
blurb[incr]="You might also choose a book from the bookshelves of the library.<br \/><br \/>";

incr++;
img[incr]=new Image();
img[incr].src=('../images/libraryfireplace.jpg');
titl[incr]="Library";
blurb[incr]="We can light the fire and let you read in the comfort and privacy of this room.";

incr++;
img[incr]=new Image();
img[incr].src=('../images/diningroom.jpg');
titl[incr]="Dining Room";
blurb[incr]="Morning will greet you in the dining room with its leaded windows ";
blurb[incr]+="and original oak plate rail surrounding the room.  ";
blurb[incr]+="A deep sculptured plaster crown sets off the 10-foot ceiling, ";
blurb[incr]+="and a 6-foot wide solid oak pocket door leads ";
blurb[incr]+="to the front hall.<br \/><br \/>Imagine a breakfast of fresh fruits, home-baked ";
blurb[incr]+="specialties with biscuits, muffins or coffee ";
blurb[incr]+="cake together with the host\'s own recipe for quiche or an early morning souffl\&eacute;.";

/*
incr++;
img[incr]=new Image();
img[incr].src=('../images/master.jpg');
titl[incr]="Master Suite";
blurb[incr]="The Master Suite has heirloom ";
blurb[incr]+="furniture from the hosts\' families.<br \/><br \/>";
blurb[incr]+="This room is no longer available for reservations.";
*/

incr++;
img[incr]=new Image();
img[incr].src=('../images/1stfloorsolarium.jpg');
titl[incr]="Solarium";
blurb[incr]="The first floor solarium is a common area just off the kitchen ";
blurb[incr]+="where you may sit in the swing and watch television or a movie.";

incr++;
img[incr]=new Image();
img[incr].src=('../images/lord.jpg');
titl[incr]="Lord Room";
blurb[incr]="The Lord Room welcomes the visitor with a 140 year-old bed and bureau from the host\'s family\. ";
blurb[incr]+=" Portraits of her great-grandparents, Hannah and David Lord, oversee their bed, ";
blurb[incr]+="which has been converted to a queen size for the guests\' comfort\.  ";
blurb[incr]+="In the 1870\'s David and Hannah came west from Ohio, where David formerly owned a woolen mill, ";
blurb[incr]+="which provided material for Civil War uniforms\.<br \/><br \/>";
blurb[incr]+="There is a shared bath with a 1912 tub and shower\.  Robes are provided\.";

incr++;
img[incr]=new Image();
img[incr].src=('../images/maidsroom.jpg');
titl[incr]="Maid\'s Room";
blurb[incr]="The Maid\'s Room has a queen-size bed and a sunroom where ";
blurb[incr]+="you may request your breakfast, if desired.<br \/><br \/>";
blurb[incr]+="It overlooks the garden\'s wisteria-covered pergola and is ";
blurb[incr]+="especially nice in the early morning or in ";
blurb[incr]+="winter when snow is falling.<br \/><br \/>";
blurb[incr]+="The bath in the next room is shared with guests in the Lord Room.  Robes are provided.";

incr++;
img[incr]=new Image();
img[incr].src=('../images/billiards.jpg');
titl[incr]="Billiards Suite";
blurb[incr]="The Billiards Suite includes a private bath with a 1912 oversized tub and a modern shower.  ";
blurb[incr]+="The third floor also has a billiards room and entertainment center.<br \/><br \/>";
blurb[incr]+="You will savor a wonderful view of the downtown Kansas City skyline from a window seat.";

incr++;
img[incr]=new Image();
img[incr].src=('../images/billiardsbedroom.jpg');
titl[incr]="Billiards Suite";
blurb[incr]="The Billiards Bedroom has a Queen-size bed  ";
blurb[incr]+="and vintage wardrobe where bathrobes are provided.<br \/><br \/>";

incr++;
img[incr]=new Image();
img[incr].src=('../images/3rdfloorbath.jpg');
titl[incr]="Billiards Suite Bath";
blurb[incr]="Included with the "+roomName[0]+" Suite.<br \/><br \/>";
blurb[incr]+="Enjoy a hot soak . . . or a quick shower.";

incr++;
img[incr]=new Image();
img[incr].src=('../images/billiard.jpg');
titl[incr]="Billiards Room";
blurb[incr]="Included in the Billiards Suite, this room is an area where you can read, watch television, ";
blurb[incr]+="play chess, work on a jigsaw puzzle or enjoy a game of pool.<br \/><br \/>";
blurb[incr]+="There is also a mini-refrigerator, microwave and sink for a late night snack.<br \/><br \/>";

incr++;
img[incr]=new Image();
img[incr].src=('../images/carriagehouse.jpg');
titl[incr]="Carriage House";
blurb[incr]="Originally a private livery with servant quarters above, ";
blurb[incr]+="this outbuilding now serves as a workshop.<br \/>Offstreet parking available.";

/*
incr++;
img[incr]=new Image();
img[incr].src=('');
titl[incr]="aa";
blurb[incr]="aa";
blurb[incr]+="aa";
blurb[incr]+="aa";
*/

function tourpage(num)
{
	var bck=true;
	var forw=true;

	if(num==1) { bck=false; }
	if(num==incr) { forw=false }
	writepage(num,img[num].src,titl[num],blurb[num],bck,forw);
}

	var hmnu="<a href=\"html\/rates\.html\" class=\"active\" onmouseover=\"window\.status=\'See Our Rates\'; return true;\" ";
	hmnu+="title=\"See Our Rates\" onmouseout=\"window\.status=\' \'; return true;\">";
	hmnu+="<span class=\"hmenu\">Rates<\/span><\/a>\&nbsp;";
	hmnu+="<a onmouseover=\"window\.status=\'Take the Tour\'; return true;\" ";
	hmnu+="title=\"Take the Tour\" onmouseout=\"window\.status=\' \'; return true;\" href=\"html\/tour\.html\">";
	hmnu+="<span class=\"hmenu\">Tour<\/span><\/a>\&nbsp;";
	hmnu+="<a onmouseover=\"window\.status=\'See What\\\'s Interesting in the Neighborhood\'; ";
	hmnu+="return true;\" title=\"See What\'s Interesting in the Neighborhood\" onmouseout=\"window\.status=\' \'; ";
	hmnu+="return true;\" href=\"html\/areaguide\.html\"><span class=\"hmenu\">Area Info<\/span><\/a>\&nbsp;";
	hmnu+="<a onmouseover=\"window\.status=\'Request More Info\'; return true;\" title=\"Request\" More\" Info\" ";
	hmnu+="onmouseout=\"window\.status=\' \'; return true;\" href=\"javascript:sendit\(\'More Information Please\',\'Dear ";
	hmnu+="Bruce And Veda, Would You Please Send Me More Information About Gladstone Manor\?\'\)\" >";
	hmnu+="<span class=\"hmenu\">Contact Us<\/span><\/a>";

function writepage(num,imag,alter,scopy,bck,forw)
{
	var nxt=0;
	var prev=0;
	nxt=prev=num;
	nxt++;
	prev--;

	var msg="<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1\.0 Transitional\/\/EN\" ";
	msg+="\"http:\/\/www\.w3\.org\/TR\/xhtml1\/DTD\/xhtml1-transitional\.dtd\" \/>";
	msg+="<html dir=\"ltr\" xml:lang=\"en\" lang=\"en\">";
	msg+="<head><title>Gladstone Manor B&B Tour - "+alter+"</title>";
	msg+="<meta name=\"description\" content=\"Enjoy a night, a week, or a weekend in a beautifully restored Victorian home.  ";
	msg+="Non-Victorian ameneties like DSL connectivity are available to all guests.\" />";
	msg+="<meta name=\"keywords\" content=\"historic,garden,kansas city,museum,scenic byway\" />";
	msg+="<meta name=\"generator\" content=\"MaghickŪ WebMistress Pro\" />";
	msg+="<script src=\"\.\.\/jscripts/tour.js\"><\/script>";
	msg+="</head>";
	msg+="<body><div align=\"center\"><table border=\"0\" cellpadding=\"5\" width=\"100%\"><tr>";
	msg+="<td valign=\"top\" align=\"center\" width=\"25%\" height=\"50\"><span class=\"pageheader\">";
	msg+=alter;
	msg+="</span>";
	msg+="</td><td valign=\"top\" align=\"right\" width=\"75%\" height=\"50\">";
	msg+="<img src=\"\.\.\/images\/logo\.gif\" usemap=\"#logo\" border=\"0\"  width=\"150\" height=\"100\" \/>";
	msg+="</td></tr><tr>";
	msg+="<td colspan=\"1\" valign=\"top\" align=\"left\" width=\"25%\" height=\"100\">";
	msg+="<img class=\"photo\" src=\"";
	msg+=imag;
	msg+="\" height=\"300\" title=\"";
	msg+=alter;
	msg+="\"  align=\"top\" />";
	msg+="</td><td colspan=\"1\" valign=\"top\" align=\"left\" width=\"50%\" height=\"100\"><span class=\"roomblurb\">";
	msg+=scopy;
	msg+="<tr><td colspan=\"2\" valign=\"top\" align=\"center\" width=\"100%\" height=\"50%\">";
	if(bck)
	{
		msg+="<strong><big><big>\&larr;<\/big>&nbsp;<a href=\"javascript:tourpage\("+prev+"\)\" ";
		msg+="onmouseover=\"window.status=\'tour page ";
		msg+=prev+"\'; return true;\" ";
		msg+="onmouseout=\"window.status=\' \'; return true;\">";
		msg+="<em>Back<\/em><\/big></strong></a>&nbsp;&nbsp;";
	}
	if(forw)
	{
		msg+="<a href=\"javascript:tourpage\("+nxt+"\)\" onmouseover=\"window.status=\'Tour Page ";
		msg+=nxt+"\'; return true;\" onmouseout=\"window.status=\' \'; return true;\">";
		msg+="<strong><big><em>Next<\/em></a>&nbsp;<big>\&rarr;<\/big><\/big></strong>";
	}
	msg+="</td></tr></table><br \/></div><p>";
	msg+="<a href=\"\.\.\/index.html\" onmouseover=\"window.status=\'Go Home\'; return true;\" ";
	msg+="onmouseout=\"window.status=\' \'; return true;\"><span class=\"returnhome\">";
	msg+="Return</a> to Home Page</span></body></html>";
	document.open();
	document.write(msg);
}

function getcssfile()
{
	var cssFile="";
	if (screen.width <= 800)
		cssFile = "800gm.css";
	else if (screen.width <= 1024) 
		cssFile = "1024gm.css";
	else if (screen.width > 1024) 
		cssFile = "1152gm.css";
	
	return cssFile;
}

var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")

