//UDMv3.1.2
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.1.2 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//
//  KDE modifications by David Joham
//
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// 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 = "resources/";
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#ffefc6";	// main nav cell color
var rCOLOR = 	"#ececec";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#cc9966"	// 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 fVARIANT = "small-caps"; // submenu font variant - CMJ ADD
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 = 	-5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#ffefc6";	// submenu cell color
var srCOLOR = 	"#ececec";	// 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 = 	"comic sans ms,arial,helvetica,sans serif";// submenu font face		
var sfVARIANT = "small-caps"; // submenu font variant - CMJ ADD
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 = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// submenu drop shadow size 
var shCOLOR =	"#bcbcbc";	// 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 = -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 opera)

var altDISPLAY = "title";	// 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 



//** LINKS ***********************************************************




// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("http://www.brothercake.com/dropdown/index.html","<span class='u'>U</span>ltimate Dropdown Menu",188,"center","","",0,0,"u"); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(180,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.brothercake.com/dropdown/index.html","Script home","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/install.html","Installing","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/custom.html","Customising","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset)
		defineChildmenuProperties(174,"left","center",-3,-20);

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.brothercake.com/dropdown/custom.html#style","Global style definitions","","");
		addChildmenuItem("http://www.brothercake.com/dropdown/custom.html#menus","Menu and link definitions","","");
		addChildmenuItem("http://www.brothercake.com/dropdown/grid.html","Controlling the<br>event-handling layer","","");

	addSubmenuItem("http://www.brothercake.com/dropdown/advanced.html","Advanced customising","","");

		defineChildmenuProperties(150,"left","center",-3,-20);
		addChildmenuItem("http://www.brothercake.com/dropdown/accessibility.html","Accessibility guide","","");
		addChildmenuItem("http://www.brothercake.com/dropdown/navbar_tutorial.html","Making an<br>image-based navbar","","");

	addSubmenuItem("http://www.brothercake.com/dropdown/sniffer.html","Variables from the<br>sniffer script","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/browsers.html","Browser support","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/faq.html","FAQ","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/feedback.shtml","Feedback","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/contributors.html","Contributors","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/versions.html","Version cross-compatibility","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/archives.html","Version archives","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/terms.html","Terms of use","","");



addMainItem("","E<span class='u'>x</span>amples",94,"center","","",0,0,"x"); 

	defineSubmenuProperties(130,"right","right",0,0);
	
	addSubmenuItem("http://www.brothercake.com/dropdown/original.html","'Original Skin'","_blank","");
	addSubmenuItem("javascript:openWindow('http://www.brothercake.com/dropdown/retrotech.html',640,400)","'Retro Tech'","","");
	addSubmenuItem("javascript:openWindow('http://www.brothercake.com/dropdown/hidden.html',758,457)","'Hidden Links'","","");
	addSubmenuItem("javascript:openWindow('http://www.brothercake.com/dropdown/play.html',708,457)","'Playschool'","","");
	addSubmenuItem("javascript:openWindow('http://www.brothercake.com/dropdown/notebook.html',578,467)","'Notebooks'","","");
	addSubmenuItem("javascript:openWindow('http://www.brothercake.com/dropdown/scatter.html',648,477)","'Scattered links'","","");
	addSubmenuItem("~","","","");
	addSubmenuItem("http://www.brothercake.com/dropdown/gallery.html",">>> The Gallery <<<&nbsp;","","");

addMainItem("http://www.brothercake.com","<span class='u'>B</span>rothercake",120,"center","","",0,0,"b"); 

	defineSubmenuProperties(120,"left","center",0,0);
	
	addSubmenuItem("http://www.brothercake.com/","Home","","");
	addSubmenuItem("http://www.brothercake.com/music/","Music","","");
		
		defineChildmenuProperties(142,"left","left",0,0);

		addChildmenuItem("http://www.brothercake.com/music/trance.shtml","Trance &amp; Techno","","");
		addChildmenuItem("http://www.brothercake.com/music/house.shtml","House &amp; Garage","","");
		addChildmenuItem("http://www.brothercake.com/music/breakbeat.shtml","Breakbeat &amp; Jungle","","");
		addChildmenuItem("http://www.brothercake.com/music/hiphop.shtml","Hip-Hop &amp; Soul","","");
		
	addSubmenuItem("http://www.brothercake.com/scripts/","Scripts","","");

		defineChildmenuProperties(120,"right","right",0,0);
	
		addChildmenuItem("http://www.brothercake.com/scripts/tabs.shtml","Tab Navigation","","");
		if (ie5) { addChildmenuItem("http://www.brothercake.com/scripts/dock.shtml","Drag n Dock","",""); }
		addChildmenuItem("http://www.brothercake.com/scripts/updated.shtml","Last Updated","","");
		if (ie||ns4) { addChildmenuItem("http://www.brothercake.com/scripts/modemspeed.shtml","Modem Speed","",""); }
		addChildmenuItem("http://www.brothercake.com/scripts/stopwatch.shtml","Stopwatch","","");


	if (ie) { addSubmenuItem("http://www.brothercake.com/games/","Games","",""); }
	addSubmenuItem("","Samples","","");
		
		defineChildmenuProperties(150,"left","left",0,0);

		addChildmenuItem("http://www.brothercake.com/samples/kicks.shtml","Kicks, Hats &amp; Snares","","");
		addChildmenuItem("http://www.brothercake.com/samples/breakbeats.shtml","Breakbeats &amp; Loops","","");
		addChildmenuItem("http://www.brothercake.com/samples/other.shtml","Other percussion","","");
		addChildmenuItem("http://www.brothercake.com/samples/bass.shtml","Bass","","");
		addChildmenuItem("http://www.brothercake.com/samples/vocals.shtml","Vocals","","");
		addChildmenuItem("http://www.brothercake.com/samples/synths.shtml","Synths &amp; FX","","");
		
	addSubmenuItem("http://www.brothercake.com/cooking/","Cooking","","");
	addSubmenuItem("http://www.brothercake.com/freeware/","Freeware","","");
	addSubmenuItem("http://www.brothercake.com/library/","Library","","");
	addSubmenuItem("http://www.brothercake.com/library/links/","Links","","");
		
		defineChildmenuProperties(124,"left","left",-22,-10);

		addChildmenuItem("http://www.brothercake.com/links/addlink.shtml","Add a link","","");
		addChildmenuItem("http://www.brothercake.com/links/linkback.shtml","Link back","","");
		addChildmenuItem("http://www.brothercake.com/links/webdev.shtml","Web Development","","");
		
	addSubmenuItem("","Contact","","");
		
		defineChildmenuProperties(120,"right","right",0,-0);

		addChildmenuItem("http://www.brothercake.com/mailme.shtml","Mailform","","");
		addChildmenuItem("mailto:cake@brothercake.com","Use desktop mail","","");
		

