//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=161 //The top placement of the menu.
menux=0 //The left placement of the menu
//Images - Play with these
level0_regular="../images/leftmenu/level0_regular.jpg"
level0_round="../images/leftmenu/level0_round.jpg"
level1_regular="../images/leftmenu/level1_regular.jpg"
level1_round="../images/leftmenu/level1_round.jpg"
level1_round2="images/leftmenu/level1_round2.jpg"
//level1_sub="images/leftmenu/level1_sub.jpg"
//level1_sub_round="images/leftmenu/level1_sub_round.jpg"
//level2_regular="images/leftmenu/level2_regular.jpg"
//level2_round="images/leftmenu/level2_round.jpg"


//Leave this line
//preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round)
preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_round2)


//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','Overview','../overview/index.php')
	makeMenu('sub','Mandate','../overview/mandate.php')
	makeMenu('sub','Organizational Setup','../overview/orgsetup.php')
    makeMenu('sub','Sub Centres','../overview/expfarm.php?tpmenu=true')
    makeMenu('sub','Awards','../awards/index.php')
    makeMenu('sub','Director\'s Message','../overview/director.php')
    makeMenu('sub','Former Directors','../overview/formdirector.php')
    makeMenu('sub','Photo Gallery','../photogallary/index.htm','_blank')
    
//Menu 1
makeMenu('top','Research','../research/index.php')
	makeMenu('sub','Crop Improvement','../research/viewdept.php?deptid=1')
	makeMenu('sub','Crop Protection','../research/viewdept.php?deptid=2')
	makeMenu('sub','Crop Production','../research/viewdept.php?deptid=3')
    makeMenu('sub','Social Science','../research/viewdept.php?deptid=4')

//Menu 2
makeMenu('top','Services','../services/index.php')
  makeMenu('sub','Consultancy','../services/consultservice.php')
  makeMenu('sub','Extension','../atic/index.php')
  makeMenu('sub','Education','../education/index.php')
  makeMenu('sub','Publication','../services/publications.php')
  makeMenu('sub','Library','../services/nics.php')

//Menu 3
makeMenu('top','Staff Profile','../staff/index.php')
  makeMenu('sub','IISR Calicut','../staff/managerial.php?val=iisr')
  makeMenu('sub','Farm Peruvanamuzhi','../staff/farmindex.php?company=farm&val=farm')
  makeMenu('sub','KVK Peruvanamuzhi','../staff/kvkindex.php?company=Krishi&val=kvk')
  makeMenu('sub','CRC Appangala','../staff/crcindex.php?company=Cardamom&val=crc')

//Menu 4
makeMenu('top','Facilities','../facilities/index.php')
	makeMenu('sub','Hindi Cell','../facilities/hindicell.php')
    makeMenu('sub','Bioinformatics','http://spices.res.in/spicebioinfo','_blank')
    makeMenu('sub','Guest House','../facilities/guesthouse.php')
    makeMenu('sub','Conference Hall','../facilities/confhall.php')
    
    
//Menu 5
makeMenu('top','Databases','../database/index.php')
  makeMenu('sub','PIR','http://www.spices.res.in/pir/index.htm','_blank')
  makeMenu('sub','Spice Genes I','http://www.spices.res.in/germplasm/index.htm','_blank')
  makeMenu('sub','CardCC MPbase','http://www.spices.res.in/spicebioinfo/project/cardamom/index.htm','_blank')
  makeMenu('sub','Chitinase ','http://www.spices.res.in/spicebioinfo/project/chitinase/index.htm','_blank')
  makeMenu('sub','PAL Base ','http://www.spices.res.in/spicebioinfo/project/pal/index.htm','_blank')
  makeMenu('sub','Spice Prop','http://www.spices.res.in/spiceprop/index.php','_blank')
  makeMenu('sub','Spice bibliography','http://www.spices.res.in/biblio/index.php','_blank')
  
//Menu 6
makeMenu('top','Spicenet','../spicenet/index.php')
//  makeMenu('sub','Spicemail','../spicenet/signin.php')
    makeMenu('sub','Spicemail','../mail','_blank')
    makeMenu('sub','Spicenet Forum')
//Menu 7
makeMenu('top','Farmers\' Corner','../farmerscorner/index.php')
  makeMenu('sub','Spice Gallery','../spices/index.php')
  makeMenu('sub','Spice Varieties','../varieties/index.php')
  makeMenu('sub','Package of Practice','../atic/packageofpract.php?menu0=7')
  makeMenu('sub','Weather Advice','../farmerscorner/pepper.php')
  makeMenu('sub','Success Stories','../success/index.php')
  makeMenu('sub','Planting Materials','../farmerscorner/planting.php')
//Menu 8
makeMenu('top','Right to Info. Act','../overview/rightinfo.php','""',1)

//Starting the menu
onload=SlideMenuInit;
