//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=85 //The top placement of the menu.
menux=0 //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','Home','../html/mmid.html','midpane')
//	makeMenu('sub','Newest news','/news/index.asp')
//	makeMenu('sub','News archive','/news/archive.asp')

//Menu 1
   makeMenu('top','About us')
   makeMenu('sub','History','../about/history.html','midpane')
   makeMenu('sub','Exco','../about/exco.html','midpane')
   makeMenu('sub','Mar Thoma Church','http://www.marthomasyrianchurch.org','_blank')

//Menu 2
  makeMenu('top','Organizations')
  makeMenu('sub','Sunday School','../orgs/sundayschool/sundayschool.html','midpane')
  makeMenu('sub','Youth Fellowship','../orgs/youth/youthfellowship.html','midpane')
  makeMenu('sub','Sevika Sangham','../orgs/sevika/index.php','midpane')
  makeMenu('sub','Adult Fellowship','../orgs/adult/adultfellowship.html','midpane')
  makeMenu('sub','Choir','../choir','_top')
  makeMenu('sub','Mission Board','../orgs/mission/missionboard.html','midpane')
  makeMenu('sub','Nurses Fellowship','../orgs/nurses/nursesfellowship.html','midpane')

//Menu 3  
  makeMenu('top','Vicar&#39;s Letter','../news/fromvicar/vicarindex.html','midpane')
//  makeMenu('top','News & Activities')
  //makeMenu('sub','Bulletin')
//  makeMenu('sub','Vicar&#39;s Letter','../news/fromvicar/vicarindex.html','midpane')
//  makeMenu('sub','News','../news/news/news.html','midpane')
//  makeMenu('sub','Activities','../news/actv/actv.html','midpane')
	  //makeMenu('sub2','News','news.html','midpane')
	  //makeMenu('sub2','Activities','activities.html','midpane')
//  makeMenu('top','Worship Schedule','../news/schedule/ws.html','midpane')
  makeMenu('top','Events Calendar','../html/common/eventscalendar.html','midpane')
  makeMenu('top','Special Offertories','../html/common/specialoffertories.html','midpane')
  	
//Menu 4
//makeMenu('top','Church Building')
//  makeMenu('sub','Project Updates','projectupdates.html','midpane')
//  makeMenu('sub','Committee','committee.html','midpane')
  
//Menu 5  
makeMenu('top','Photo Gallery')
  makeMenu('sub','Keraleeyam','../photos/keraleeyam/keraleeyam.html','midpane')
  makeMenu('sub','Church Dedication','../photos/dedication/churchdedication.html','midpane')
  //makeMenu('sub','Christmas 2003','christmas2003.html','midpane')
  

//Menu 6  
//makeMenu('top','Forums', 'forum')

//Menu 7  
makeMenu('top','Related Links','../html/links.html','midpane')

//Menu 8  
makeMenu('top','Guest Book', 'http://www.marthomasg.org/guestbook' ,'midpane','end')

//Starting the menu
onload=SlideMenuInit;