// awb512-119-u
	var linkClass="subMenuLink";//defines initial css class of the links
	var menuNumber=9;
	var agt=navigator.userAgent.toLowerCase(), appVer = navigator.appVersion.toLowerCase(), iePos  = appVer.indexOf('msie'), is_opera = (agt.indexOf("opera") != -1), is_ie   = ((iePos!=-1) && (!is_opera));
	if(is_ie){
		var menuBg="";
		var menuBgIndent="";
		var underLine="<img src=/new-hp/images/menu/mainmenu/bullet-trans-line-blue.gif />";
		var bulletImg="<img src=/new-hp/images/menu/mainmenu/bullet-trans-dot-blue.gif align=left />";
		var bulletImgIndent="<img src=/new-hp/images/menu/mainmenu/bullet-trans-dot-indent.gif align=left />";
	}else{
		var menuBg="/new-hp/images/menu/mainmenu/bullet-trans-bg-blue.gif";
		var menuBgIndent="/new-hp/images/menu/mainmenu/bullet-trans-indent-bg.gif";
		var bulletImgIndent="<img src = /images/layout/pixel.gif width=16 height=1 />";
		var underLine="";
		var bulletImg="";
	}
	var NoOffFirstLineMenus=1;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#051B38";			// Background color when mouse is not over
	var HighBgColor="#013A88";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#116EED";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=0;			// Border width between elements sub items
	var FontFamily="arial,comic sans ms,technical";	// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=-9;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	if(is_ie)
		var LeftPaddng=9;				// Left padding
	else
		var LeftPaddng=9;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=0;			// delay before sub unfolds
	var UnfoldDelay2=200;			// delay before sub builds
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="space";			// Frame where first level appears
	var SecLineFrame="space";			// Frame where sub levels appear
	var DocTargetFrame="space";		// Frame where target documents appear
	var TargetLoc="filterMenu";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"


	var Arrws=['/shared/wow-com/images/subnav/tri.gif',14,15,'/shared/wow-com/images/subnav/arrow_right2.gif',18,12,'/shared/wow-com/images/subnav/arrow_right2.gif',5,10];	// Arrow source, width and height


						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#000000, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=90)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}



	
