/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='800000';			// Background color when mouse is not over
	var LowSubBgColor='800000';			// Background color when mouse is not over on subs
	var HighBgColor='00FFFF';			// Background color when mouse is over
	var HighSubBgColor='00FFFF';			// Background color when mouse is over on subs
	var FontLowColor='FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='0000FF';			// Font color when mouse is over
	var FontSubHighColor='0000FF';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=15;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='b'; 			// Frame where first level appears
	var SecLineFrame='c';  	  		// Frame where sub levels appear
	var DocTargetFrame='c';			// 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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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","content.htm","",0,20,115);

Menu2=new Array("About","","",3,0,115);
  Menu2_1=new Array("Objectives","about/objectives.htm","",0,20,115);
  Menu2_2=new Array("Philosopy","about/philosophy.htm","",0,20,115);
  Menu2_3=new Array("The Vision","about/vision.htm","",0,20,115);

Menu3=new Array("NCTP","","",2,0,115);
  Menu3_1=new Array("Information","nctp/information.htm","",0,20,115);
  Menu3_2=new Array("Application","nctp/application.htm","",0,20,115);

Menu4=new Array("Membership","","",2,0,115);
  Menu4_1=new Array("Information","membership/information.htm","",0,20,115);
  Menu4_2=new Array("Application","membership/application.htm","",0,20,115);

Menu5=new Array("Scholarships","","",2,0,115);
  Menu5_1=new Array("Colin Wasacase","scholarships/colin_wasacase/colin.htm","",0,20,115);
  Menu5_2=new Array("Four Directions","scholarships/four_directions/four.htm","",0,20,115);

Menu6=new Array("Conferences","","",8,0,115);
  Menu6_1=new Array("2011 conference","events/2011_conf/index.html","",0,20,115);
  Menu6_2=new Array("2010 conference","events/2010_conf/index.htm","",0,20,115);
  Menu6_3=new Array("2009 conference","events/2009_conf/index.htm","",0,20,115);
  Menu6_4=new Array("2008 conference","events/2008_conf/index.htm","",0,20,115);
  Menu6_5=new Array("2007 conference","events/2007_conf/2007/index.htm","",0,20,115);
  Menu6_6=new Array("2006 conference","events/2006_conf/index.htm","",0,20,115);
  Menu6_7=new Array("2005 conference","events/2005_conf/index.htm","",0,20,115);
  Menu6_8=new Array("2004 conference","events/2004_conf/index_1.htm","",0,20,115);
  
Menu7=new Array("Contests","contests/contest.htm","",0,0,115);

Menu8=new Array("Calendar","","",0,20,115);

Menu9=new Array("Mail list","mail_list/mail_list.htm","",0,0,115);

Menu10=new Array("Contact","","",2,20,115);
  Menu10_1=new Array("ONECA","contact/oneca.htm","",0,20,120);
  Menu10_2=new Array("Executive / Directors","contact/directors.htm","",0,20,120);

Menu11=new Array("Constitution/Bylaws","constitution/index.htm","",0,0,115);

Menu12=new Array("Links","links/links.htm","",0,0,115);

Menu13=new Array("Guestbook","comments/select.htm","",0,0,115);

Menu14=new Array("Resources/Articles","resources/index.htm","",0,0,115);
