/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/


	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#990000';			// Font color when mouse is not over
	var FontSubLowColor='#990000';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#CCCCCC';			// Border color
	var BorderSubColor='#CCCCCC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,Arial,Helvetica"	// Font family menu items
	var FontSize=8;				// 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','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;				// 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=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/d_frame/tri.gif',5,10,'/d_frame/tridown.gif',10,5,'/d_frame/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){if (parseInt(navigator.appVersion) >= 4) {
		if (navigator.platform == "Win32") {
		if (navigator.appName.charAt(0)=="M") {
			FontSize=8;}
		else {
			FontSize=8;
		 }
		 }
		if (navigator.platform == "MacPPC" || navigator.platform == "Mac68k") {
		 		if (navigator.appName.charAt(0)=="M") {
		 	FontSize=9;}
		else {
		 	FontSize=10;
		 }
		 }
		 }}
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("Info","","",7,18,140);
	Menu1_1=new Array("News/Home","../info/main.asp","",0,18,180);
	Menu1_2=new Array("About Utopian W.C.","../info/info.html","",0);
	Menu1_3=new Array("About SOC","../info/om_soc.html","",0);
	Menu1_4=new Array("Acknowledgements","../info/acknowledgements.html","",0);
	Menu1_5=new Array("UWC History","../info/history.html","",0);
	Menu1_6=new Array("Press Room","../press_room/index.html","",0);
	Menu1_7=new Array("UWC 2001","../uwc2001/main_a.html","",0);
	
Menu2=new Array("Competitors","","",3,18,140);
	Menu2_1=new Array("All competitors","../competitors/Results_detailed.asp","",0,18,180);
	Menu2_2=new Array("View comments","../competitors/comments_all.asp","",0);
	Menu2_3=new Array("Web Sites","../competitors/results_links.asp","",0);
	
Menu3=new Array("The Jurors","","",2,18,140);
	Menu3_1=new Array("The Reference Group","../info/refgroup.html","",0,18,180);
	Menu3_2=new Array("The Expert Jurors","../info/jury.html","",0);

//Menu3=new Array("Rules","","",2,18,140);
	//Menu3_1=new Array("Entry restriction and rules","../info/entry_rules.html","",0,18,180);
	//Menu3_2=new Array("Competition rules","../info/competition_rules.html","",0);
Menu4=new Array("The UWC Champion","","",9,18,140);
	Menu4_1=new Array("About Cyril Belshaw","../gala2005/belshaw.asp","",0,18,180);
	Menu4_2=new Array("The Jury's motivation","../gala2005/motivation.asp","",0,18,180);
	Menu4_3=new Array("The Winning Essay","../gala2005/essay.asp","",0,18,180);
	Menu4_4=new Array("The UWC Gala 2005: Images","../gala2005/images.asp","",0,18,180);
	Menu4_5=new Array("The UWC Gala 2005: Report","../gala2005/report.asp","",0,18,180);
	Menu4_6=new Array("The Election Process","../gala2005/election.asp","",0,18,180);
	Menu4_7=new Array("The People","../gala2005/people.asp","",0,18,180);
		Menu4_8=new Array("The UWC Conference","../gala2005/conference.asp","",0,18,180);
	Menu4_9=new Array("Links","../gala2005/links.asp","",0,18,180);

//Menu4=new Array("Public forum","../public/discussions.html","",1,18,140);
	//Menu4_1=new Array("Mailing list","../public/discussions.html","",0,18,180);
	//Menu4_2=new Array("Message board","../public/Results.asp","",0,18,180);

Menu5=new Array("Links","","",2,18,140);
	Menu5_1=new Array("UWC Document Links","../links/troylinks.html","",0,18,180);
	Menu5_2=new Array("We're linking back!","../links/linkback.html","",0,18,180);

Menu6=new Array("Sponsors","../info/sponsors.html","",0,18,140);
	

//Menu8=new Array("World Tour","../tour/index.html","",0,18,140);
