// Gurdeep Singh, Oct 10, 2002
// Original script written by:
//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#009966';
	var HighBgColor='#FFCC00';
	var FontLowColor='white';
	var FontHighColor='#00007f';
	var BorderColor='white';
	var BorderWidth=3;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=100; //set vertical offset
	var StartLeft=14; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var RightToLeft=1;
	var ShowArrow=1;
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

// to show image  Menu2_1_1_1=new Array("<img src='busts.jpg'>","file.htm",0,18,120);

Menu1=new Array("Home","index.htm",0,16,100);

Menu2=new Array("About Us","javascript:top.location.href='urisabc.htm'",4,16,140);
	Menu2_1=new Array("Mission Statement","javascript:top.location.href='mission.htm'",0,16,150);
	Menu2_2=new Array("Executive Committee","javascript:top.location.href='executive.htm'",0,16,150);
	Menu2_3=new Array("Contact Us","javascript:top.location.href='contact.htm'",0,16,150);
	Menu2_4=new Array("Credits","javascript:top.location.href='credits.htm'",0,16,150);
		
Menu3=new Array("Events","javascript:top.location.href='events.htm'",4,16,120);
	Menu3_1=new Array("Upcoming Events","javascript:top.location.href='events.htm'",0,16,120);
		//Menu3_1_1=new Array("Registration","javascript:top.location.href='cgi-bin/registration.asp'",0,16,120);	
	Menu3_2=new Array("Past Events","javascript:top.location.href='events.htm'",0,16,120);
	Menu3_3=new Array("Sponsorship","javascript:top.location.href='event_sponsor.htm'",0,20,120);
	// commented out by Gurdeep - once registration open remove the comment above
	Menu3_4=new Array("Mailing List","javascript:top.location.href='maillist.htm'",0,16,120);	
	
Menu4=new Array("News","javascript:top.location.href='news.htm'",3,16,120);
	Menu4_1=new Array("Newsletter","javascript:top.location.href='newsletter.htm'",0,16,120);
	Menu4_2=new Array("Announcements","javascript:top.location.href='announcement.htm'",0,16,120);
	Menu4_3=new Array("GIS Industry","javascript:top.location.href='industry.htm'",0,16,120);

// Menu5=new Array("Work Group","javascript:top.location.href='workgroups.htm'",1,16,120);
// 	Menu5_1=new Array("GIS in Planning","workgroups.htm",0,16,120);

Menu5=new Array("Jobs","javascript:top.location.href='jobs.htm'",0,16,120);

Menu6=new Array("GISCI","javascript:top.location.href='certification.htm'",0,20,120);

// Menu8=new Array("RFP","javascript:top.location.href='rfp.htm'",0,20,120);

//Menu10=new Array("Register","javascript:top.location.href='cgi-bin/registration.asp'",0,20,120);
// commented out by Gurdeep - once registration open remove the comment above