Menu1=new Array("WoW Main","/","/shared/wow-com/images/subnav/button_bg.gif",8,15,110,"","","","","","",-1,-1,-1,"","");

	Menu1_1=new Array(bulletImg+"News"+underLine,"/","",2,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_1_1=new Array(bulletImg+"Current News"+underLine,"/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_1_2=new Array(bulletImg+"Guide News"+underLine,"/info/","",0,15,110,"","","","","","",-1,-1,-1,"","");
	
	Menu1_2=new Array(bulletImg+"Account"+underLine,"https://us.battle.net/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2F&amp;app=wam","",6,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_1=new Array(bulletImg+"Create Account"+underLine,"https://us.battle.net/account/creation/wow/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2=new Array(bulletImg+"Manage Account"+underLine,"https://us.battle.net/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2F&amp;app=wam","",7,15,110,"","","","","","",-1,-1,-1,"","");		
		Menu1_2_2_1=new Array(bulletImg+"Change Password"+underLine,"https://www.worldofwarcraft.com/account/change-password.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2_2=new Array(bulletImg+"Change Contact Info"+underLine,"https://us.battle.net/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2Fcontactinfo.html&amp;app=wam","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2_3=new Array(bulletImg+"Setup Subscription"+underLine,"https://us.battle.net/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2Fsubscription.html&amp;app=wam","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2_4=new Array(bulletImg+"Add Game Time Code"+underLine,"https://us.battle.net/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2Fgamecard.html&amp;app=wam","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2_5=new Array(bulletImg+"Payment History"+underLine,"https://us.battle.net/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2Fpayment-history.html&amp;app=wam","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2_6=new Array(bulletImg+"Parental Controls"+underLine,"/account/parental-control-schedule.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2_7=new Array(bulletImg+"Password Retrieval"+underLine,"/loginsupport/password.html?start=true","",0,15,110,"","","","","","",-1,-1,-1,"","");
		
		Menu1_2_3=new Array(bulletImg+"Paid Services"+underLine,"https://us.battle.net/account/management/","",5,15,120,"","","","","","",-1,-1,-1,"","");
		Menu1_2_3_1=new Array(bulletImg+"Char Customization"+underLine,"/account/character-namechange-intro.html","",0,15,120,"","","","","","",-1,-1,-1,"","");
		Menu1_2_3_2=new Array(bulletImg+"Char Transfer"+underLine,"/account/character-transfer-intro.html","",0,15,120,"","","","","","",-1,-1,-1,"","");
		Menu1_2_3_3=new Array(bulletImg+"Name Change"+underLine,"/account/character-namechange-intro.html","",0,15,120,"","","","","","",-1,-1,-1,"","");
		Menu1_2_3_4=new Array(bulletImg+"Faction Change"+underLine,"https://www.worldofwarcraft.com/account/faction-change-intro.html","",0,15,120,"","","","","","",-1,-1,-1,"","");
		Menu1_2_3_5=new Array(bulletImg+"Race Change"+underLine,"https://www.worldofwarcraft.com/account/race-change-intro.html","",0,15,120,"","","","","","",-1,-1,-1,"","");
		
		Menu1_2_4=new Array(bulletImg+"Promotions"+underLine,"https://us.battle.net/account/management/","",2,15,120,"","","","","","",-1,-1,-1,"","");
	Menu1_2_4_1=new Array(bulletImg+"Recruit-a-Friend"+underLine,"/account/recruit-a-friend.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_2_4_2=new Array(bulletImg+"Scroll of Resurr."+underLine,"/account/resurrect-a-friend.html","",0,15,110,"","","","","","",-1,-1,-1,"","");

	  Menu1_2_5=new Array(bulletImg+"PTR Character Copy"+underLine,"https://us.battle.net/login/login.xml?ref=https%3A%2F%2Fwww.worldofwarcraft.com%2Faccount%2Fcharacter-move.html&amp;app=wam","",0,15,110,"","","","","","",-1,-1,-1,"","");
		
	 Menu1_2_6=new Array(bulletImg+"Blizz. Authenticator"+underLine,"/account/physical-security-token.html","",0,15,110,"","","","","","",-1,-1,-1,"","");


    Menu1_3=new Array(bulletImg+"Guide"+underLine,"/info/","",11,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_1=new Array(bulletImg+"Game Guide"+underLine,"/info/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_2=new Array(bulletImg+"Introduction"+underLine,"/info/#introduction","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_3=new Array(bulletImg+"Getting Started"+underLine,"/info/#gettingstarted","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_4=new Array(bulletImg+"Character"+underLine,"/info/#character","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_5=new Array(bulletImg+"Items"+underLine,"/info/#items","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_6=new Array(bulletImg+"World Locations"+underLine,"/info/#world","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_7=new Array(bulletImg+"Transportation"+underLine,"/info/#transportation","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_8=new Array(bulletImg+"Player Interaction"+underLine,"/info/#playerinteraction","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_9=new Array(bulletImg+"Player vs Player"+underLine,"/pvp/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_10=new Array(bulletImg+"FAQ"+underLine,"/info/faq/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_3_11=new Array(bulletImg+"Story"+underLine,"/info/story/","",0,15,110,"","","","","","",-1,-1,-1,"","");
				
	Menu1_4=new Array(bulletImg+"Workshop"+underLine,"/","",4,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_4_1=new Array(bulletImg+"Talent Calculators"+underLine,"/info/classes/talent-index/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_4_2=new Array(bulletImg+"Events Calendar"+underLine,"/info/events/calendar/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_4_3=new Array(bulletImg+"Maps"+underLine,"/wrath/features/northrend/worldmap.xml","",2,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_4_3_1=new Array(bulletImg+"Outland"+underLine,"/burningcrusade/townhall/outlandmap.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_4_3_2=new Array(bulletImg+"Northrend"+underLine,"/wrath/features/northrend/worldmap.xml","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_4_4=new Array(bulletImg+"Battlegroups"+underLine,"/pvp/battlegrounds/battlegroups/","",0,15,110,"","","","","","",-1,-1,-1,"","");	
			

		
			
	Menu1_5=new Array(bulletImg+"Forums"+underLine,"http://forums.worldofwarcraft.com/","",22,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_1=new Array(bulletImg+"Forums Introduction"+underLine,"/forums/intro.shtml","",6,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_1_1=new Array(bulletImg+"Code of Conduct"+underLine,"/policy/forum-coc.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_1_2=new Array(bulletImg+"Getting Started"+underLine,"/forums/gettingstarted.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_1_3=new Array(bulletImg+"Forum Features"+underLine,"/forums/features.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_1_4=new Array(bulletImg+"Forum Icons"+underLine,"/forums/iconinfo.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_1_5=new Array(bulletImg+"BML"+underLine,"/forums/bml.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_1_6=new Array(bulletImg+"Report Forum Violators"+underLine,"/forums/reportforumviolators.shtml","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_2=new Array(bulletImg+"Complete List"+underLine,"http://forums.worldofwarcraft.com/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_3=new Array(bulletImg+"Realm Status"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11113&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_4=new Array(bulletImg+"Technical Support"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11110&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_5=new Array(bulletImg+"Customer Service"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11112&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_6=new Array(bulletImg+"UI & Macros"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11114&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_7=new Array(bulletImg+"Bug Reports"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10023&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_8=new Array(bulletImg+"Public Test Realm"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11572&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_9=new Array(bulletImg+"Classes"+underLine,"http://forums.worldofwarcraft.com/","",9,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_1=new Array(bulletImg+"Druid"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10015&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_2=new Array(bulletImg+"Hunter"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10016&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_3=new Array(bulletImg+"Mage"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10017&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_4=new Array(bulletImg+"Rogue"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10020&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_5=new Array(bulletImg+"Shaman"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10021&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_6=new Array(bulletImg+"Paladin"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10018&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_7=new Array(bulletImg+"Priest"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10019&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_8=new Array(bulletImg+"Warrior"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10022&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_5_9_9=new Array(bulletImg+"Warlock"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10014&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_10=new Array(bulletImg+"Professions"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11116&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_11=new Array(bulletImg+"PvP Discussion"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11117&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_12=new Array(bulletImg+"Quest Discussion"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11118&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_13=new Array(bulletImg+"Realm Forums"+underLine,"http://forums.worldofwarcraft.com/child-forum.html?forumId=11119&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_14=new Array(bulletImg+"Off-Topic"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11121&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_15=new Array(bulletImg+"Guild Recruitment"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11123&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_16=new Array(bulletImg+"Guild Relations"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11124&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_17=new Array(bulletImg+"Blizzard Archive"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11120&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_18=new Array(bulletImg+"Suggestions"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11122&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_19=new Array(bulletImg+"Role-Playing"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11125&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_20=new Array(bulletImg+"Raid and Dungeon Discussion"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=11126&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_21=new Array(bulletImg+"Trading Card Game"+underLine,"http://entertainment.upperdeck.com/wow/community/forums/default.aspx","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_5_22=new Array(bulletImg+"General Discussion"+underLine,"http://forums.worldofwarcraft.com/board.html?forumId=10001&sid=1","",0,15,110,"","","","","","",-1,-1,-1,"","");

	Menu1_6=new Array(bulletImg+"Community"+underLine,"/community/","",10,15,110,"","","","","","",-1,-1,-1,"",""); 
		Menu1_6_1=new Array(bulletImg+"Forums"+underLine,"http://forums.worldofwarcraft.com/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_2=new Array(bulletImg+"Comics"+underLine,"/community/comics.html","",6,15,110,"","","","","","",-1,-1,-1,"","");
			
			
			Menu1_6_2_1=new Array(bulletImg+"2010"+underLine,"/community/comics.html","",4,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_6_2_1_1=new Array(bulletImg+"April, 2010 Comics"+underLine,"/community/comics/2010-04.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			
				Menu1_6_2_1_2=new Array(bulletImg+"March, 2010 Comics"+underLine,"/community/comics/2010-03.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_1_3=new Array(bulletImg+"February, 2010 Comics"+underLine,"/community/comics/2010-02.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			
				Menu1_6_2_1_4=new Array(bulletImg+"January, 2010 Comics"+underLine,"/community/comics/2010-01.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			
			
				Menu1_6_2_2=new Array(bulletImg+"2009"+underLine,"/community/comics.html","",12,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_1=new Array(bulletImg+"December, 2009 Comics"+underLine,"/community/comics/2009-12.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_2=new Array(bulletImg+"November, 2009 Comics"+underLine,"/community/comics/2009-11.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_3=new Array(bulletImg+"October, 2009 Comics"+underLine,"/community/comics/2009-10.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_4=new Array(bulletImg+"September, 2009 Comics"+underLine,"/community/comics/2009-09.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				
				Menu1_6_2_2_5=new Array(bulletImg+"August, 2009 Comics"+underLine,"/community/comics/2009-08.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				
				Menu1_6_2_2_6=new Array(bulletImg+"July, 2009 Comics"+underLine,"/community/comics/2009-07.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_7=new Array(bulletImg+"June, 2009 Comics"+underLine,"/community/comics/2009-06.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_8=new Array(bulletImg+"May, 2009 Comics"+underLine,"/community/comics/2009-05.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_9=new Array(bulletImg+"April, 2009 Comics"+underLine,"/community/comics/2009-04.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_10=new Array(bulletImg+"March, 2009 Comics"+underLine,"/community/comics/2009-03.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_11=new Array(bulletImg+"February, 2009 Comics"+underLine,"/community/comics/2009-02.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_2_12=new Array(bulletImg+"January, 2009 Comics"+underLine,"/community/comics/2009-01.html","",0,15,110,"","","","","","",-1,-1,-1,"","");


			
			Menu1_6_2_3=new Array(bulletImg+"2008"+underLine,"/community/comics.html","",12,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_3_1=new Array(bulletImg+"December, 2008 Comics"+underLine,"/community/comics/2008-12.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				
				Menu1_6_2_3_2=new Array(bulletImg+"November, 2008 Comics"+underLine,"/community/comics/2008-11.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_3=new Array(bulletImg+"October, 2008 Comics"+underLine,"/community/comics/2008-10.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_4=new Array(bulletImg+"September, 2008 Comics"+underLine,"/community/comics/2008-09.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_5=new Array(bulletImg+"August, 2008 Comics"+underLine,"/community/comics/2008-08.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_6=new Array(bulletImg+"July, 2008 Comics"+underLine,"/community/comics/2008-07.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_7=new Array(bulletImg+"June, 2008 Comics"+underLine,"/community/comics/2008-06.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_8=new Array(bulletImg+"May, 2008 Comics"+underLine,"/community/comics/2008-05.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		    			Menu1_6_2_3_9=new Array(bulletImg+"April, 2008 Comics"+underLine,"/community/comics/2008-04.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_10=new Array(bulletImg+"March, 2008 Comics"+underLine,"/community/comics/2008-03.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_11=new Array(bulletImg+"February, 2008 Comics"+underLine,"/community/comics/2008-02.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_3_12=new Array(bulletImg+"January, 2008 Comics"+underLine,"/community/comics/2008-01.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			
			
			Menu1_6_2_4=new Array(bulletImg+"2007"+underLine,"/community/comics.html","",12,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_1=new Array(bulletImg+"December, 2007 Comics"+underLine,"/community/comics/2007-12.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_2=new Array(bulletImg+"November, 2007 Comics"+underLine,"/community/comics/2007-11.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		    	Menu1_6_2_4_3=new Array(bulletImg+"October, 2007 Comics"+underLine,"/community/comics/2007-10.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		    	Menu1_6_2_4_4=new Array(bulletImg+"September, 2007 Comics"+underLine,"/community/comics/2007-09.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		 		Menu1_6_2_4_5=new Array(bulletImg+"August, 2007 Comics"+underLine,"/community/comics/2007-08.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_6=new Array(bulletImg+"July, 2007 Comics"+underLine,"/community/comics/2007-07.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		    	Menu1_6_2_4_7=new Array(bulletImg+"June, 2007 Comics"+underLine,"/community/comics/2007-06.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_8=new Array(bulletImg+"May, 2007 Comics"+underLine,"/community/comics/2007-05.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_9=new Array(bulletImg+"April, 2007 Comics"+underLine,"/community/comics/2007-04.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_10=new Array(bulletImg+"March, 2007 Comics"+underLine,"/community/comics/2007-03.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_11=new Array(bulletImg+"February, 2007 Comics"+underLine,"/community/comics/2007-02.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				Menu1_6_2_4_12=new Array(bulletImg+"January, 2007 Comics"+underLine,"/community/comics/2007-01.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
				
			Menu1_6_2_5=new Array(bulletImg+"2006"+underLine,"/community/comics.html","",8,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_1=new Array(bulletImg+"December, 2006 Comics"+underLine,"/community/comics/2006-12.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_2=new Array(bulletImg+"November, 2006 Comics"+underLine,"/community/comics/2006-11.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_3=new Array(bulletImg+"October, 2006 Comics"+underLine,"/community/comics/2006-10.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_4=new Array(bulletImg+"September, 2006 Comics"+underLine,"/community/comics/2006-09.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_5=new Array(bulletImg+"August, 2006 Comics"+underLine,"/community/comics/2006-08.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_6=new Array(bulletImg+"July, 2006 Comics"+underLine,"/community/comics/2006-07.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_7=new Array(bulletImg+"June, 2006 Comics"+underLine,"/community/comics/2006-06.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						Menu1_6_2_5_8=new Array(bulletImg+"May, 2006 Comics"+underLine,"/community/comics/2006-05.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
						
			Menu1_6_2_6=new Array(bulletImg+"PA Comics"+underLine,"/community/pa-comics.html","",0,15,110,"","","","","","",-1,-1,-1,"","");	
			
		Menu1_6_3=new Array(bulletImg+"Contests"+underLine,"/contests/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_4=new Array(bulletImg+"Machinima"+underLine,"/community/machinima/","",3,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_6_4_1=new Array(bulletImg+"Welcome"+underLine,"/community/machinima/welcome.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_6_4_2=new Array(bulletImg+"Fair-Use Guide"+underLine,"/community/machinima/letter.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_6_4_3=new Array(bulletImg+"Movies"+underLine,"/community/machinima/movies.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_5=new Array(bulletImg+"Guild Relations"+underLine,"/community/guildrelations.html","",1,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_5_1=new Array(bulletImg+"Guild Nexus"+underLine,"/community/guildnexus.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_6=new Array(bulletImg+"Player Stories"+underLine,"/community/stories/index.xml","",3,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_6_6_1=new Array(bulletImg+"Current Stories"+underLine,"/community/stories/stories.xml","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_6_6_2=new Array(bulletImg+"Story Archive"+underLine,"/community/stories/archive.xml","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_6_6_3=new Array(bulletImg+"Submit a Story"+underLine,"/community/stories/submit.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_7=new Array(bulletImg+"Real-Life Events"+underLine,"/community/reallifeevents.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			
			
			
		Menu1_6_8=new Array(bulletImg+"Fan Art"+underLine,"http://www.blizzard.com/us/inblizz/fanart/ScreenShot.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_9=new Array(bulletImg+"Fan Wallpapers"+underLine,"/downloads/wallpapers/fan-wallpapers/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_6_10=new Array(bulletImg+"Fansites"+underLine,"/community/fansites.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		
	Menu1_7=new Array(bulletImg+"Support"+underLine,"http://www.blizzard.com/support/wowindex/","",7,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_7_1=new Array(bulletImg+"Support News"+underLine,"http://www.blizzard.com/support/wowindex/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_7_2=new Array(bulletImg+"Account Admin"+underLine,"http://www.blizzard.com/support/wowaa/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_7_3=new Array(bulletImg+"Billing & Account"+underLine,"http://www.blizzard.com/support/wowbilling/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_7_4=new Array(bulletImg+"Technical Support"+underLine,"http://www.blizzard.com/support/wow/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_7_5=new Array(bulletImg+"In-Game Support"+underLine,"http://www.blizzard.com/support/wowgm/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_7_6=new Array(bulletImg+"Policies"+underLine,"http://us.blizzard.com/support/index.xml?categoryId=2415&amp;rootCategoryId=2318&amp;gameId=11","",0,15,110,"","","","","","",-1,-1,-1,"","");	
		Menu1_7_7=new Array(bulletImg+"Support Tools"+underLine,"http://www.blizzard.com/support/wow/?id=aww01669p","",0,15,110,"","","","","","",-1,-1,-1,"","");

	Menu1_8=new Array(bulletImg+"Media"+underLine,"/downloads/","",9,15,110,"","","","","","",-1,-1,-1,"",""); 
		Menu1_8_1=new Array(bulletImg+"Complete List"+underLine,"/downloads/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_2=new Array(bulletImg+"Screenshots"+underLine,"http://www.worldofwarcraft.com/downloads/ssotd/","",0,15,110,"","","","","","",-1,-1,-1,"","");				        
		Menu1_8_3=new Array(bulletImg+"Movies"+underLine,"/downloads/movies.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_4=new Array(bulletImg+"Music"+underLine,"/downloads/sounds.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_5=new Array(bulletImg+"Wallpapers"+underLine,"/downloads/wallpapers.html","",2,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_5_1=new Array(bulletImg+"Wallpapers 2"+underLine,"/downloads/wallpapers-2.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_5_2=new Array(bulletImg+"Fan Wallpapers"+underLine,"/downloads/wallpapers/fan-wallpapers/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_6=new Array(bulletImg+"Other Downloads"+underLine,"/downloads/other-downloads.html","",6,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_8_6_1=new Array(bulletImg+"Lords of the Dance"+underLine,"/info/races/dancing.html","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_8_6_2=new Array(bulletImg+"Media Player Skin"+underLine,"/downloads/other-downloads.html#skins","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_8_6_3=new Array(bulletImg+"Desktop Theme"+underLine,"/downloads/other-downloads.html#themes","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_8_6_4=new Array(bulletImg+"Custom UI Toolkit"+underLine,"/ui/","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_8_6_5=new Array(bulletImg+"Language Pack"+underLine,"/downloads/languagepack-en.xml","",0,15,110,"","","","","","",-1,-1,-1,"","");
			Menu1_8_6_6=new Array(bulletImg+"Paquete de Idiomas"+underLine,"/downloads/languagepack-es.xml","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_7=new Array(bulletImg+"Gadgetzan Times"+underLine,"/gadgetzan/mainindex.xml","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_8=new Array(bulletImg+"BlizzCast"+underLine,"http://us.blizzard.com/en-us/community/blizzcast/","",0,15,110,"","","","","","",-1,-1,-1,"","");
		Menu1_8_9=new Array(bulletImg+"Blizzard Store"+underLine,"http://us.blizzard.com/store/","",0,15,110,"","","","","","",-1,-1,-1,"","");


