//UDMv3.8.2//* DO NOT EDIT THIS BIT *if (!exclude) { //********//************************///////////////////////////////////////////////////////////////////////////////  ULTIMATE DROPDOWN MENU VERSION 3.8 by Brothercake//  http://www.brothercake.com/dropdown/ ////  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 = "left";		// alignment modevar absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)var absTOP = 	130; 		// absolute top positionvar staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)var stretchMENU = false;	// show empty cellsvar showBORDERS = false;	// show empty cell bordersvar baseHREF = "resources/";	// base pathvar zORDER = 	1000;		// base z-order of nav structurevar mCOLOR = 	"";	// main nav cell colorvar rCOLOR = 	"#000066";	// main nav cell rollover colorvar bSIZE = 	1;		// main nav border sizevar bCOLOR = 	"#003399";	// main nav border colorvar aLINK = 	"#000066";	// main nav link colorvar aHOVER = 	"#99ccff";		// main nav link hover-color (dual purpose)var aDEC = 	"none";		// main nav link decorationvar fFONT = 	"arial,sans-serif";	// 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 = 	11;		// 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 = 	"#0066CC";	// submenu cell colorvar srCOLOR = 	"#000066";	// submenu cell rollover colorvar sbSIZE = 	1;		// submenu border sizevar sbCOLOR = 	"#000066";	// submenu border colorvar saLINK = 	"#000066";	// submenu link colorvar saHOVER = 	"#99ccff";	// submenu link hover-color (dual purpose)var saDEC = 	"none";		// submenu link decorationvar sfFONT = 	"arial,sans-serif";	// submenu font facevar sfSIZE = 	13;		// 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 =	3;		// submenu dropshadow sizevar shCOLOR =	"#003399";	// submenu dropshadow colorvar shOPACITY = 65;		// submenu dropshadow 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 = 50;		// menu opening delay time (not ns4/op5/op6)var openChildTIMER = 100;	// child-menu opening delay time (not ns4/op5/op6)var closeTIMER = 200;		// menu closing delay timevar aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)var altDISPLAY = "";		// where to display alt textvar allowRESIZE = mu;		// allow resize/reloadvar redGRID = false;		// show a red gridvar gridWIDTH = 760;		// override grid widthvar gridHEIGHT = 500;		// override grid height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;		//arrow width (not ns4/op5/op6)var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)var arrLEFT = "<";		//left arrow (not ns4/op5/op6)var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)var arrRIGHT_ROLL = "";		//right rollover 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")MI("index.html","home",91,"center","","",0,0,"u","#0066cc","","","");	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")	SP(120,"left","left",0,0,"","","","","","","");	// add submenu link items ("url","Link name","_target","alt text")	//SI("index.html","home","","");	//SI("http://www.brothercake.com/dropdown/service.php","Customisation Service","","");	//SI("http://www.brothercake.com/dropdown/terms.php","Licensing / Terms of use","","");	//SI("http://www.brothercake.com/dropdown/install.html","Download and Installation","","");	//SI("http://www.brothercake.com/dropdown/custom.php","Customisation","","");		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")		//CP(178,"left","center",0,0,"","","","","","","");		// add child menu link items ("url","Link name","_target","alt text")		//CI("http://www.brothercake.com/dropdown/custom.php?v=menuALIGN","Global style definitions","","");		//CI("http://www.brothercake.com/dropdown/custom.php?v=menuBuilding","Menu and link definitions","","");		//CI("http://www.brothercake.com/dropdown/free_tutorial.html","Using free alignment","","");		//CI("http://www.brothercake.com/dropdown/relative.html","Relative positioning","","");		//CI("http://www.brothercake.com/dropdown/triggers.html","Virtual alignment","","");	//SI("http://www.brothercake.com/dropdown/advanced.html","Advanced customisation","","");		//CP(154,"left","center",-20,0,"","","","","","","");		//CI("http://www.brothercake.com/dropdown/grid.html","Controlling the<br>event-handling layer","","");		//CI("http://www.brothercake.com/dropdown/accessibility.html","Accessibility guide","","");		//CI("http://www.brothercake.com/dropdown/navbar_tutorial.html","Making an<br>image-based navbar","","");		//CI("http://www.brothercake.com/dropdown/interact_tutorial.html","Making an<br>interactive navbar","","");			//SI("http://www.brothercake.com/dropdown/dynamic.html","Dynamic customisation","","");	//SI("http://www.brothercake.com/dropdown/sniffer.html","Variables from the<br>sniffer script","","");	//SI("http://www.brothercake.com/dropdown/browsers.html","Browser support","","");	//SI("http://www.brothercake.com/dropdown/faq.html","FAQ","","F A Q");	//SI("http://www.brothercake.com/dropdown/feedback.php","Feedback","","");	//SI("http://www.brothercake.com/dropdown/contributors.html","Contributors","","");	//SI("http://www.brothercake.com/dropdown/versions.html","Version cross-compatibility","","");	//SI("http://www.brothercake.com/dropdown/archives.html","Version archives","","");MI("about.html","about us",91,"center","","",0,0,"x","#0066cc","","","");	SP(182,"right","right",4,0,"","#ffffcc","#ffdcab","#ff9600","#99cc99","#990000","#009900");	//SI("","Style examples","","");		//CP(127,"left","center",11,0,"","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");		//CI("http://www.brothercake.com/dropdown/original.html","'Original Skin'","_blank","");		//CI("javascript:openWindow('http://www.brothercake.com/dropdown/retrotech.html',640,400)","'Retro Tech'","","");		//CI("javascript:openWindow('http://www.brothercake.com/dropdown/hidden.html',758,457)","'Hidden Links'","","");		//CI("javascript:openWindow('http://www.brothercake.com/dropdown/play.html',708,457)","'Playschool'","","");		//CI("javascript:openWindow('http://www.brothercake.com/dropdown/notebook.html',578,467)","'Notebooks'","","");		//CI("javascript:openWindow('http://www.brothercake.com/dropdown/scatter.html',648,477)","'Scattered links'","","");		//CI("http://www.brothercake.com/dropdown/brothercake.html","'Brothercake'","_blank","");		//CI("http://www.brothercake.com/dropdown/msdn.html","'MSDN'","_blank","");		//CI("http://www.brothercake.com/dropdown/darkside.html","'Dark Side'","_blank","");	//SI("","Configuration examples","","");				//CP(164,"left","center",-9,0,"","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");		//CI("http://www.brothercake.com/dropdown/free_tutorial_demo4.html","Vertical navbar","_blank","");		//CI("http://www.brothercake.com/dropdown/free_tutorial_demo3.html","Double navbar","_blank","");		//CI("http://www.brothercake.com/dropdown/relative_demo.html","Relatively positioned<br>horizontal navbar","_blank","");		//CI("http://www.brothercake.com/dropdown/relative_free_demo.html","Relatively positioned<br>vertical navbar","_blank","");		//CI("http://www.brothercake.com/dropdown/triggers_demo.html","Virtual alignment","_blank","");		//CI("http://www.brothercake.com/dropdown/triggers_absolute_demo.html","... with absolute menus","_blank","");		//CI("http://www.brothercake.com/dropdown/triggers_relative_demo.html","... with relative menus","_blank","");		//CI("http://www.brothercake.com/dropdown/scaling_demo.html","Scaleable text","_blank","");		//CI("http://www.brothercake.com/dropdown/navbar_tutorial_demo4.html","Image-based navbar","_blank","");		//CI("http://www.brothercake.com/dropdown/interact_tutorial_demo1b.html","... with rollover images","_blank","");		//if(ie) { CI("http://www.brothercake.com/dropdown/interact_tutorial_demo2.html","... with audio rollovers","_blank",""); }		//CI("http://www.brothercake.com/dropdown/split_frame.html","Menus across frames","_blank","");		//CI("http://www.brothercake.com/dropdown/arrows_img.html","Images for arrows","_blank","");		//CI("http://www.brothercake.com/dropdown/interact_tutorial_demo3.html","UDM as a layers API","_blank","U D M as a layers A P I");	//SI("~","","","");	//SI("http://www.brothercake.com/dropdown/gallery.html",">>> The Gallery <<<","","The Gallery");MI("services.html","services",91,"center","","",0,0,"b","#0066cc","","","");	SP(182,"left","left",8,0,"","","","","","","");	SI("servnet.html","networks","","");	SI("servsec.html","security","","");	SI("servhard.html","hardware","",""); 	SI("servweb.html","web design","","");	SI("servproc.html","procurement","","");	SI("servdata.html","databases","","");	SI("servsupp.html","support, maintenance","","");	SI("servcom.html","communications, internet","","");	SI("servserv.html","data storage","","");	//SI("http://www.brothercake.com/gear/","Gear","","");	//SI("http://www.brothercake.com/freeware/","Freeware","","");	//SI("http://www.brothercake.com/links/","Links","","");	//SI("http://www.brothercake.com/contact/","Contact","","");MI("products.html","products",91,"center","","",0,0,"r","#0066cc","","","");	SP(182,"left","left",8,0,"","","","","","","");	SI("products.html","hardware","","");	//SI("http://www.brothercake.com/dropdown/terms.php","Licensing / Terms of use","","");	//SI("http://www.brothercake.com/dropdown/install.html","Download and Installation","","");	//SI("http://www.brothercake.com/dropdown/custom.php","Customisation","","");		 //define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")		CP(182,"left","left",0,0,"","","","","","","");		// add child menu link items ("url","Link name","_target","alt text")		CI("prodhardii.html","Iiyama","","");		CI("prodharddl.html","D-Link","","");		CI("prodhard3c.html","3 Com","","");		CI("prodhardhp.html","HP","","");		CI("prodhardli.html","Linksys","","");		CI("prodhardci.html","Cisco","","");		CI("prodhardib.html","IBM","","");		CI("prodhardep.html","Epson","","");		CI("prodhardio.html","Iomega","","");		CI("prodhardac.html","Acer","","");		CI("prodhardsy.html","Symantec","","");		CI("prodhardus.html","US Robotics","","");		CI("prodhardng.html","Netgear","","");		CI("prodhardto.html","Toshiba","","");		CI("prodhardso.html","Sony","","");		CI("prodhardle.html","Lexmark","","");				SI("products.html","software","","");		 //define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")		CP(182,"left","left",0,0,"","","","","","","");		// add child menu link items ("url","Link name","_target","alt text")		CI("prodsoftmi.html","Microsoft","","");		CI("prodsoftne.html","Network Associates","","");		CI("prodsoftco.html","Computer Associates","","");		CI("prodsoftve.html","Veritas","","");		CI("prodsoftsy.html","Symantec","","");			SI("isp.html","I.S.Ps","","");		 //define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")		CP(182,"left","left",0,0,"","","","","","","");		// add child menu link items ("url","Link name","_target","alt text")		CI("prodispan.html","ANLX","","");		CI("prodispde.html","Demon","","");								//SI("http://www.brothercake.com/dropdown/advanced.html","Advanced customisation","","");		//CP(154,"left","center",-20,0,"","","","","","","");		//CI("http://www.brothercake.com/dropdown/grid.html","Controlling the<br>event-handling layer","","");		//CI("http://www.brothercake.com/dropdown/accessibility.html","Accessibility guide","","");		//CI("http://www.brothercake.com/dropdown/navbar_tutorial.html","Making an<br>image-based navbar","","");		//CI("http://www.brothercake.com/dropdown/interact_tutorial.html","Making an<br>interactive navbar","","");			//SI("http://www.brothercake.com/dropdown/dynamic.html","Dynamic customisation","","");	//SI("http://www.brothercake.com/dropdown/sniffer.html","Variables from the<br>sniffer script","","");	//SI("http://www.brothercake.com/dropdown/browsers.html","Browser support","","");	//SI("http://www.brothercake.com/dropdown/faq.html","FAQ","","F A Q");	//SI("http://www.brothercake.com/dropdown/feedback.php","Feedback","","");	//SI("http://www.brothercake.com/dropdown/contributors.html","Contributors","","");	//SI("http://www.brothercake.com/dropdown/versions.html","Version cross-compatibility","","");	//SI("http://www.brothercake.com/dropdown/archives.html","Version archives","","");	MI("clients.html","clients",91,"center","","",0,0,"b","#0066cc","","","");	SP(182,"left","left",0,0,"","","","","","","");	SI("clientdata.html","datacentre solutions","","");	SI("clientmanu.html","manufacturing","","");	SI("clientfina.html","financial services","","");	SI("clienthote.html","hotel &amp; leisure","",""); 	SI("clientmedi.html","pr &amp; media","","");	SI("clientprod.html","production","","");	SI("clienttrai.html","training &amp; education","","");	SI("clientdist.html","distribution","","");	SI("clientarci.html","architecture &amp; planning","","");	SI("clientrura.html","rural services","","");	SI("clientmoto.html","motor industry","","");		MI("news.html","news",90,"center","","",0,0,"e","#0066cc","","","");	SP(130,"right","right",0,0,"","","","","","","");MI("contact.html","contact",91,"center","","",0,0,"b","#0066cc","","","");	SP(120,"left","center",8,0,"","","","","","","");		//if (win&&ie5) { SI("http://www.brothercake.com/games/frogger.php","Frogger","",""); }	//SI("http://www.brothercake.com/games/fishrace.php","FishRace","","");	//if (ie5||ns6||mz7||ns4) { SI("http://www.brothercake.com/games/hangman.php","HangMan","",""); }	//if (win&&ie5) {		//SI("http://www.brothercake.com/games/physjig.php","Physical Jigsaw","","");			//CP(148,"right","center",-2,-16,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","","","","","","");			//CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?bubbles.gif',462,420)","Bubbles &amp; Pikachu","","");			//CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?landscape.gif',462,420)","Painted Landscape","","");			//CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?eggneb.jpg',462,420)","Egg Nebula","","");			//CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?tinybunny.gif',462,420)","Tiny Bunny","","");			//CI("javascript:openWindow('http://www.brothercake.com/games/Jigsaw_v2-1/jigsaw.html?squirrel.jpg',462,420)","Squirrel","","");		//}		//if (ie) { SI("http://www.brothercake.com/games/countdown.php","Countdown","",""); }	//SI("http://www.ntk.net/","NTK","");//* DO NOT EDIT THIS BIT *}//***********************//************************