/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#040081';			// Background color when mouse is not over
	var LowSubBgColor='#040081';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// 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='#040081';			// Font color when mouse is over
	var FontSubHighColor='#040081';		// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial,comic sans ms"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// 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=0;				// Menu offset x coordinate
	var StartLeft=1;				// 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=1;			// 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='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
	var ShowArrow=0;				// 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","/index.asp","",0,20,92);


Menu2=new Array("Virtual Tour","/campers/tour/index1.asp","",3);
		Menu2_1=new Array("The Tour", "/campers/tour/index1.asp","",0,20,180);
		Menu2_2=new Array("Educational Philosophy", "/campers/philos.asp","",0);
		Menu2_3=new Array("Apply Now", "/campers/contactus.asp","",0);

Menu3=new Array( "Basic Info", "/info/info.asp","",10);
	Menu3_1=new Array("Dates", "/info/dates.asp","",0,20,150);
	Menu3_2=new Array("Prices", "/info/prices.asp","",0);
	Menu3_3=new Array("Parents Manual", "/info/pmanual.asp","",0);
	Menu3_4=new Array("Waiting List FAQ", "/info/list.asp","",0);	
	Menu3_5=new Array("Camper Application", "/forms/application.doc","",0);
  Menu3_6=new Array("Camper Insurance", "http://youth-studentplans.com/default.asp?linkid=camo11","",0);
	Menu3_7=new Array("Directions", "/info/directions.asp","",0);
	Menu3_8=new Array("Contact Us", "/campers/contactus.asp","",0);
	Menu3_9=new Array("Scholarship Fund", "/info/scholarship.asp","",0);
	Menu3_10=new Array("Kaytana", "/info/kaytana.asp","",0);

Menu4=new Array("Forms/Lists", "/forms/index.asp","",8);
	Menu4_1=new Array("Camper Documents 2010", "/forms/camperdocuments.asp","",0,20,180);
	Menu4_2=new Array("Staff Download Application", "/staff/staffapp2.rtf","",0);
	Menu4_3=new Array("Staff Apply On Line", "/staff/staffapp.asp","",0);
	Menu4_4=new Array("Camper Application", "/forms/application.doc","",0);
	Menu4_5=new Array("Camper's Personal Form", "/forms/2010/PersonalForm.doc","",0);
	Menu4_6=new Array("Machal Contract", "/forms/machal.asp","",0);
	Menu4_7=new Array("Medical Form", "/forms/medform.pdf","",0);
	Menu4_8=new Array("Clothing/ Supply List", "/forms/clothlist.asp","",0);

Menu5=new Array("Photos", "/photoalbum/list.asp","",13);
	Menu5_1=new Array("Kaytana", "/photoalbum/2009/kaytana/index.asp","",0,20,150);
	Menu5_2=new Array("Eidah Hey", "/photoalbum/2009/hey/index.asp","",0,20,150);
	Menu5_3=new Array("Eidah Aleph", "/photoalbum/2009/aleph/index.asp","",0);
	Menu5_4=new Array("Eidah Bet", "/photoalbum/2009/bet/index.asp","",0);
	Menu5_5=new Array("Eidah Gimmel", "/photoalbum/2009/gimmel/index.asp","",0);
	Menu5_6=new Array("Eidah Daled", "/photoalbum/2009/daled/index.asp","",0);
	Menu5_7=new Array("Machal", "/photoalbum/2009/machal/index.asp","",0);
	Menu5_8=new Array("Mini Mosh", "/photoalbum/2009/mini-mosh/index.asp","",0);
	Menu5_9=new Array("Staff", "/photoalbum/2009/tzevet/index.asp","",0);
	Menu5_10=new Array("New Photos", "/photoalbum/2009/index.asp","",0);
	Menu5_11=new Array("Photo Archives", "/photoalbum/index.asp","",0);
	Menu5_12=new Array("Help", "/photoalbum/2000/settings.asp","",0);
	Menu5_13=new Array("Winter Moshava", "/ppt/MoshavainWinter.ppt","",0);

Menu6=new Array("Staff", "/staff/info.asp","",4,20,80);
	Menu6_1=new Array("Manual", "/staff/staff.asp","",0,20,150);
	Menu6_2=new Array("Dress Code", "/staff/sdress.asp","",0);
	Menu6_3=new Array("Apply On Line", "/staff/staffapp.asp","",0);
	Menu6_4=new Array("Download Application", "/staff/staffapp2.rtf","",0);

Menu7=new Array("Staff Israel", "/staffisrael/index.asp","");

// when not availabel use- Menu8=new Array("TVI", "/tvi/popup.asp","","","","");

Menu8=new Array("TVI", "/tvi/info.asp","",11,20,62);	
	Menu8_1=new Array("TVI Brochure", "/tvi/TVIBROCHURE2010.pdf","",0,20,220);
	Menu8_2=new Array("TVI in Israel", "/tvi/info.asp","",0);
	Menu8_3=new Array("Prices", "/tvi/tviprices.asp","",0);
	Menu8_4=new Array("TVI Application", "/tvi/application.doc","",0);
	Menu8_5=new Array("Letter of Recommendation", "/tvi/recommendation.doc","",0);
	Menu8_6=new Array("TVI BET", "/tvi/betstaffletter.asp","",0);
	Menu8_7=new Array("TVI BET Application", "/tvi/betstaffapp.doc","",0);
	Menu8_8=new Array("TVI Staff Application", "/forms/staffapp.rtf","",0);
	Menu8_9=new Array("TVI On-Line Staff Application", "/tvi/tviapp.asp","",0);
	Menu8_10=new Array("Medical Form", "/forms/medical.asp","",0);
	Menu8_11=new Array("TVI Photos", "http://www.bneiakiva.org/pix/showAlb.asp?cat=32&subcat=95&Submit=GO%21","",0);


// Unaccessible
//	Menu8_2=new Array("Parents' Manual", "/tvi/tvimanual.asp","",0);
//	Menu8_3=new Array("Camper's Handbook", "/tvi/handbook.asp","",0);

// Removed
//	Menu8_1=new Array("TVI  2005", "/tvi/tviflyer.asp","",0,20,220);
//	Menu8_5=new Array("Directions", "/tvi/tvidirections.asp","",0);
//	Menu8_10=new Array("TVI Bet Ukraine", "/tvi/ukraine.asp","",0);
  
Menu9=new Array("email", "/photoalbum/2008/lens/newsletter.htm","",4,20,50);   
	Menu9_1=new Array("Bunk1", "http://www.bunk1.com/template/login.asp?origin=/template/community.asp&form_camp_id=8460","",0,20,150);
	Menu9_2=new Array("Bunk1 Flyer", "/forms/bunk1.pdf","",0);
	Menu9_3=new Array("Latest Newsletter", "/photoalbum/2009/lens/newsletter4.htm","",0);
	Menu9_4=new Array("Newsletter Archive", "/photoalbum/2007/lens/archive.asp","",0);

// Menu10=new Array("Mini Mosh", "/minimosh/minimosh.asp","",2,20,80);
//	Menu10_1=new Array("Brochure", "/minimosh/brochure.pdf","",0,20,120);
//	Menu10_2=new Array("Application", "/minimosh/application.pdf","",0);
