//UDMv3.8.4
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.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
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************

var menuALIGN = "right";	// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5/6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF =	"/scripts/";	// base path 
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#000000";	// main nav cell color
var rCOLOR = 	"#109f10";	// main nav cell rollover color
var keepLIT =	false;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#10df10"	// main nav border color
var aLINK = 	"#109f10";	// main nav link color
var aHOVER = 	"#000000";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"courier,monotype";	// main nav font face		
var fSIZE = 	13;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	3;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	6;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offet (+/- pixels from middle)

var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#000000";	// submenu cell color
var srCOLOR = 	"#109f10";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	""		// submenu border color
var saLINK = 	"#109f10";	// submenu link color
var saHOVER = 	"#000000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"courier,monotype";// submenu font face		
var sfSIZE = 	13;		// submenu font size (pixels)	
var sfWEIGHT = 	"bold"		// submenu font weight
var stINDENT = 	12;		// submenu text indent (if text is left or right aligned)
var svPADDING = 3;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offet (+/- pixels from middle)

var shSIZE =	"1";		// menu drop shadow size 
var shCOLOR =	"#109f10";	// menu drop shadow color
var shOPACITY = 100;		// menu drop shadow opacity (not ie4/ns4/op5)

var keepSubLIT=	true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = -1;		// shift the child menus vertically 			
var chhOFFSET = 1;		// shift the child menus horizontally 		

var openTIMER = 0;		// menu opening delay time
var closeTIMER = 150;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "default";		// 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 ***********************************************************

	
// addMainItem("http://www.curufea.dreamhosters.com/games/newton/newton.php","Newton's First Rule",220,"center","");

//	defineSubmenuProperties(140,"left","right");
//	addSubmenuItem("","Background -->","");

//		defineChildmenuProperties(200,"left","left",1,0);
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/races.php","Alien Races","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/notes.php","General Notes","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/spacecombat.php","Space Combat","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/decline.php","History","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/story.php","The Story so far","");

//	addSubmenuItem("","Rules -->","");

//		defineChildmenuProperties(200,"left","left",1,0);
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/subgenre.php","Subgenres","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/archetypes.php","Archetypes","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/ftl.php","FTL Travel","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/weapons.php","Ranged Weapons","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/melee.php","HTH Weapons","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/armour.php","Armour","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/vehicle.php","Vehicle Weapons","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/dc.php","Damage Classes","");

//	addSubmenuItem("","Players -->","");
//		defineChildmenuProperties(200,"left","left",-20,0);
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/common.php","Common Equipment","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/ship.php","The Lady Jane","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/chain.php","The Chain of Command","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/uniform.php","The Uniform","");
//		addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/character.php","The Characters","");

//	addSubmenuItem("","Links -->","");
//		defineChildmenuProperties(280,"left","left",-41,0);
//		addChildmenuItem("http://groups.yahoo.com/group/newtonsfirstlaw","Yahoo Group","");
///		addChildmenuItem("http://www.starwind.net/hsmg/","Mutant generator","");
//		addChildmenuItem("http://www.dougmacd.net/htmlhero/","HTML character creator","");
//		addChildmenuItem("http://www.wolfram.demon.co.uk/rp_ch_dmg_tbl.php","Multidice roll simplifier","");
//		addChildmenuItem("http://www.fantasylibrary.com/lounge/quartermain/qmdisadvantages.pdf","Master list of disadvantages","");
//		addChildmenuItem("http://www.geocities.com/CapeCanaveral/7472/ifosweb/index.php","3D Starmapper","");


