

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#006699';
	var HighBgColor='990033';
	var FontLowColor='FFFFFF';
	var FontHighColor='FFFFFF';
	var BorderColor='FFFFFF';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=126; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=5;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

	//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
		
		Menu1=new Array("HOME","index.html",2,16,198);					
			Menu1_1=new Array("About BSGC","aboutbsgc.html",0,16,198);
			Menu1_2=new Array("History of BSGC","history.html",0,16,198);

		Menu2=new Array("INFORMATION","", 4);		
			Menu2_1=new Array("Committees","committees.html",0,16,198);
			Menu2_2=new Array("Address","address.html",0,16,198);
			Menu2_3=new Array("Membership Form","member.asp",0,16,198);
			Menu2_4=new Array("Brahma Samaj links","links.html",0,16,198);

		
		Menu3=new Array("ACTIVITIES","",6);			
			Menu3_1=new Array("Newsletters","newsletters.html",0,16,198);
			Menu3_2=new Array("Current/Future Events","futureevents.html",0,16,198);
			Menu3_3=new Array("Past Events & Pictures","recentevents.html",0,16,198);
			Menu3_4=new Array("Community News","communitynews.html",0,16,198);
			Menu3_5=new Array("Calendar","calendar.html",0,16,198);
			Menu3_6=new Array("2004 Convention","convention.html",0,16,198);

		Menu4=new Array("CONTACT US","mailto:KPurani@aol.com");
			