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

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

var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	85; 		// absolute top position

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

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// 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 = 	"navy";	// main nav cell color
var rCOLOR = 	"lightblue";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"navy"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"navy";		// 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 = 	"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 keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	4;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"navy";	// submenu cell color

var srCOLOR = 	"lightblue";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"navy"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"navy";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 3;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"";	// 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 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 = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


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


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("index.html","Home",110,"center","_top","Home",0,0,"");

addMainItem("about.html","About C-crates",130,"center","_top","About C-crates",0,0,"");

addMainItem("#","Product Range",130,"center","_top","Product Range",0,0,"");

	defineSubmenuProperties(160,"left","left",-4,0,"");

	addSubmenuItem("secura.html","Secura Pen","_top","Secura Pen");
	addSubmenuItem("supa.html","Supa Trolley","_top","Supa Trolley");
	addSubmenuItem("apcrate.html","All Purpose Crate","_top","All Purpose Crate");
	addSubmenuItem("accessories.html","Accessories","_top","Accessories");
	addSubmenuItem("door.html","Doorway Gates","_top","Doorway Gates");		
	addSubmenuItem("recondition.html","Reconditioning Service","_top","Reconditioning Service");		

addMainItem("contact.html","Contact",110,"center","_top","Contact",0,0,"");

addMainItem("store/index.htm","Shopping",110,"center","_top","Shopping",0,0,"");

addMainItem("links.html","Links",110,"center","_top","Links",0,0,"");	
	
	
	



//**DO NOT EDIT THIS *****
}//***********************
//************************