addMainItem("","Gaming",110,"center",""); 

	defineSubmenuProperties(195,"left","left");
	addSubmenuItem("http://www.curufea.dreamhosters.com/games/board.php","<-- Board Games","");

		defineChildmenuProperties(285,"right","right",1,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/roborally/index.php","RoboRally","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/diplomacy/index.html","Diplomacy 2120","");		   		
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/dune/dune.php","Dune","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/TheGreatMachine.zip","The Great Machine (Zip)","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/Creative+Writer+Board.doc","Creative Writer Board (Word)","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/Creative+Writer+Cards.doc","Creative Writer Cards (Word)","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/Creative+Writer.doc","Creative Writer Rules(Word)","");
	

	addSubmenuItem("http://www.curufea.dreamhosters.com/games/card.php","<-- Card Games","");

		defineChildmenuProperties(200,"right","right",1,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/siege.php","Siege","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/warpspawn/index.html","Warpspawn Page","");

	addSubmenuItem("http://www.curufea.dreamhosters.com/games/comp.php","<-- Computer Games","");

		defineChildmenuProperties(260,"right","right",1,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/diplomacy/index.html","Diplomacy 2120","");		   		
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/roboforge/index.php","Roboforge","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/avp/index.php","Aliens VS Predator","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/mood/mood.php","Mood 3D Maze","");

	addSubmenuItem("http://www.curufea.dreamhosters.com/games/rpg.php","<-- RPG Campaigns","");

		defineChildmenuProperties(285,"right","right",-20,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/western/campaign.php","Western Shores","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/western/masque2.php","Masque of the Red Death","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/sephiroth/index.php","The Dungeon of Sephiroth","");
                addChildmenuItem("http://www.curufea.dreamhosters.com/games/newton/newton.php","Newton's First Rule","");

	addSubmenuItem("http://www.curufea.dreamhosters.com/games/rpg.php","<-- RPG Rules","");

		defineChildmenuProperties(180,"right","right",1,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/fudgescape/index.php","FUDGEscape","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/crobuzon/index.html","New Crobuzon Hero","");

	addSubmenuItem("http://www.curufea.dreamhosters.com/games/rpg.php","<-- RPG Characters","");

		defineChildmenuProperties(285,"right","center",-60,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/western/fred2.php","Frederick","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/western/trevor.php","Trevor","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/GRAPPLER.pdf","Grappler Jones","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/GUSTAF.pdf","Gustaf von Shikklegrubber","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/Ten.php","Ten","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/Ten2.php","Ten level 2","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/Ten3.php","Ten level 3","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/ten4.php","Ten level 4","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/ten5.php","Ten level 5","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/ten7.php","Ten level 7","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/ten8.php","Ten level 8","");

	addSubmenuItem("http://www.curufea.dreamhosters.com/games/war.php","<-- Wargames","");

		defineChildmenuProperties(210,"right","right",-20,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/western/model1.php","What Model is this?","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/western/model2.php","Armour Protection","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/games/western/weapons.php","Weapon Types","");



addMainItem("","Art",120,"center",""); 

	defineSubmenuProperties(140,"right","left");
	addSubmenuItem("http://www.curufea.dreamhosters.com/videos.php","Music Videos","");
	addSubmenuItem("http://www.curufea.dreamhosters.com/art/pastsins/index.php","Computer Art","");
	addSubmenuItem("http://www.curufea.dreamhosters.com/art/photos.php","<-- Photos","");

		defineChildmenuProperties(140,"right","right",1,0);
		addChildmenuItem("http://www.curufea.dreamhosters.com/art/necromunda/index.php","Necromunda","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/art/pics_me.php","Friends","");
		addChildmenuItem("http://www.curufea.dreamhosters.com/art/photos/family.php","Family","");

	addSubmenuItem("http://www.curufea.dreamhosters.com/art/pics_sam.php","Sam's","");
		
addMainItem("","Misc",72,"center",""); 

	defineSubmenuProperties(220,"right","right");
	addSubmenuItem("http://www.curufea.dreamhosters.com/phptest/opendb/index.php","Online lending library","");
	addSubmenuItem("http://www.curufea.dreamhosters.com/links.php","Links","");
	addSubmenuItem("http://www.curufea.dreamhosters.com/guestbook.php","Guestbook","");
	addSubmenuItem("http://www.livejournal.com/users/Curufea/","Livejournal","");
	addSubmenuItem("http://www.curufea.dreamhosters.com/setup.php","* Change Menu *","");



//**DO NOT EDIT THIS *****
}//***********************
//************************



