//UDM v3.1.1

//**DO NOT EDIT THIS *****

if (!exclude) { //********

//************************





///////////////////////////////////////////////////////////////////////////

//

//  ULTIMATE DROPDOWN VERSION 3.1 by Brothercake

//  http://www.brothercake.com/dropdown/ 

//

//  Link-wrapping routine by Brendan Armstrong

//  http://

//

//  KDE modifications by David Joham

//  http://

//

//  Opera 5 reload/resize routine by Michael Wallner

//  http://www.wallner-software.com/

//

///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************





var menuALIGN = "center";		// alignment

var absLEFT = 	0;		// absolute left or right position (if not center)

var absTOP = 	0; 		// absolute top position



var staticMENU = true;		// static positioning mode (ie5/6 and ns4 only)



var stretchMENU = true;		// show empty cells

var showBORDERS = true;		// show empty cell borders



var baseHREF = "resources/";

var zORDER = 	1000;		// base z-order of nav structure (not ns4)



var mCOLOR = 	"#ffefc6";	// main nav cell color

var rCOLOR = 	"#ffcc33";	// main nav cell rollover color

var keepLIT =	true;		// keep rollover color when browsing menu

var bSIZE = 	1;		// main nav border size

var bCOLOR = 	"#0000ff"	// main nav border color

var aLINK = 	"#990033";	// main nav link color

var aHOVER = 	"";		// main nav link hover-color (dual purpose)

var aDEC = 	"none";		// main nav link decoration

var fFONT = 	"arial,helvetica,sans serif";	// main nav font face		

var fSIZE = 	9;		// main nav font size (pixels)	

var fWEIGHT = 	"bold"		// 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 vOFFSET = 	-5;		// shift the submenus vertically

var hOFFSET = 	4;		// shift the submenus horizontally



var smCOLOR = 	"#ffefc6";	// submenu cell color

var srCOLOR = 	"#ffcc33";	// submenu cell rollover color

var sbSIZE = 	1;		// submenu border size

var sbCOLOR = 	"cc9966"	// submenu border color

var saLINK = 	"#3333aa";	// submenu link color

var saHOVER = 	"";		// submenu link hover-color (dual purpose)

var saDEC = 	"none";		// submenu link decoration

var sfFONT = 	"arial,helvetica,sans serif";// submenu font face		

var sfSIZE = 	9;		// 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 = 2;		// submenu vertical cell padding

var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)



var shSIZE =	3;		// menu drop shadow size 

var shCOLOR =	"#bcbcbc";	// menu drop shadow color

var shOPACITY = 75;		// menu drop shadow opacity (not ie4/ns4/op5)



var keepSubLIT=	true;		// keep submenu rollover color when browsing child menu	

var chvOFFSET = -3;		// shift the child menus vertically 			

var chhOFFSET = -5;		// shift the child menus horizontally 		



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 op5)



var altDISPLAY = "title";	// where to display alt text

var allowRESIZE=true;		// allow resize/reload





//** LINKS ***********************************************************

addMainItem("index.htm","The Coaster Company",130,"center","","",0,0,""); 

	defineSubmenuProperties(150,"right","right",0,0);

	addSubmenuItem("index.htm","Homepage","","");	
	addSubmenuItem("aboutus.htm","About us","","");
	addSubmenuItem("products.htm","Our Products","","");	
//	addSubmenuItem("showlist.htm","On Tour","","");
	addSubmenuItem("ccrequest.php","Contact Details","",""); 
	addSubmenuItem("tandc.htm","Terms & Conditions","",""); 
	addSubmenuItem("privacy.htm","Privacy Policy","",""); 	

addMainItem("/personal/","For Individuals",100,"center","","",0,0,""); 

addMainItem("promotional.htm","For Businesses",100,"center","","",0,0,""); 

addMainItem("souvenirs.htm","For Shops",100,"center","","",0,0,""); 

addMainItem("clubs.htm","For Clubs",100,"center","","",0,0,""); 

addMainItem("artists.htm","For Artists",100,"center","","",0,0,""); 

addMainItem("ccrequest.php","Contact Details",100,"center","","",0,0,""); 



//**DO NOT EDIT THIS *****

}//***********************

//************************




