
//Variables to set
between=28 //The pixel between the menus and the submenus
mainheight=25 //The height of the mainmenus
subheight=22 //The height of the submenus
pxspeed=13 //The pixel speed of the animation
timspeed=15 //The timer speed of the animation
menuy=210//The top placement of the menu.
menux=77//The left placement of the menu
//Images - Play with these

level0_regular="images/ImgMenu11.gif"
level0_round="images/ImgMenu22.gif"
level1_regular="images/ImgMenu5.gif"
level1_round="images/ImgMenu4.gif"
level1_sub="images/ImgMenu6.gif"
level1_sub_round="images/ImgMenu4.gif"
level1_round2="images/ImgMenu3.gif"
level2_regular="images/ImgMenu8.gif"
level2_round="images/ImgMenu7.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','AJMP','index.htm')
    makeMenu('top','GNPHE','gnphe.htm')
    makeMenu('top','Editorial Board','editorial-board.htm')
	makeMenu('top','Presentation','presentation.htm')	
	makeMenu('top','Submission','submission.htm')
    makeMenu('top','Page','page.htm')
	   


	
	
	
	
	
//Starting the menu

onload=SlideMenuInit;
