﻿	var NoOffFirstLineMenus=10;		// Number of first level items
	var LowBgColor='#B39B7A';
	var LowSubBgColor='#CDC2B2';
	var HighBgColor='#FFFFF6';
	var HighSubBgColor='#FFfff9';
	var FontLowColor='#FFFFFF';
	var FontSubLowColor='#0000ff';
	var FontHighColor='#0000FF';
	var FontSubHighColor='#AD0120';
	var BorderColor='#FFFFFF';	
	var BorderSubColor='#FFFFFF';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var language="kannada"
	var FontFamily="Arial Unicode MS"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='center';		// 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=0;
	var ChildVerticalOverlap=0;
	var StartTop=138;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// 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=600;			// 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=0;
	var KeepHilite=1;				// Keep selected path highligthed
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

	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:  "0"

Menu1=new Array("ಮೊದಲ ಪುಟ","index.htm","",0,25,70);

Menu2=new Array("ಪ್ರಸಿದ್ಧ ಸ್ಥಳಗಳು","place.htm","",4,25,100);
	Menu2_1=new Array("ಪುಣ್ಯ ಕ್ಷೇತ್ರಗಳು","temple.htm","",3,22,110);
	Menu2_1_1=new Array("ದೇವಸ್ಥಾನಗಳು","temple1.htm","",0,22,110);
	Menu2_1_2=new Array("ಚರ್ಚ್ ಗಳು","church.htm","",0,22,110);
	Menu2_1_3=new Array("ಮಸೀದಿಗಳು","mosqe.htm","",0,22,110);
	Menu2_2=new Array("ಪ್ರೇಕ್ಷಣೇಯ ಸ್ಥಳಗಳು","aplace.htm","",0,22,110);
	Menu2_3=new Array("ಬೀಚುಗಳು","beach.htm","",4,22,110);
	Menu2_3_1=new Array("ಸೈಂಟ್ ಮೇರಿಸ್ ದ್ವೀಪ","saintm.htm","",0,22,110);
	Menu2_3_2=new Array("ಕಾಪು ಬೀಚ್","kaup.htm","",0,22,110);
	Menu2_3_3=new Array("ಮಲ್ಪೆ ಬೀಚ್","malpe.htm","",0,22,110);
	Menu2_3_4=new Array("ಮರವಂತೆ ಬೀಚ್","maravanthe.htm","",0,22,110);
	Menu2_4=new Array("ಐತಿಹಾಸಿಕ ಸ್ಥಳಗಳು","historical.htm","",0,22,110);
	
Menu3=new Array("ಸಾಂಸ್ಕ್ರತಿಕ","culture.htm","",4,25,70);
	Menu3_1=new Array("ಯಕ್ಷಗಾನ","yaksha.htm","",2,22,75);
	Menu3_1_1=new Array("ಮೇಳಗಳು","yakshateam.htm","",0,22,75);
	Menu3_1_2=new Array("ಪ್ರಸಂಗ","yakshap.htm","",0,22,75);
	Menu3_2=new Array("ಜಾನಪದ","culture1.htm","",3,22,90);
	Menu3_2_1=new Array("ಆಚರಣೆ","cult2.htm","",0,22,75);
	Menu3_2_2=new Array("ಹಬ್ಬಗಳು","fest.htm","",0,22,75);
	Menu3_2_3=new Array("ಕ್ರೀಡೆಗಳು","culsports.htm","",0,22,75);
	Menu3_3=new Array("ಸಾಹಿತ್ಯ","sahitya.htm","",2,22,90);
	Menu3_3_1=new Array("ಸಾಹಿತಿಗಳು","sahithi.htm","",0,22,75);
	Menu3_3_2=new Array("ಪುಸ್ತಕಗಳು","book.htm","",0,22,75);
	Menu3_4=new Array("ಪತ್ರಿಕೋದ್ಯಮ","paper.htm","",2,22,110);
	Menu3_4_1=new Array("ಪತ್ರಿಕೆಗಳು","newspaper.htm","",0,22,75);
	Menu3_4_2=new Array("ಪತ್ರಕರ್ತರು","reports.htm","",0,22,75);
	