addMainItem("","<span class='u'>R</span>esources",96,"center","","Useful resources for web developers",0,0,"r"); 

	defineSubmenuProperties(170,"right","right",0,0);

	addSubmenuItem("http://www.dynamicdrive.com/","Dynamic Drive","","");
	addSubmenuItem("http://www.javascriptkit.com/","JavaScript Kit","","");
	addSubmenuItem("http://javascript.internet.com/","JavaScript Source","","");
	addSubmenuItem("","Javascript References","");
		
		defineChildmenuProperties(154,"right","right",-9,-9);

		addChildmenuItem("http://developer.netscape.com/docs/manuals/index.html?content=javascript.html","JS 1.3 Documentation","","");
		addChildmenuItem("http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000441&frame=true","Internet Explorer","","");
		addChildmenuItem("http://developer.netscape.com/evangelism/","Netscape 6","","");
		addChildmenuItem("http://www.opera.com/docs/specs/js/","Opera","","");
		addChildmenuItem("http://www.xs4all.nl/~ppk/js/version5.html","DOM Cross Reference","","");
		addChildmenuItem("http://www.dansteinman.com/","Dan Steinman","","");
		addChildmenuItem("http://www.w3c.org","W3C","","");
		addChildmenuItem("http://www.htmlcenter.com/","HTML Center","","");
		addChildmenuItem("http://www.webmonkey.com/","Web Monkey","","");

	addSubmenuItem("http://www.upsdell.com/BrowserNews/","Browser News","","");
	addSubmenuItem("http://www.network-tools.com","Network Tools","","");
	addSubmenuItem("http://www.experts-exchange.com/","Experts Exchange","","");
	addSubmenuItem("http://dgl.microsoft.com/","Design Gallery Live","","");
	addSubmenuItem("http://www.worldwidemart.com/scripts/","Matt's Script Archive","","");


addMainItem("","<span class='u'>E</span>ntertainment",124,"center","","Come and play ...",0,0,"e"); 

	defineSubmenuProperties(144,"right","right",0,0);

	if (ie5||ns6||mz7||ns4) { addSubmenuItem("http://www.brothercake.com/games/hangman.shtml","HangMan","",""); }
	if (ie5) { 
		addSubmenuItem("http://www.brothercake.com/games/physjig.shtml","Physical Jigsaw","",""); 
			defineChildmenuProperties(148,"right","center",-8,-16);
			addChildmenuItem("javascript:openWindow('http://www.brothercake.com/Ref/Jigsaw_v2/jigsaw.html?bubbles.gif',462,420)","Bubbles &amp; Pikachu","","");
			addChildmenuItem("javascript:openWindow('http://www.brothercake.com/Ref/Jigsaw_v2/jigsaw.html?landscape.gif',462,420)","Painted Landscape","","");
			addChildmenuItem("javascript:openWindow('http://www.brothercake.com/Ref/Jigsaw_v2/jigsaw.html?eggneb.jpg',462,420)","Egg Nebula","","");
			addChildmenuItem("javascript:openWindow('http://www.brothercake.com/Ref/Jigsaw_v2/jigsaw.html?tinybunny.gif',462,420)","Tiny Bunny","","");
			addChildmenuItem("javascript:openWindow('http://www.brothercake.com/Ref/Jigsaw_v2/jigsaw.html?squirrel.jpg',462,420)","Squirrel","","");
		}
	if (ie5||ns4) { addSubmenuItem("http://www.brothercake.com/games/chess.shtml","Chess Player","",""); }
	if (ie) { addSubmenuItem("http://www.brothercake.com/games/countdown.shtml","Countdown","",""); }
	if (win&&ie5) { addSubmenuItem("http://www.brothercake.com/games/Underground/","Underground","_blank",""); }
	addSubmenuItem("http://www.javaonthebrain.com/","Java on the Brain","","");
	addSubmenuItem("http://www.mchawking.com/","MC Hawking","","");
	addSubmenuItem("http://www.peoplesound.com/","Peoplesound","","");
	addSubmenuItem("http://www.powerpuffGIRLS.com/","Powerpuff Girls","","");
	addSubmenuItem("http://www.ntk.net/","NTK","");












//**DO NOT EDIT THIS *****
}//***********************
//************************

