/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='red';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='orange';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","http://www.kytemple.org","",0,20,138);
                         

Menu2=new Array("Temple History","history.html","",8);
	Menu2_1=new Array("MainGods","http://www.kytemple.org/hindugods.html","",13,20,150);	
		Menu2_1_1=new Array("Ganesha","http://www.kytemple.org/ganeshatree.html","",0,20,150);
		Menu2_1_2=new Array("Balaji","http://www.kytemple.org/balajitree.html","",0);
		Menu2_1_3=new Array("Krishna","http://www.kytemple.org/krishnatree.html","",0);
                Menu2_1_4=new Array("Shiva","http://www.kytemple.org/sivatree.html","",0);
                Menu2_1_5=new Array("Rama Parivvar","http://www.kytemple.org/rama.html","",0);
		Menu2_1_6=new Array("Mahaveer","http://www.kytemple.org/mahavir.html","",0);
		Menu2_1_7=new Array("Ambaji","http://www.kytemple.org/ambaji.html","",0);
		Menu2_1_8=new Array("Durga","http://www.kytemple.org","",0);
		Menu2_1_9=new Array("Visalakshi","http://www.kytemple.org","",0);
		Menu2_1_10=new Array("Subramanya","http://www.kytemple.org","",0);
		Menu2_1_11=new Array("Lakshmi","http://www.kytemple.org/lakshmi.html","",0);
		Menu2_1_12=new Array("Andal","http://www.kytemple.org","",0);
		Menu2_1_12=new Array("Hanumaan","http://www.kytemple.org/hanuman.html","",0);
		Menu2_1_13=new Array("Navagrahas","http://www.kytemple.org/navagraha.html","",9);
		        Menu2_1_13_1=new Array("Surya","http://www.kytemple.org/surya.html","",0,20,150);
                        Menu2_1_13_2=new Array("Chandra","http://www.kytemple.org/chandra.html","",0);
			Menu2_1_13_3=new Array("Mangala","http://www.kytemple.org/mangal.html","",0);
			Menu2_1_13_4=new Array("Bhudha","http://www.kytemple.org/budha.html","",0);
			Menu2_1_13_5=new Array("Guru","http://www.kytemple.org/guru.html","",0);
			Menu2_1_13_6=new Array("Shukra","http://www.kytemple.org/shukra.html","",0);
			Menu2_1_13_7=new Array("Shanishwara","http://www.kytemple.org/shani.html","",0);
			Menu2_1_13_8=new Array("Rahu","http://www.kytemple.org/rahu.html","",0);
			Menu2_1_13_9=new Array("Kethu","http://www.kytemple.org/kethu.html","",0);
	//Menu2_2=new Array("Technology","blank.htm","",3);
	//	Menu2_2_1=new Array("TechWeb","http://www.kytemple.org","",0,20,200);
	//	Menu2_2_2=new Array("News.com","http://www.kytemple.org","",0);
	//	Menu2_2_3=new Array("Wired News","http://www.wired.com","",0);
        Menu2_2=new Array("Directions","http://www.kytemple.org/dir.html","",0,20,150);	
	Menu2_3=new Array("Temple Hours","http://www.kytemple.org/templehrs.html","",0,20,150);
	Menu2_4=new Array("Priest Services & Fee","http://www.kytemple.org/templecharges.html","",0);
	Menu2_5=new Array("Priest Serv. & Fee-Hall","http://www.kytemple.org/templechargesinhall.html","",0);
	Menu2_6=new Array("Pooja Schedule","http://www.kytemple.org/ab.html","",0);          
	Menu2_7=new Array("Temple Guide","http://www.kytemple.org/Templeguide.doc","",0);
	Menu2_8=new Array("Temple Rituals","http://www.kytemple.org/templerituals.html","",0);
Menu3=new Array("Photo Gallery","http://www.kytemple.org/tempphotos.html","",6);
        Menu3_1=new Array("Dieties & Dussera","http://www.kytemple.org/dusserahomamphoto.html","",0,20,150);
	Menu3_2=new Array("Second Anni. Photos","http://www.kytemple.org/moreannphoto.html","",0);
	Menu3_3=new Array("Second Anni. Photos","http://www.kytemple.org/secondanphoto.html","",0);
	Menu3_4=new Array("More Second Anni. Photos","http://www.kytemple.org/procession.html","",0);
	Menu3_5=new Array("New Year Photos","http://www.kytemple.org/newyearphotos.html","",0);
	Menu3_6=new Array("First Anni. Photos","http://www.kytemple.org/firstann.htm","",0);


Menu4=new Array("General Info","","",4);
	Menu4_1=new Array("Religious Calendar","http://calendar.yahoo.com/hindutempleofky","",0,20,180);
	Menu4_2=new Array("Items to Bring for pooja","http://www.kytemple.org/require.html","",0);
	Menu4_3=new Array("Upcoming Events","http://www.kytemple.org/functions.html","",0);
	Menu4_4=new Array("Almanac of Hindu Festivals","http://www.kytemple.org/month.html","",0);

//Menu5=new Array("Other","javascript:top.location.href='blank.htm'","",1);
	//Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);

