//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	15;		// absolute left or right position (if menu is left or right aligned) (ichanged it froom 15 to 0)
var absTOP = 	18; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#669999";	// main nav cell color (JKC colour change, buttons base colour)
var rCOLOR = 	"#339999";	// main nav cell rollover color (JKC colour change, buttons overlay colour)
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"silver"	// main nav border color (JKC colour change, for the border of the box)
var aLINK = 	"white";	// main nav link color (JKC colour change, the links)
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 		"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"normal"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#669999";	// submenu cell color (JKC changes the drop down menu colour)

var srCOLOR = 	"#99cccc";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"silver"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)(JKCwas empty)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"tahomo,arial";// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width (i am changing settings here 600 - 20)
var gridHEIGHT = 0;		// override grid height (i am changing settings here 200 - 0)
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **][** JKC the colour changes here are for the first of the main index button **]
addMainItem("http://www.glasspainter.com/","Home",100,"center","","",0,0,"","#669999","#339999","#ffffff","silver");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(120,"left","left",-4,0,"","#669999","#99cccc","silver","#eebbbb","black","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.glasspainter.com/index.html","main index","","");
	addSubmenuItem("mailto:john@glasspainter.com","email","","");



addMainItem("","commissions",100,"center","","",0,0,"","","","","");

	defineSubmenuProperties(150,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("","church index","","");
	
		defineChildmenuProperties(150,"left","center",0,-20,"","","","","","");

		addChildmenuItem("http://www.glasspainter.com/dalziel/index.html","Dalziel - 1987","","");
		addChildmenuItem("http://www.glasspainter.com/kirkcaldy/index.html","Kirkcaldy - 1986","","");
		addChildmenuItem("http://www.glasspainter.com/dundee/index.html","Dundee - 1987","","");
		addChildmenuItem("http://www.glasspainter.com/abbey/index.html","Paisley Abbey - 1988","","");
		addChildmenuItem("http://www.glasspainter.com/worms/index.html","Worms - 1993","","");
		addChildmenuItem("http://www.glasspainter.com/ledbury/index.html","Ledbury - 1991","","");
		addChildmenuItem("http://www.glasspainter.com/oakshaw/index.html","Paisley - Oakshaw -1996","","");
		addChildmenuItem("http://www.glasspainter.com/launsbach/index.html","Launsbach - 1992","","");
		addChildmenuItem("http://www.glasspainter.com/hostages/index.html","Beirut Hostages 1992","","");
		addChildmenuItem("http://www.glasspainter.com/amberg/index.html","Amberg - 1995","","");
		addChildmenuItem("http://www.glasspainter.com/stonelaw/index.html","Stonelaw - 1999","","");
		addChildmenuItem("http://www.glasspainter.com/blyth/blythindex.html","Blyth - 2000","","");
		addChildmenuItem("http://www.glasspainter.com/bettingen/index.html","Bettingen - 2001","","");
		addChildmenuItem("http://www.glasspainter.com/cathedral/index.html","Glasgow Cathedral - 1999","","");
		addChildmenuItem("http://www.glasspainter.com/falklands/index.html","Falklands Memorial - 1999","","");
		addChildmenuItem("http://www.glasspainter.com/dumbarton/index.html","Dumbarton - 2002","","");
		addChildmenuItem("http://www.glasspainter.com/newlands/index.html","Newlands - 2002","","");
		addChildmenuItem("http://www.glasspainter.com/kilmacolm/index.html","Kilmacolm - 2002","","");
		addChildmenuItem("http://www.glasspainter.com/gullane/index.html","Gullane - 2003","","");
			
		
	addSubmenuItem("","synagogue index","","");
	
		defineChildmenuProperties(120,"left","center",0,-20,"","","","","","");

		addChildmenuItem("http://www.glasspainter.com/synagogue/","Queens Park","","");
		addChildmenuItem("http://www.glasspainter.com/bowdon/","Bowdon","","");
		addChildmenuItem("http://www.glasspainter.com/hirschberg/","Hirschberg","","");
		
	
	
	addSubmenuItem("","secular index","","");

		defineChildmenuProperties(160,"left","center",0,-20,"","","","","","");

		addChildmenuItem("http://www.glasspainter.com/gandolfi/index.html","Caf&eacute; Gandolfi","","");
		addChildmenuItem("http://www.glasspainter.com/lockerbie/index.html","Lockerbie Memorial","","");
		addChildmenuItem("http://www.glasspainter.com/university/index.html","University of Strathclyde","","");
		addChildmenuItem("http://www.glasspainter.com/forest/index.html","Forestry Commission","","");
		addChildmenuItem("http://www.glasspainter.com/prinsquar/index.html","Princes Square","","");
		addChildmenuItem("http://www.glasspainter.com/piping/index.html","The Piping Centre","","");
		addChildmenuItem("http://www.glasspainter.com/hutchie/index.html","Hutchesons&rsquo; Grammar","","");
		addChildmenuItem("http://www.glasspainter.com/mechtildshausen/index.html","Dom&auml;ne Mechtildshausen","","");
		addChildmenuItem("http://www.glasspainter.com/carolina/index.html","Age of Innocence","","");
		addChildmenuItem("http://www.glasspainter.com/oran-mor/index.html","Oran Mor","","");
		
addMainItem("","styles",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","center",-4,0,"","","","","","","");

	addSubmenuItem("http://www.glasspainter.com/","symbolic","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(160,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.glasspainter.com/abbey/index.html","Paisley Abbey","","");
		addChildmenuItem("http://www.glasspainter.com/amberg/index.html","Amberg","","");
		addChildmenuItem("http://www.glasspainter.com/bettingen/index.html","Bettingen","","");
		addChildmenuItem("http://www.glasspainter.com/blyth/index.html","Blyth","","");
		addChildmenuItem("http://www.glasspainter.com/bowdon/index.html","Bowdon Synagogue","","");
		addChildmenuItem("http://www.glasspainter.com/cathedral/index.html","Glasgow Cathedral","","");
		addChildmenuItem("http://www.glasspainter.com/dumbarton/index.html","Dumbarton","","");
		addChildmenuItem("http://www.glasspainter.com/gullane/index.html","Gullane","","");
		addChildmenuItem("http://www.glasspainter.com/carolina/index.html","age of innocence","","");
		addChildmenuItem("http://www.glasspainter.com/hostages/index.html","Beirut Hostages","","");
		addChildmenuItem("http://www.glasspainter.com/kilmacolm/index.html","Kilmacolm Window","","");
		addChildmenuItem("http://www.glasspainter.com/kirkcaldy/index.html","Kirkcaldy Old Kirk","","");
		addChildmenuItem("http://www.glasspainter.com/launsbach/index.html","Launsbach","","");
		addChildmenuItem("http://www.glasspainter.com/ledbury/index.html","Ledbury","","");
		addChildmenuItem("http://www.glasspainter.com/newlands/index.html","Newlands","","");
		addChildmenuItem("http://www.glasspainter.com/oakshaw/index.html","Oakshaw Trinity","","");
		addChildmenuItem("http://www.glasspainter.com/stonelaw/index.html","Stonelaw","","");
		addChildmenuItem("http://www.glasspainter.com/synagogue/index.html","Queens Park Synagogue","","");
		addChildmenuItem("http://www.glasspainter.com/worms/index.html","Worms-Herrnsheim","","");
		
	addSubmenuItem("http://www.glasspainter.com/","figurative","","");
	
		defineChildmenuProperties(140,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.glasspainter.com/carolina/index.html","Age of innocence","","");
		addChildmenuItem("http://www.glasspainter.com/kirkcaldy/index.html","Kirkcaldy","","");
		addChildmenuItem("http://www.glasspainter.com/dalziel/index.html","Dalziel Parish Church","","");
		addChildmenuItem("http://www.glasspainter.com/kilmacolm/index.html","Kilmacolm","","");
		addChildmenuItem("http://www.glasspainter.com/worms/index.html","Worms-Herrnsheim","","");
		addChildmenuItem("http://www.glasspainter.com/newlands/index.html","Newlands","","");
		addChildmenuItem("http://www.glasspainter.com/cathedral/index.html","Glasgow Cathedral","","");
		
		
		
	addSubmenuItem("http://www.glasspainter.com/","textual","","");
	
		defineChildmenuProperties(140,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.glasspainter.com/stonelaw/index.html","Stonelaw","","");
		addChildmenuItem("http://www.glasspainter.com/hutchie/hutchindex.html","Hutchesons&rsquo; Grammar","","");
		addChildmenuItem("http://www.glasspainter.com/university/strathindex.html","University of Strathclyde","","");
		addChildmenuItem("http://www.glasspainter.com/piping/index.html","Piping Centre","","");
		addChildmenuItem("http://www.glasspainter.com/kilmacolm/index.html","Kilmacolm","","");
		addChildmenuItem("http://www.glasspainter.com/dumbarton/index.html","Dumbarton","","");
		addChildmenuItem("http://www.glasspainter.com/cathedral/index.html","Glasgow Cathedral","","");
		addChildmenuItem("http://www.glasspainter.com/oran-mor/glass-quote.html","Oran Mor Quotation","","");
		addChildmenuItem("http://www.glasspainter.com/synagogue/dome2.html","QP Synagogue - Dome","","");
		
	addSubmenuItem("http://www.glasspainter.com/","abstract","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(160,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.glasspainter.com/hirshberg/index.html","Hirschberg","","");
		addChildmenuItem("http://www.glasspainter.com/mechtildshausen/","Dom&auml;ne Mechtildshausen","","");
		addChildmenuItem("http://www.glasspainter.com/oran-mor/index.html","Oran Mor","","");
		addChildmenuItem("http://www.glasspainter.com/irlbach/index.html","Irlbach","","");
		addChildmenuItem("http://www.glasspainter.com/synagogue/dome2.html","Dome","","");
		
	addSubmenuItem("http://www.glasspainter.com/","memorials","","");
	
		defineChildmenuProperties(120,"left","center",0,-20,"","","","","","");

		addChildmenuItem("http://www.glasspainter.com/abbey/index.html","Paisley Abbey","","");
		addChildmenuItem("http://www.glasspainter.com/dumbarton/index.html","Dumbarton","","");
		addChildmenuItem("http://www.glasspainter.com/dundee/index.html","Dundee","","");	
		addChildmenuItem("http://www.glasspainter.com/falklands/index.html","Falklands","","");	
		addChildmenuItem("http://www.glasspainter.com/gullane/index.html","Gullane","","");	
		addChildmenuItem("http://www.glasspainter.com/hostages/index.html","Hostages","","");	
		addChildmenuItem("http://www.glasspainter.com/hutchie/index.html","Hutchesons&rsquo;","","");	
		addChildmenuItem("http://www.glasspainter.com/kilmacolm/index.html","Kilmacolm","","");	
		addChildmenuItem("http://www.glasspainter.com/ledbury/index.html","Ledbury","","");	
		addChildmenuItem("http://www.glasspainter.com/lockerbie/index.html","Lockerbie","","");	
		addChildmenuItem("http://www.glasspainter.com/stonelaw/index.html","Stonelaw","","");	
		
	addSubmenuItem("http://www.glasspainter.com/drawings/thumbs1.html","drawings","","");
	addSubmenuItem("http://www.glasspainter.com/bed/","marquetry","","");

addMainItem("","texts",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","center",-4,0,"","","","","","","");

	addSubmenuItem("http://www.glasspainter.com/copyright.html","copyright","","");
	addSubmenuItem("http://www.glasspainter.com/comms.html","commissions","","");
	addSubmenuItem("http://www.glasspainter.com/commissioning.html","commissioning","","");
	addSubmenuItem("http://www.glasspainter.com/biography.html","biography","","");
	addSubmenuItem("http://www.glasspainter.com/forum.html","questions","","");
	addSubmenuItem("http://www.glasspainter.com/doctor/text.html","doctorate","","");
	addSubmenuItem("http://www.glasspainter.com/cordelia.html","article1","","");
	addSubmenuItem("http://www.glasspainter.com/moore.html","article2","","");
	addSubmenuItem("http://www.glasspainter.com/links.html","links","","");

addMainItem("","contact",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("mailto:john@glasspainter.com","email","","");
	addSubmenuItem("http://www.glasspainter.com/contacts.html","contact","","");

addMainItem("","various",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.glasspainter.com/postcard/index.html","postcards","","");
	addSubmenuItem("http://www.glasspainter.com/synpostcard/"," jewish postcards","","");
	addSubmenuItem("http://www.glasspainter.com/derix/","derix studio","","");
	addSubmenuItem("http://www.glasspainter.com/process1/","making - sample","","");
	addSubmenuItem("http://www.glasspainter.com/bed/","marquetry","","");
	
addMainItem("","new",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.glasspainter.com/process1/","making - sample","","");
	addSubmenuItem("http://www.glasspainter.com/bed/","marquetry","","");
	addSubmenuItem("http://www.glasspainter.com/forum.html","questions","","");
	addSubmenuItem("http://www.glasspainter.com/slideshow/index.html","Making - Slide-Show","","");
	addSubmenuItem("http://www.glasspainter.com/oran-mor/index.html","Oran Mor","","");
	addSubmenuItem("http://www.theherald.co.uk/news/news/display.var.2417478.0.Artist_plans_to_celebrate_Scots_jig_with_decorative_paving_stones.php","Herald Article","","");
	addSubmenuItem("http://entertainment.timesonline.co.uk/tol/arts_and_entertainment/article4186590.ece","Sunday Times Article","","");
	addSubmenuItem("http://www.glasspainter.com/progress/index.html","small panels","","");
	
addMainItem("","for sale",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.glasspainter.com/for-sale/index.html","etchings","","");
	
addMainItem("","films",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.glasspainter.com/gandolfi/film.html","Gandolfi Film","","");
	addSubmenuItem("http://www.glasspainter.com/carolina/film.html","Innocence Film","","");
	addSubmenuItem("http://www.oddodile.com/film.html","The Oddodile","","");
//**DO NOT EDIT THIS *****
}//***********************
//************************
