	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#ef695f';			// Background color when mouse is not over
	var LowSubBgColor='#ef695f';			// Background color when mouse is not over on subs
	var HighBgColor='#FFEFD7';			// Background color when mouse is over
	var HighSubBgColor='#FFEFD7';			// Background color when mouse is over on subs
	var FontLowColor='#FFEFD7';			// Font color when mouse is not over
	var FontSubLowColor='#FFEFD7';			// Font color subs when mouse is not over
	var FontHighColor='#ef695f';			// Font color when mouse is over
	var FontSubHighColor='#ef695f';		// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';	// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;		// Border between elements 1 or 0
	var FontFamily="times new roman"	// 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='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;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=100;				// 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=110;			// 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;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	

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","./index.html","",0,17,85);

Menu2=new Array("Biography","./Biography.htm","",6,17,70);
	Menu2_1=new Array("Early Life","./Bio-EarlyLife.htm","",0,17,110);	
	Menu2_2=new Array("Music as career","./Bio-Career.htm","",0,17,110);
        Menu2_3=new Array("The Film interlude","./Bio-Film.htm","",0,17,110);
        Menu2_4=new Array("At the summit","./Bio-Summit.htm","",0,17,110);
        Menu2_5=new Array("Awards and positions held","./Bio-Awards.htm","",0,17,110);
        Menu2_6=new Array("Last Phase","./Bio-LastPhase.htm","",0,17,110);

Menu3=new Array("His Music","./HisMusic.htm","",4,17,80);
	Menu3_1=new Array("GNB the Man","./Music-Man.htm","",0,17,110);	
	Menu3_2=new Array("His Grand new Bani","./Music-Bani.htm","",0,17,110);
        Menu3_3=new Array("His accompanists","./Music-Accompanists.htm","",0,17,110);
        Menu3_4=new Array("Vidwans of his era","./Music-Vidwans.htm","",0,17,110)

Menu4=new Array("His Works","./Works.htm","",4,17,90);
	Menu4_1=new Array("As a composer","./Work-Composer.htm","",0,17,110);
        Menu4_2=new Array("His Compositions","./Work-Compositions.htm","",0,15,110);
	Menu4_3=new Array("His Poems ","./Work-Poems.htm","",0,15,110);
	Menu4_4=new Array("His Writings","./Work-Writings.htm","",0,15,110);
	
Menu5=new Array("As a Teacher","./Teacher.htm","",2,17,90);
	
        Menu5_1=new Array("Teaching Style","./Teacher-Style.htm","",0,15,110);
        Menu5_2=new Array("Shisya Parampara","./Teacher-Shisya.htm","",0,15,110);

Menu6=new Array("Articles","./Articles.htm","",2,17,95);
        Menu6_1=new Array("His Grand new Bani","./ArticleBani.htm","",0,17,110);	
	Menu6_2=new Array("Miscellaneous","./Articleother.htm","",0,17,110);
	

Menu7=new Array("Gallery","./Gallery.htm","",1,17,95);
        Menu7_1=new Array("Photo","./Photo.htm","",0,17,95);	

Menu8=new Array("Tributes","./Article-Tribute.htm","",0,15,95);

Menu9=new Array("Miscellaneous","./other.htm","",2,17,80);
	Menu9_1=new Array("Other","./other.htm","",0,17,95);
	Menu9_2=new Array("Acknowledgements","./ack.htm","",0,17,115);

	
