//
//  Functions copyright 1996-97 Project Cool, Inc.
//  http://www.projectcool.com
//

        browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
window.status=("Browser: " + navigator.appName);
//        if ( browser) {
          if ( TRUE ) {
                normal = new MakeArray(1)
                over = new MakeArray(1)
                blurb = new MakeStrArray(63)

                normal[1].src = "../Images/glbpln3a.gif"

                over[1].src = "../Images/glbpln4b.gif"

                blurb[1]  = "Gaynor & her paintings"
                blurb[2]  = "Mike and his interests"
                blurb[3]  = "British theatre"
                blurb[4]  = "Buy a recommended book from Amazon"
                blurb[5]  = "Go to Well Furlong Home Page"
                blurb[6]  = "Well Furlong Bookshop front page"
                blurb[7]  = "Internal link to our New Globe Playhouse page"
                blurb[8]  = "Internal link to details of excavations"
                blurb[9]  = "Internal link to William Shakespeare of Stratford page"
                blurb[10] = "Local link to Appreciation of Samuel Beckett"
                blurb[11] = "Internal link to Appreciation of Harold Pinter"
                blurb[12] = "Internal link to Appreciation of Tom Stoppard"
                blurb[13] = "Well Furlong Globe Playhouse main page"
                blurb[14] = "Well Furlong 20th century British art Page"
                blurb[15] = "My views on the 1998 Merchant of Venice"
                blurb[16] = "My views on the 1998 As You Like It"
                blurb[17] = "My views on the Cuban Tempest"
                blurb[18] = "Internal link to the original Globe playhouse page"
                blurb[19] = "External link to Globe info"
                blurb[20] = "My views on the 1999 season"
                blurb[21] = "Well Furlong British Artists Main Page"
                blurb[22] = "Well Furlong British Theatre Main Page"
                blurb[23] = "Link to external site"
                blurb[24] = "What was the building like? (internal link)"
                blurb[25] = "My views on the 1997 season"
		blurb[26] = "My views on the 1998 season"
		blurb[27] = "Well Furlong Bookshop; William Shakespeare"
		blurb[28] = "Amazon.com Message"
		blurb[29] = "Amazon.co.uk Message"
		blurb[30] = "Who wrote Shakespeare? authorship debate (internal link)"
		blurb[31] = "Jump to link on this page"
		blurb[32] = "Shakespeare Usenet group"
		blurb[33] = "Internal link to Tom Stoppard biography"
		blurb[34] = "Well Furlong Bookshop; Works of Tom Stoppard"
		blurb[35] = "Well Furlong Bookshop; Pinter section"
		blurb[36] = "Harold Pinter biography by Michael Billington (internal link)"
		blurb[37] = "Local Link to Well Furlong Bookshop"
		blurb[38] = "About The Rose playhouse (internal link)"
		blurb[39] = "Link to article on this page"
		blurb[40] = "Buy the screenplay from Amazon"
		blurb[49] = "Internal link to Samuel Beckett biographical notes"
		blurb[50] = "Well Furlong Bookshop; Beckett section"
		blurb[51] = "Well Furlong Bookshop; Sculpture section"
		blurb[52] = "Well Furlong Bookshop; Individual artists 1"
		blurb[53] = "Well Furlong Bookshop; Individual artists 2"
		blurb[54] = "Well Furlong Bookshop; Globe playhouse"
		blurb[55] = "London Playhouses around 1600"
		blurb[56] = "My reviews of the 2000 season"
		blurb[57] = "Gaynor's Lucian Freud appreciation"
		blurb[58] = "Advanced search of the Well Furlong site"
		blurb[59] = "My reviews of the 2001 season"
		blurb[60] = "A list of Shakespeare's plays in probable date order"
		blurb[61] = "My reviews of the 2002 season"
		blurb[62] = "My reviews of the 2003 season"
		blurb[63] = "My previews of the 2004 season"

        }

	<SCRIPT>
