//Variables to set
between=25 //The pixel between the menus and the submenus
mainheight=22 //The height of the mainmenus
subheight=22 //The height of the submenus
pxspeed=13 //The pixel speed of the animation
timspeed=30 //The timer speed of the animation
menuy=145 //The top placement of the menu.
menux=1 //The left placement of the menu
//Images - Play with these
level0_regular="images/level0_regular.gif"
level0_round="images/level0_round.gif"
level1_regular="images/level1_regular.gif"
level1_round="images/level1_round.gif"
level1_sub="images/level1_sub.gif"
level1_sub_round="images/level1_sub_round.gif"
level1_round2="images/level1_round2.gif"
level2_regular="images/level2_regular.gif"
level2_round="images/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','General Products')
makeMenu('sub','Kalpooradi Lepanam','kalpooradi.html')
	makeMenu('sub','Malayinchi Kuzhambu','malaying.html')
	makeMenu('sub','Asthma Herbal Care','asthma.html')	
	makeMenu('sub','Eladi Lehyam','lahyam.html')
	makeMenu('sub','Rasa Thailam','rasa.html')
//Menu 1
makeMenu('top','Special Products','products.html')
	    

//Menu 2    
//makeMenu('top','Treatment guide','guide.html')

//Menu 3
makeMenu('top','Treatment Packages')
	makeMenu('sub','Pizhichil','pizhichil.html')
	makeMenu('sub','Sirodhara','sirodhara.html')
	makeMenu('sub','Udwarthanam','udwarthanam.html')
	makeMenu('sub','Nasyam','nasyam.html')
	makeMenu('sub','Takradhara','takradhara.html')
	makeMenu('sub','Njavarakizhi','njavarakizhi.html')
	makeMenu('sub','Tarpanam','tarpanam.html')
	makeMenu('sub','Virechana','virechana.html')
	makeMenu('sub','Abhyangasnanam','abhyan.html')
	makeMenu('sub','Dhanyamaladhara','dhany.html')

//Menu 4  
makeMenu('top','Hospital facility','hospitals.html')


//Menu 5
//makeMenu('top','Our Consultants','our.html')

  
  //Menu 6
makeMenu('top','Panchakarma Programs','programs.html')

//Menu 3
makeMenu('top','Ayur Sowkhyam')
	makeMenu('sub','Ayur Sowkhyam','#')
	makeMenu('sub','Akasha','#')
	makeMenu('sub','Vayu','#')
	makeMenu('sub','Jalam','#')
	makeMenu('sub','Agni','#')
	makeMenu('sub','Prithvi','#')
	makeMenu('sub','Packagefeatures','#')
	makeMenu('sub','Terms','#')
	makeMenu('sub','Application Form','#')
	
  
 //Menu 7 
  //makeMenu('top','Promotional Support','support.html')

  //Menu 8
  makeMenu('top','Get Connected','get.html')

 //Menu 9 
  makeMenu('top','General Enquiry','general.html')

  
//Menu 10  
makeMenu('top','Guest book','guest.html')


//Menu 11  
makeMenu('top','Classification','tourism.htm')


//Menu 12 
makeMenu('top','Investment','investment.html')


//Starting the menu
onload=SlideMenuInit;// JavaScript Document