Menu4=new Array("ಶೈಕ್ಷಕಣಿಕ","education.htm","",6,25,70);
	Menu4_1=new Array("ಫಲೆತಾಂಶ","results.htm","",2,22,80);
	Menu4_1_1=new Array("ಪ್ರಥಮ ಪಿಯುಸಿ","puresults.asp","",0,22,110);
	Menu4_1_2=new Array("ಪದವಿ ಕಾಲೇಜುಗಳ","colresults.asp","",0,22,110);
	Menu4_2=new Array("ಶಾಲೆಗಳು","school.htm","",2,22,80);
	Menu4_2_1=new Array("ಪ್ರಾಥಮಿಕ","prischool.htm","",0,22,80);
	Menu4_2_2=new Array("ಪ್ರೌಢ ಶಾಲೆ","hyschool.htm","",0,22,80);
	Menu4_3=new Array("ಕಾಲೇಜುಗಳು","college.htm","",5,22,90);
	Menu4_3_1=new Array("ವೈದ್ಯಕೀಯ","medical.htm","",0,22,90);
	Menu4_3_2=new Array("ಇಂಜಿನೀಯರಿಂಗ್","engineering.htm","",0,22,90);
	Menu4_3_3=new Array("ಕಾನೂನು ಕಾಲೇಜು","law.htm","",0,22,90);
	Menu4_3_4=new Array("ಪದವಿ ಕಾಲೇಜು","fcollege.htm","",0,22,90);
	Menu4_3_5=new Array("ಪದವಿ ಪೂರ್ವ ಕಾಲೇಜು","pucollege.htm","",0,22,90);
	Menu4_4=new Array("ವಿಶ್ವವಿದ್ಯಾಲಯ","university.htm","",2,22,90);
	Menu4_4_1=new Array("ಮಂಗಳೂರು ವಿಶ್ವವಿದ್ಯಾಲಯ","http://www.mangaloreuniversity.ac.in","",0,40,90);
	Menu4_4_2=new Array("ಮಣಿಪಾಲ್ ವಿಶ್ವವಿದ್ಯಾಲಯ","http://www.manipal.edu","",0,40,90);
	Menu4_5=new Array("ಟುಟೋರಿಯಲ್","tutuorial.htm","",0,22,90);
	Menu4_6=new Array("ಕಂಪ್ಯೂಟರ್ ಜ್ಞಾನದೀಪ","article.pdf","",0,35,90);
	
Menu5=new Array("ರಾಜಕೀಯ","political.htm","",4,25,70);
	Menu5_1=new Array("ಲೋಕಸಭೆ","loksabha.htm","",0,22,75);
	Menu5_2=new Array("ವಿಧಾನಸಭೆ","vidhana.htm","",0,22,110);
	Menu5_3=new Array("ಜಿಲ್ಲಾ ಪಂಚಾಯತ್","zp.htm","",0,40,110);
	Menu5_4=new Array("ಗ್ರಾಮ ಪಂಚಾಯತ್","gp.htm","",0,40,110);

Menu6=new Array("ಇತಿಹಾಸೆ","history.htm","",4,25,70);
	Menu6_1=new Array("ಪಿನ್ ಕೋಡ್","pincode.htm","",0,22,80);
	Menu6_2=new Array("ಭೂಪಟ","map.htm","",0,22,90);
	Menu6_3=new Array("ಜಿಲ್ಲಾಡಳಿತ","dadmin.htm","",0,22,90);
	Menu6_4=new Array("ಬಸ್ ರೈಲು ವೇಳಾಪಟ್ಟಿ","brtime.htm","",0,40,90);
	
Menu7=new Array("ಆಹಾರ ಆರೋಗ್ಯ","food.htm","",5,25,90);
	Menu7_1=new Array("ಹೋಟೆಲುಗಳು","hotel.htm","",0,22,100);
	Menu7_2=new Array("ರೆಸ್ಟೋರೆಂಟ್","resto.htm","",0,22,100);
	Menu7_3=new Array("ಐಸ್ ಕ್ರೀಮ್","icecream.htm","",0,22,100);
	Menu7_4=new Array("ಆಸ್ಪತ್ರೆಗಳು","hospital.htm","",0,22,100);
	Menu7_5=new Array("ವೈದ್ಯರು","doctor.htm","",0,22,100);

Menu8=new Array("ಬ್ಯಾಂಕಿಂಗ್","bank.htm","",3,25,70);
	Menu8_1=new Array("ಬ್ಯಾಂಕ್ ಗಳು","bank1.htm","",0,22,80);
	Menu8_2=new Array("ಎ.ಟಿ.ಏಂ.ಗಳು","atm.htm","",0,22,90);
	Menu8_3=new Array("ಸಹಕಾರಿ ಕ್ಷೇತ್ರ","society.htm","",0,22,90);

Menu9=new Array("ಸಾಮಾಜಿಕ","social.htm","",3,25,70);
	Menu9_1=new Array("ಸಾಮಜಿಕ ಸಂಸ್ಥಿಗಳು","soorg.htm","",3,22,100);
	Menu9_1_1=new Array("ರೋಟರಿ","rotary.htm","",0,22,90);
	Menu9_1_2=new Array("ಲಯನ್ಸ್","lions.htm","",0,22,90);
	Menu9_1_3=new Array("ಜೆಸೀಸ್","jci.htm","",0,22,90);
	Menu9_2=new Array("ಮಹಿಳಾ ಸಂಘಟನೆ","womenorg.htm","",2,22,110);
	Menu9_2_1=new Array("ಮಹಿಳಾ ಮಂಡಳಿ","mahila.htm","",0,22,90);
	Menu9_2_2=new Array("ಸ್ತ್ರೀಶಕ್ತಿ","strishakthi.htm","",0,22,90);
	Menu9_3=new Array("ಯುವಕ ಮಂಡಳಿ","yuvaka.htm","",0,22,110);

Menu10=new Array("ನಮ್ಮ ಬಗ್ಗೆ","default10.htm","",2,25,70);
	Menu10_1=new Array("ಅಭಿಪ್ರಾಯ ತಿಳಿಸಿ","remarks.asp","",0,22,90);
	Menu10_2=new Array("ಅಭಿಪ್ರಾಯ ಓದಿ","vremarks.asp","",0,22,90);

//-->