//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b 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/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	236;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	98; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "js/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#000000";	// main nav cell color
var rCOLOR = 	"#000000";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#000000"	// main nav border color
var aLINK = 	"#CCCCFF";	// main nav link color
var aHOVER = 	"#FFFFFF";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana,arial";	// main nav font face
var fSIZE = 	10;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	5;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// 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 = 	"#CCCCFF";	// submenu cell color

var srCOLOR = 	"#000000";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"#000000";	// submenu link color
var saHOVER = 	"#FFFFFF";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial";// submenu font face
var sfSIZE = 	10;		// 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 =	1;		// submenu drop shadow size
var shCOLOR =	"#CCCCCC";	// 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 = 400;		// 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("http://hyenastudios.mugamo.com/index.htm","<span class='u'>H</span>ome",65,"center","","",0,0,"h");

	defineSubmenuProperties(155,"left","right",-4,-30,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://hyenastudios.mugamo.com/home.htm","Hyena Studios News","","");
	addSubmenuItem("http://hyenastudios.mugamo.com/index.htm","Main Home @ Mugamo","","");
	addSubmenuItem("http://www.geocities.com/hyenastudios/index.htm","Old Home @ Geocities","","");
	addSubmenuItem("http://hyenastudios.mugamo.com/disclaimer.htm","Disclaimer","","");

// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","<span class='u'>G</span>ame Addons",100,"center","","",0,0,"g");

	defineSubmenuProperties(165,"left","right",-4,-45,"");

	addSubmenuItem("http://hyenastudios.mugamo.com/ao33stuff.htm","Age of Empires III &gt;&gt;","","");

		defineChildmenuProperties(145,"left","left",11,-20,"");
		
		addChildmenuItem("http://hyenastudios.mugamo.com/aoe3stuff.htm","Main AOE3 Stuff","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aoe3maps.htm","New Random Maps","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aoe3rmstutorial.htm","AOE3 RMS Tutorial","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aoe3rmshints.htm","AOE3 RMS Hints","","");

	addSubmenuItem("http://hyenastudios.mugamo.com/aomstuff.htm","Age of Mythology (+TT) &gt;&gt;","","");

		defineChildmenuProperties(145,"left","left",11,-20,"");
		
		addChildmenuItem("http://hyenastudios.mugamo.com/aomyatemain.htm","YATE Trigger Editor","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aommaps.htm","New Random Maps","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aomtemplates.htm","Random Map Templates","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aomrmstutorial.htm","RMS Tutorial","","");

	addSubmenuItem("http://hyenastudios.mugamo.com/aokstuff.htm","Age of Kings (+TC) &gt;&gt;","","");

		defineChildmenuProperties(135,"left","left",11,-20,"");

		addChildmenuItem("","Multiplayer Scenarios:","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aokkingmoves.htm","King Moves","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aokomahabeach.htm","Omaha Beach","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aokheropark.htm","Hero Park","","");
		addChildmenuItem("","MP+SP Scenarios:","","");
		addChildmenuItem("http://hyenastudios.mugamo.com/aokmachupicchu.htm","Machu Picchu","","");


addMainItem("http://hyenastudios.mugamo.com/audionauts.htm","<span class='u'>A</span>udionauts",90,"center","","",0,0,"a");

	defineSubmenuProperties(156,"left","right",-4,-30,"");

	addSubmenuItem("http://hyenastudios.mugamo.com/audionauts.htm","Hyena Studios Music Files","","");
	addSubmenuItem("http://music.download.com/m0nty_pyth0n","HS @ music.download.com","_blank","");
	addSubmenuItem("http://www.myspace.com/hyenastudiosaudionauts","HS @ myspace.com","_blank","");


addMainItem("http://hyenastudios.mugamo.com/videonauts.htm","<span class='u'>V</span>ideonauts",90,"center","","",0,0,"v");

	defineSubmenuProperties(165,"left","right",-4,-35,"");

	addSubmenuItem("http://hyenastudios.mugamo.com/videonauts.htm","Hyena Studios Video Files","","");
	addSubmenuItem("http://www.youtube.com/hyenastudios","Hyena Studios @ YouTube","_blank","");
	addSubmenuItem("http://en.sevenload.com/users/hyenastudios","Hyena Studios @ Sevenload","_blank","");
	addSubmenuItem("http://hyenastudios.proboards4.com/index.cgi?board=GeneralVideonauts&action=display&thread=1119817959","HS Rating Association","","");


addMainItem("http://hyenastudios.mugamo.com/aeronauts.htm","A<span class='u'>e</span>ronauts",88,"center","","",0,0,"e");

	defineSubmenuProperties(160,"left","right",-4,-32,"");

	addSubmenuItem("http://hyenastudios.mugamo.com/aeronauts.htm","HS Aeronauts - Intro","","");
	addSubmenuItem("http://hyenastudios.mugamo.com/aeronautsdocus.htm","HS Aeronauts - Documents","","");
	addSubmenuItem("http://hyenastudios.mugamo.com/aeronautsvideos.htm","HS Aeronauts - Videos","","");


addMainItem("http://hyenastudios.mugamo.com/links.htm","<span class='u'>L</span>inks",70,"center","","",0,0,"l");

	defineSubmenuProperties(150,"left","right",-4,-40,"");

	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","Official Game Sites &gt;&gt;","","");

		defineChildmenuProperties(145,"left","left",11,-20,"");
		addChildmenuItem("http://www.ensemblestudios.com/","Ensemble Studios (ES)","_blank","");
		addChildmenuItem("http://www.ageofempires3.com/","Age of Empires III (ES)","_blank","");
		addChildmenuItem("http://www.agecommunity.com/","ES Age Community","_blank","");
		addChildmenuItem("http://www.microsoft.com/games/titans/","Microsoft Games","_blank","");

	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","Age of Mythology &gt;&gt;","","");

		defineChildmenuProperties(120,"left","left",11,-20,"");
		addChildmenuItem("http://aom.heavengames.com/","AOM Heavengames","_blank","");
		addChildmenuItem("http://www.planetageofmythology.com/","Planet AOM","_blank","");
		addChildmenuItem("http://www.mrfixitonline.com/aomHome.asp","MrFixitOnline AOM","_blank","");

	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","Age of Empires I-III &gt;&gt;","","");

		defineChildmenuProperties(125,"left","left",11,-20,"");
		addChildmenuItem("http://aoe3.heavengames.com/","AOE3 Heavengames","_blank","");
		addChildmenuItem("http://aok.heavengames.com/","AOK Heavengames","_blank","");
		addChildmenuItem("http://aoe.heavengames.com/","AOE Heavengames","_blank","");

	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","Free Legal Music &gt;&gt;","","");

		defineChildmenuProperties(130,"left","left",11,-20,"");
		addChildmenuItem("http://www.amazon.com/exec/obidos/tg/browse/-/468646/","Music@Amazon.com","_blank","");
		addChildmenuItem("http://music.download.com/","Music@Download.com","_blank","");

	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","Programming &gt;&gt;","","");

		defineChildmenuProperties(120,"left","left",11,-20,"");
		addChildmenuItem("http://www.codeproject.com/","The Code Project","_blank","");
		addChildmenuItem("http://www.codeguru.com/","CodeGuru","_blank","");
		addChildmenuItem("http://www.jsmadeeasy.com/javascripts/Windows/list.htm","JS Made Easy","_blank","");
		addChildmenuItem("http://www.dynamicdrive.com/","Dynamic Drive","_blank","");
		addChildmenuItem("http://msdn.microsoft.com/library/","MSDN Library","_blank","");

	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","Partner Sites &gt;&gt;","","");

		defineChildmenuProperties(105,"left","left",11,-20,"");
		addChildmenuItem("http://www.mugamo.com","Mugamo","_blank","");
		addChildmenuItem("http://www.gamingextremes.us","GamingExtremes","_blank","");
		addChildmenuItem("http://www.tsuniversity.com/","Tsuniversity","_blank","");

	addSubmenuItem("http://hyenastudios.mugamo.com/logos.htm","Hyena Studios Logos ","","");


addMainItem("http://hyenastudios.proboards4.com","<span class='u'>F</span>orum",75,"center","_blank","",0,0,"f");

	defineSubmenuProperties(150,"left","right",-4,-55,"");

	addSubmenuItem("http://hyenastudios.proboards4.com","Hyena Studios Forum","_blank","");
	addSubmenuItem("http://hyenastudios.proboards4.com/index.cgi?action=register","Register","_blank","");
	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","External Forum Sites &gt;&gt;","","");

		defineChildmenuProperties(130,"left","left",11,-20,"");
		addChildmenuItem("http://www.agecommunity.com/modules.php?name=Forums","ES Age Community","_blank","");
		addChildmenuItem("http://aoe3.heavengames.com/cgi-bin/forums/Ultimate.cgi","AOE3 Heavengames","_blank","");
		addChildmenuItem("http://aom.heavengames.com/cgi-bin/forums/Ultimate.cgi","AOM Heavengames","_blank","");
		addChildmenuItem("http://aok.heavengames.com/cgi-bin/aokcgi/Ultimate.cgi","AOK Heavengames","_blank","");

	addSubmenuItem("http://hyenastudios.mugamo.com/links.htm","Partner Forum Sites &gt;&gt;","","");

		defineChildmenuProperties(145,"left","left",11,-20,"");
		addChildmenuItem("http://www.xamolxis.com/PHP/","Xamo's AOE3 Forum","_blank","");
		addChildmenuItem("http://www.vandhaal.gamingextremes.us","Vandhaal's Forum","_blank","");
		addChildmenuItem("http://www.gamingextremes.us/modules.php?name=Forums","GamingExtremes Forum","_blank","");
		addChildmenuItem("http://forums.heavengames.com/tsunamistudios/cgi-bin/Ultimate.cgi","TsunamiStudios Forum","_blank","");

addMainItem("mailto:djoser_2@hotmail.com","<span class='u'>C</span>ontact",85,"center","","",0,0,"c");

	defineSubmenuProperties(112,"left","right",-4,-25,"");

	addSubmenuItem("mailto:djoser_2@hotmail.com","Send E-mail","","");


addMainItem("http://hyenastudios.mugamo.com/vote.htm","Vo<span class='u'>t</span>e",70,"center","","",0,0,"t");

	defineSubmenuProperties(122,"left","right",-4,-55,"");

	addSubmenuItem("http://www.gamesites200.com/aoe/in.php?id=44","AoE TOP 200","_blank","");

//**DO NOT EDIT THIS *****
}//***********************
//************************