//				(c) Ger Versluis 2000 version 4.0, 14 August 2001
//				You may remove all comments for faster loading

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#660033';			// Background color when mouse is not over
	var LowSubBgColor='#660033';			// Background color when mouse is not over on subs
	var HighBgColor='#660033';			// Background color when mouse is over
	var HighSubBgColor='666699';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#FF9900';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#660033';			// Border color
	var BorderSubColor='#333333';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=61;				// Menu offset x coordinate
	var StartLeft=155;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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

function BeforeStart(){;
	}

function AfterBuild(){;
	}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);

Menu1=new Array("Home","/","",1,18,85);
	Menu1_1=new Array("SOC Home","/","",0,20,85);
	
Menu2=new Array("About SOC","/AboutSOC/index.php","",5,20,110);
	Menu2_1=new Array("Overview","/AboutSOC/index.php","",0,20,150);	
	Menu2_2=new Array("Our Mission","/AboutSOC/index.php?Mission","",0,20,110);
	Menu2_3=new Array("Activities","/AboutSOC/index.php?Activities","",0,20,110);
	Menu2_4=new Array("Partner Organizations","/AboutSOC/index.php?OrganizationalParticipants","",0,20,110);
	Menu2_5=new Array("Research Team","/AboutSOC/index.php?SOCTeam","",0,20,110);

Menu3=new Array("Workshops","/Workshops/index.php","",6,20,100);
	Menu3_1=new Array("Overview","/Workshops/index.php","",0,20,380);	
	Menu3_2=new Array("Social Underpinnings (June 4-5 2001)","/Workshops/WorkshopJune42001/index.php","",0,20,380);
	Menu3_3=new Array("Technical Underpinnings (July 19-20 2001)","/Workshops/WorkshopJuly192001/index.php","",0,20,380);
	Menu3_4=new Array("Comparative Investigation (Sept 25-27 2002)","/Workshops/WorkshopSept252002/index.php","",0,20,380);
	Menu3_5=new Array("SKESE (November 25-26 2002)","/Workshops/WorkshopNov252002/index.php","",0,20,380);
	Menu3_6=new Array("Comparative Investigation, Part Two (June 18-20 2003)","/Workshops/WorkshopJune182003/index.php","",0,20,380);
//	Menu3_7=new Array("SOC Book Workshop (June 1-3 2005)","/Workshops/Workshop.2005.06.01/index.php","",0,20,380);

	
Menu4=new Array("Resources","/Resources/index.php?findings","",5,20,100);
	Menu4_1=new Array("Our Findings and Results","/Resources/index.php?findings","",0,20,210);
	Menu4_2=new Array("Publications","/Resources/index.php?SOCPublications","",0,20,210);	
	Menu4_3=new Array("Bibliography on Collaboratories","/Resources/biblist.php","",0,20,210);
	Menu4_4=new Array("Collaboratory Projects","/Resources/colisting.php","",0,20,210);
	Menu4_5=new Array("Links to Other Resources","/Resources/index.php","",0,20,210);

	
Menu5=new Array("News & Events","/NewsEvents/index.php","",1,20,120);
	Menu5_1=new Array("News & Events","/NewsEvents/index.php","",0,20,120);	
