/***********************************************************************************
		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='003366';			// Background color when mouse is over
	var HighSubBgColor='003366';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=8;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=135;				// Menu offset x coordinate
	var StartLeft=2;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='header';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',4,7,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","main_index.htm","",0,15,135);

Menu2=new Array("Online Casinos","","",17,15,115);
	Menu2_1=new Array("Our Ratings","main_casinos.htm","",0,15,130);	
	Menu2_2=new Array("Casino Seeker","main_seeker.htm","",0);
	Menu2_3=new Array("Live Jackpots","main_jackpots.htm","",0);
	Menu2_4=new Array("Awards & Milestones","main_milestones.htm","",0);
    Menu2_5=new Array("Best Bonuses","main_bonuses.htm","",0);
    Menu2_6=new Array("New Deposit Methods","main_deposits.htm","",0);
    Menu2_7=new Array("Big Winners","main_winners.htm","",0);
    Menu2_8=new Array("Poker Rooms","main_poker.htm","",0);
    Menu2_9=new Array("Industry timeline","main_timeline.htm","",0);
	Menu2_10=new Array("Software Reviews","","",6);
		Menu2_10_1=new Array("Microgaming","main_microgaming.htm","",0,15,130);
		Menu2_10_2=new Array("Wagerlogic","main_wagerlogic.htm","",0);
		Menu2_10_3=new Array("Boss Media","main_bossmedia.htm","",0);
		Menu2_10_4=new Array("Vegas Tech","main_oddson.htm","",0);
		Menu2_10_5=new Array("Playtech","main_playtech.htm","",0);
		Menu2_10_6=new Array("RTG","main_realtimegaming.htm","",0);    
	Menu2_11=new Array("UK Casinos","main_ukcasinos.htm","",0);
	Menu2_12=new Array("US Casinos","main_uscasinos.htm","",0);
	Menu2_13=new Array("High Roller Casinos","main_highrollers.htm","",0);		
	Menu2_14=new Array("Live Dealer Casinos","main_livedealers.htm","",0);
	Menu2_15=new Array("Mobile Phone Casinos","main_mobilecasinos.htm","",0);
	Menu2_16=new Array("iPhone Casinos","main_mobilecasinos.htm","",0);	
	Menu2_17=new Array("Blackberry Casinos","main_mobilecasinos.htm","",0);
		

Menu3=new Array("Know your game","main_rules.htm","",8,15,115);
	Menu3_1=new Array("Baccarat","","",1,15,130);
		Menu3_1_1=new Array("Rules","main_baccaratrules.htm","",0,15,130);
	Menu3_2=new Array("Blackjack","","",3);
		Menu3_2_1=new Array("Rules","main_blackjackrules.htm","",0,15,130);
		Menu3_2_2=new Array("Basic Strategy","main_blackjackstrategy.htm","",0);
		Menu3_2_3=new Array("Counting Cards","main_bjadvancedstrategy.htm","",0);
	Menu3_3=new Array("Caribbean Stud Poker","","",2);
		Menu3_3_1=new Array("Rules","main_caribbeanrules.htm","",0,15,130);
		Menu3_3_2=new Array("Strategy","main_caribbeanstrategy.htm","",0);
	Menu3_4=new Array("Craps","","",2);
		Menu3_4_1=new Array("Rules","main_crapsrules.htm","",0,15,130);
		Menu3_4_2=new Array("Strategy","main_crapsstrategy.htm","",0);
	Menu3_5=new Array("Pai Gow Poker","","",2);
		Menu3_5_1=new Array("Rules","main_paigowrules.htm","",0,15,130);
		Menu3_5_2=new Array("Strategy","main_paigowstrategy.htm","",0);
	Menu3_6=new Array("Roulette","","",2);
		Menu3_6_1=new Array("Rules","main_rouletterules.htm","",0,15,130);
		Menu3_6_2=new Array("Strategy","main_roulettestrategy.htm","",0);
	Menu3_7=new Array("Video Poker","","",2);
		Menu3_7_1=new Array("Rules","main_videopokerrules.htm","",0,15,130);
		Menu3_7_2=new Array("Strategy","main_videopokerstrategy.htm","",0);
        Menu3_8=new Array("Play Free Games","main_freeplay.htm","",0);
	
Menu4=new Array("The Experts Views","","",3,15,115);
	Menu4_1=new Array("Michael Shackleford","main_shackleford.htm","",0,15,130);	
	Menu4_2=new Array("Mark Pilarski","main_pilarski.htm","",0);
	Menu4_3=new Array("Play the best odds","main_bestodds.htm","",0);

Menu5=new Array("Other information","","",5,15,115);
	Menu5_1=new Array("Gambling News","main_gamblingnews.htm","",0,15,130);
	Menu5_2=new Array("Legal Issues","main_legal.htm","",0);
	Menu5_3=new Array("Did you know...","main_faqs.htm","",0);
	Menu5_4=new Array("E-gambling Pros & Cons","main_prosandcons.htm","",0);
	Menu5_5=new Array("Links","main_othersites.htm","",0);

Menu6=new Array("Contact Us","mailto:info@aces-hi.com","",0,15,80);