Menu5=new Array("Are You a Member?","http://www.kytemple.org/member.html","",3);
	Menu5_1=new Array("Registering as Volunteer","http://www.kytemple.org/volunteer.html","",0,20,210);
	Menu5_2=new Array("Volunteer List","http://www.kytemple.org/volunthank.html","",0);
	Menu5_3=new Array("Registered Devotee List","http://www.kytemple.org/contact/default.asp","",0);

Menu6=new Array("Pledge/Membership","","",3);
	Menu6_1=new Array("Membership Request","http://www.kytemple.org/memberrequest2003.rtf","",0,20,210);
	Menu6_2=new Array("Membership Form","http://www.kytemple.org/membershipform.doc","",0,20,0);
	Menu6_3=new Array("Want to Pledge","http://www.kytemple.org/preauthorisation.html","",0,20,0);

Menu7=new Array("Other-Links","","",10);
	Menu7_1=new Array("Temples in USA","http://www.kytemple.org/allusatemples.html","",0,20,240);
	Menu7_2=new Array("Children's Corner","http://www.kytemple.org/schoolmain.asp","",0);
        Menu7_3=new Array("Perform Virtual Pooja's","http://www.kytemple.org/virtual.html","",0);
	Menu7_4=new Array("Wish List","http://www.kytemple.org/wish.html","",0);
	Menu7_5=new Array("By-Laws","http://www.kytemple.org/bylaws.doc","",0);
	Menu7_6=new Array("MP3","http://www.kytemple.org/mp3.html","",12);
		Menu7_6_1=new Array("Acyutaashtakam","http://www.kytemple.org/audio/mp3/acyutaashtakam.mp3","",0,20,200);
		Menu7_6_2=new Array("Manthrapushpam","http://www.kytemple.org/audio/mp3/manthrapushpam.ram","",0);
		Menu7_6_3=new Array("Rudram","http://www.kytemple.org/audio/mp3/rudram.ram","",0);
		Menu7_6_4=new Array("Suprabhatam","http://www.kytemple.org/audio/mp3/supra.ra","",0);
		Menu7_6_5=new Array("Venkatesha Karaavalamba","http://www.kytemple.org/audio/mp3/vkaraavalamba.mp3","",0);
		Menu7_6_6=new Array("Kanaakadara","http://www.kytemple.org/audio/mp3/kanakadhaara.mp3","",0);
		Menu7_6_7=new Array("Krishnaashtakam","http://www.kytemple.org/audio/mp3/Krishnaashtakam.mp3","",0);
		Menu7_6_8=new Array("Mahaalakshmyashtakam","http://www.kytemple.org/audio/mp3/mahaalakshmyashtakam.mp3","",0);
		Menu7_6_9=new Array("Nanda Nandana","http://www.kytemple.org/audio/mp3/nandanandana.mp3","",0);
		Menu7_6_10=new Array("Sri Stuti","http://www.kytemple.org/audio/mp3/sristuti.mp3","",0);
		Menu7_6_11=new Array("Ashta Bhujashtakam","http://www.kytemple.org/audio/mp3/ashtabhujaashtakam.mp3","",0);
		Menu7_6_12=new Array("Shiva Stuthi & Songs","http://www.kytemple.org/audio/mp3/shivastuthi.html","",8);
			Menu7_6_12_1=new Array("Song1","http://www.kytemple.org/audio/mp3/shivastuthi/track01.mp3","",0,20,150);
                        Menu7_6_12_2=new Array("Song2","http://www.kytemple.org/audio/mp3/shivastuthi/track02.mp3","",0);
			Menu7_6_12_3=new Array("Song3","http://www.kytemple.org/audio/mp3/shivastuthi/track03.mp3","",0);
			Menu7_6_12_4=new Array("Song4","http://www.kytemple.org/audio/mp3/shivastuthi/track04.mp3","",0);
			Menu7_6_12_5=new Array("Song5","http://www.kytemple.org/audio/mp3/shivastuthi/track05.mp3","",0);
			Menu7_6_12_6=new Array("Song6","http://www.kytemple.org/audio/mp3/shivastuthi/track06.mp3","",0);
			Menu7_6_12_7=new Array("Song7","http://www.kytemple.org/audio/mp3/shivastuthi/track07.mp3","",0);
			Menu7_6_12_8=new Array("Song8","http://www.kytemple.org/audio/mp3/shivastuthi/track08.mp3","",0);
	Menu7_7=new Array("E-Greetings","http://www.kytemple.org/cards/index.asp","",0);
	Menu7_8=new Array("Panchangam","http://www.kytemple.org/panchang/panchang.asp","",0);
	Menu7_9=new Array("Audio","http://www.kytemple.org/audio.asp","",0);
	Menu7_10=new Array("Hindu Gods","http://www.kytemple.org/hindugods.html","",0);

Menu8=new Array("Contact US","","",5);
	Menu8_1=new Array("Management","http://www.kytemple.org/management.html","",0,20,250);
	Menu8_2=new Array("Board","http://www.kytemple.org/board.html","",0);
	Menu8_3=new Array("Guest Book","http://www.kytemple.org/guestbook/default.asp","",0);
	Menu8_4=new Array("Tell a Friend","http://www.kytemple.org/tellafriend/default.asp","",0);
	Menu8_5=new Array("Sponsor Magazine??","http://www.kytemple.org/Adletter.html","",0);




