//Variables to set

between=24//The pixel between the menus and the submenus

mainheight=20 //The height of the mainmenus

subheight=15 //The height of the submenus

pxspeed=50 //The pixel speed of the animation

timspeed=15 //The timer speed of the animation

menuy=150 //The top placement of the menu.

menux=0 //The left placement of the menu

//Images - Play with these

level0_regular="level0_regular.gif"

level0_round="level0_round.gif"

level1_regular="level1_regular.gif"

level1_round="level1_round.gif"

level1_sub="level1_sub.gif"

level1_sub_round="level1_sub_round.gif"

level1_round2="level1_round2.gif"

level2_regular="level2_regular.gif"

level2_round="level2_round.gif"



//Leave this line

preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round)





//There are 3 different types of menus you can make

//top = Main menus

//sub = Sub menus

//sub2 = SubSub menus



//You control the look of the menus in the stylesheet



//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)')



//Menu 0 

makeMenu('top','Home', 'http://www.AbyssDiveCharters.com')



//Menu 1 

makeMenu('top','About Us')

	makeMenu('sub','&#149;Boats', 'http://www.AbyssDiveCharters.com/About/Boats.shtml')

	makeMenu('sub','&#149;History','http://www.AbyssDiveCharters.com/About/History.shtml')

	makeMenu('sub','&#149;Dan Block','http://www.AbyssDiveCharters.com/About/DanBlock.shtml')

	makeMenu('sub','&#149;Resume','http://www.abyssdivecharters.com/About/DanBlockProRes.shtml')

	makeMenu('sub','&#149;Phil Beckner','http://www.AbyssDiveCharters.com/About/PhilBeckner.shtml')

	makeMenu('sub','&#149;Resume','http://www.abyssdivecharters.com/About/PhilBecknerProRes.shtml')

	makeMenu('sub','&#149;Dive Notes','http://www.AbyssDiveCharters.com/About/DiveNotes.shtml')



//Menu 2

//makeMenu('top','Calendar','http://www.AbyssDiveCharters.com/cgi-bin/calendar.pl" target="_blank"')

       

//Menu 3    

makeMenu('top','Contact Us','http://www.AbyssDiveCharters.com/Contact/Contact.shtml')



//Menu 4 

makeMenu('top','Dive Boats', 'http://www.AbyssDiveCharters.com/About/Boats.shtml')

 

//Menu 5

makeMenu('top','Dive Sites')

  makeMenu('sub','&#149;Mackinaw','http://www.AbyssDiveCharters.com/DiveSites/Mackinaw.shtml')

  makeMenu('sub','&#149;Whitefish','http://www.AbyssDiveCharters.com/DiveSites/Whitefish.shtml')



//Menu 6  

makeMenu('top','Gallery','http://www.AbyssDiveCharters.com/Gallery/Gallery.shtml')



//Menu 7

makeMenu('top','Links','http://www.AbyssDiveCharters.com/Links/Links.shtml')

 

  

//Starting the menu

onload=SlideMenuInit;