//
//  Functions copyright 1996-97 Project Cool, Inc.
//  http://www.projectcool.com
//
        browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

        if ( browser) {
                blurb = new MakeStrArray(76)

        blurb[1]  = "Gaynor & her paintings"
        blurb[2]  = "Mike and his interests"
        blurb[3]  = "British art"
        blurb[4]  = "British theatre"
        blurb[5]  = "Buy a recommended book from Amazon"
        blurb[6]  = "Well Furlong Home Page"
        blurb[7]  = "Books about Francis Bacon"
        blurb[8]  = "Books by & about Walter Sickert"
        blurb[9]  = "Books about Art techniques & movements"
        blurb[10] = "Books about Sculpture"
        blurb[11] = "Books about Shakespeare"
        blurb[12] = "Books about the Globe Playhouse"
        blurb[13] = "Plays by Samuel Beckett"
	blurb[14] = "Click here for more info or to buy this book from Amazon.com"
	blurb[15] = "Book Shop front page"
	blurb[16] = "Books about individual artists"
	blurb[17] = "Harold Pinter plays & biography"
	blurb[18] = "List of individual stage plays"
	blurb[19] = "List of collected plays"
	blurb[20] = "Biography by Michael Billington"
	blurb[21] = "List of biographies & appreciations"
	blurb[22] = "Included in Complete Works vol 1"
	blurb[23] = "Included in Complete Works vol 2"
	blurb[24] = "Included in Complete Works vol 3"
	blurb[25] = "Included in Complete Works vol 4"
	blurb[26] = "Appreciation of Tom Stoppard"
	blurb[27] = "Click here for more info or to buy this book from Amazon.co.uk"
	blurb[28] = "Amazon.com Message"
	blurb[29] = "Amazon.co.uk Message"
	blurb[30] = "Works of Tom Stoppard"
	blurb[31] = "'Enter a Free Man'"
	blurb[32] = "'A Walk on the Water'"
	blurb[33] = "'Dogg's Hamlet'"
	blurb[34] = "Included in Plays 1"
	blurb[35] = "Included in Plays 2"
	blurb[36] = "Included in Plays 3"
	blurb[37] = "Go direct to Amazon.com"
	blurb[38] = "Go direct to Amazon.co.uk"
	blurb[39] = "'Shakespeare's Lives' Schoenbaum"
	blurb[40] = "William Shakespeare of Stratford"
	blurb[41] = "About the New Globe playhouse"
	blurb[42] = "Internal link to details of excavations"
	blurb[43] = "Collected shorter plays"
	blurb[44] = "Complete dramatic works"
	blurb[45] = "'Eleutheria' unpublished play"
	blurb[46] = "'Waiting for Godot' script"
	blurb[47] = "Francis Bacon Biography"
	blurb[48] = "Appreciation of Francis Bacon"
	blurb[49] = "Appreciation of W R Sickert"
	blurb[50] = "Books on artists from A to E"
	blurb[51] = "Books on artists from F to L"
	blurb[52] = "Alphabetical list of artists"
	blurb[53] = "Link to Colours of War by Alan Ross"
	blurb[54] = "Link to Brian Sewell's book"
	blurb[55] = "Link to Malcolm Yorke's book"
	blurb[56] = "Alphabetical list of Authors"
	blurb[57] = "Books about Sculptors A to M"
	blurb[58] = "Alphabetical List of Sculptors"
	blurb[59] = "Internal Link to Jacob Epstein books"
	blurb[60] = "Appreciation and Early life of Pinter"
	blurb[61] = "About the Rose Playhouse"
	blurb[62] = "The Life of Edward (Ned) Alleyn"
	blurb[63] = "About the Original Globe"
	blurb[64] = "Appreciation of Samuel Beckett"
	blurb[65] = "Included in Plays 4"
	blurb[66] = "Included in Plays 5"
	blurb[67] = "Stoppard biography page"
	blurb[68] = "Beckett biography page"
	blurb[69] = "Appreciation of Maggi Hambling"
	blurb[70] = "Art essays and critiques by authors A to L"
	blurb[71] = "Art essays and critiques by authors M to Z"
	blurb[72] = "Jump to top of page"
	blurb[73] = "Books about Sculptors N to Z"
	blurb[74] = "Books on artists from M to R"
	blurb[75] = "Books on artists from S to Z"
        blurb[76] = "Advanced search of the Well Furlong site"

}


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+2].src = over[num].src
            }
	    }

        function msout(num) {
            if ( browser ) {
                document.images[num+2].src = normal[num].src
                window.status = ""
            }
        }

		function msoverwd(num) {
			if ( browser ) {
            	window.status = blurb[num]
			}
		}

		function msoutwd(num) {
			if ( browser ) {
				window.status = ""
			}
		}
		function openScript(url) {
			var newwin = window.open(url);
		}
// 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) {}