// Quick way to test for Nav4 and IE4
	version4 = false
	if(navigator.appVersion.charAt(0) == "4") version4 = true

	function displayPopup(url,name,height,width,evnt) {
	 var properties = "status=0,menubar=0,toolbar=0,location=0,height="+height
	 properties = properties+",width="+width
	 if(evnt != null) {
	  if(navigator.appName == "Microsoft Internet Explorer") {
	  properties = properties+",left="+(evnt.screenX + 10)
	   properties = properties+",top="+(evnt.screenY + 10)
	  }else { // Navigator coordinates must be adjusted for scrolling
	   properties = properties+",left="+(evnt.screenX - pageXOffset + 10)
	   properties = properties+",top="+(evnt.screenY - pageYOffset + 10)
	  }
	 }
	 popupHandle = open(url,name,properties)
	}
	function closePopup() {
// mouseOut was introduced with JavaScript 1.1, so Navigator 2 users will
// have to manually close the window
	 if(popupHandle != null && !popupHandle.closed) popupHandle.close()
	}
	</SCRIPT>


function MakeArray(n) {
		this.length = n
		  for (var i = 1; i<=n; i++) {
		this[i] = new Image()
	}
	return this
}

function MakeStrArray(n) {
		this.length = n
		for (var i = 1; i<=n; i++) {
		this[i] = new String()
	}
	return this
}

function msover(num) {
	if ( browser ) {
		window.status = blurb[num]
		document.images[num+3].src = over[num].src
	}
}

function msout(num) {
	if ( browser ) {
		document.images[num+3].src = normal[num].src
		window.status = ""
	}
}

function msover1() {
	if ( browser ) {
		window.status = blurb[1]
		document.imageflip1.src = over[1].src
	}
}

function msout1() {
	if ( browser ) {
		document.imageflip1.src = normal[1].src
		window.status = ""
	}
}

function msoverwd(num) {
	if ( browser ) {
		window.status = blurb[num]
	}
}

function msoutwd(num) {
	if ( browser ) {
		window.status = ""
	}
}

function toggleClick() {
	if ( browser ) {
		if ( clicked == 1 ) {
			clicked = 0
			document.mainMap.style.cursor="help";

// 	Must load detail now, not the next time
//      the mouse changes sector.
//      mapArea tells us where it now is so we
//      load the correct detail.

			}
		}
		else {
			clicked = 1;
			document.mainMap.style.cursor="auto";
		}
}

// Initialise the cursor on the main map depending on the
// state of clicked:
// Query initially when detail images are loaded by mouseOver; clicked 0
// Normal when detail map is frozen; clicked 1
function doMouse() {
	if (clicked == 0) {
		document.mainMap.style.cursor="help";
	}
	else {
		document.mainMap.style.cursor="auto";
	}
	msoverwd(55);
}

function loadDetail1() {
	mapArea=1
	if (clicked==0) {
		document.mapDetail.src=zone[1].src
		document.mapDetail.useMap="#mapZone1"
	}
}

function loadDetail2() {
	mapArea=2
	if (clicked==0) {
		document.mapDetail.src=zone[2].src
		document.mapDetail.useMap="#mapZone2"
	}
}

function loadDetail3() {
	mapArea=3
	if (clicked==0) {
		document.mapDetail.src=zone[3].src
		document.mapDetail.useMap="#mapZone3"
	}
}

function loadDetail4() {
	mapArea=4
	if (clicked==0) {
		document.mapDetail.src=zone[4].src
		document.mapDetail.useMap="#mapZone4"
	}
}

function loadDetail5() {
	mapArea=5
	if (clicked==0) {
		document.mapDetail.src=zone[5].src
		document.mapDetail.useMap="#mapZone5"
	}
}

function loadDetail6() {
	mapArea=6
	if (clicked==0) {
		document.mapDetail.src=zone[6].src
		document.mapDetail.useMap="#mapZone6"
	}
}

function loadDetail7() {
	mapArea=7
	if (clicked==0) {
		document.mapDetail.src=zone[7].src
		document.mapDetail.useMap="#mapZone7"
	}
}

function loadDetail8() {
	mapArea=8
	if (clicked==0) {
		document.mapDetail.src=zone[8].src
		document.mapDetail.useMap="#mapZone8"
	}
}

function loadDetail9() {
	mapArea=9
	if (clicked==0) {
		document.mapDetail.src=zone[9].src
		document.mapDetail.useMap="#mapZone9"
	}
}

// Google Tracker
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-7536078-1");
pageTracker._trackPageview();
} catch(err) {}


