/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 26 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=5;			// Number of first level items
	var LowBgColor='#6B7D6F';			// Background color when mouse is not over
	var LowSubBgColor='#6B7D6F';			// Background color when mouse is not over on subs
	var HighBgColor='#6B7D6F';			// Background color when mouse is over
	var HighSubBgColor='#6B7D6F';			// Background color when mouse is over on subs
	var FontLowColor='#B3B3B3';			// Font color when mouse is not over
	var FontSubLowColor='#B3B3B3';			// Font color subs when mouse is not over
	var FontHighColor='#E6E9E7';			// Font color when mouse is over
	var FontSubHighColor='#E6E9E7';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="sans-serif"	// Font family menu items
	var FontSize=15;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=1;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='MenuPosition';				// 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
	var w_menu1 = 133;
	  var w_menu1_ = 150;
	var w_menu2 = 168;
	  var w_menu2_ = 90;
	    var w_menu2_1 = 90;
      var w_menu2_2 = 230;
	var w_menu3 = 143;
	  //var w_menu3_ = 180; for winter
	  var w_menu3_ = 130;
	    var w_menu3_1 = 245;
	    var w_menu3_5 = 245;
	var w_menu4 = 130;
	  var w_menu4_ = 190;
	var w_menu5 = 75;
	  var w_menu5_ = 140;


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("products","products.php","",10,26,w_menu1);
  Menu1_1=new Array("avalanche safety","products.php?id=1","",0,26,w_menu1_);
  Menu1_2=new Array("backcountry skiing","products.php?id=2","",0,26,w_menu1_);
  Menu1_3=new Array("backpacking","products.php?id=3","",0,26,w_menu1_);
  Menu1_4=new Array("clothing","products.php?id=4","",0,26,w_menu1_);
  Menu1_5=new Array("cycling","products.php?id=5","",0,26,w_menu1_);
  Menu1_6=new Array("outerwear","products.php?id=6","",0,26,w_menu1_);
  Menu1_7=new Array("skate skiing","products.php?id=7","",0,26,w_menu1_);
  Menu1_8=new Array("snowshoeing","products.php?id=8","",0,26,w_menu1_);
  Menu1_9=new Array("whitewater","products.php?id=9","",0,26,w_menu1_);
  Menu1_10=new Array("service / labor","products.php?id=10","",0,26,w_menu1_);

Menu2=new Array("rental rates","rental.php","",2, 26,w_menu2);
	Menu2_1=new Array("summer","rental.php?id=1","",4,26,w_menu2_);
    Menu2_1_1=new Array("bikes","rental.php?id=3","",0,26,w_menu2_1);
    Menu2_1_2=new Array("camping","rental.php?id=4","",0,26,w_menu2_1);
    Menu2_1_3=new Array("kayaks","rental.php?id=5","",0,26,w_menu2_1);
    Menu2_1_4=new Array("rafting","rental.php?id=6","",0,26,w_menu2_1);
	Menu2_2=new Array("winter","rental.php?id=2","",4,26,w_menu2_);
    Menu2_2_1=new Array("telemark & alpine touring","rental.php?id=7","",0,26,w_menu2_2);
    Menu2_2_2=new Array("skate & cross country","rental.php?id=8","",0,26,w_menu2_2);
    Menu2_2_3=new Array("snowshoes","rental.php?id=9","",0,26,w_menu2_2);
    Menu2_2_4=new Array("sleeping bags & packs","rental.php?id=10","",0,26,w_menu2_2);

Menu3=new Array("local beta","local.php","",7,26,w_menu3);
	Menu3_1=new Array("overview","local.php?id=1","",2,26,w_menu3_);
    Menu3_1_1=new Array("complete \"home\" page","local_home.php","",0,26,w_menu3_1);
    Menu3_1_2=new Array("printable conditions page","local_printer.php","",0,26,w_menu3_1);
	Menu3_2=new Array("weather","local.php?id=2","",0,26,w_menu3_);
	Menu3_3=new Array("calendar","local.php?id=3","",0,26,w_menu3_);
	Menu3_4=new Array("recent news","local.php?id=4","",0,26,w_menu3_);
  Menu3_5=new Array("river levels","local.php?id=5","",0,22,w_menu3_);
  Menu3_6=new Array("snowpack","local.php?id=6","",0,26,w_menu3_);
  Menu3_7=new Array("links","local.php?id=7","",0,26,w_menu3_);

Menu4=new Array("about us","about.php","",3,26,w_menu4);
	Menu4_1=new Array("about us","about.php?id=1","",0,26,w_menu4_);
	Menu4_2=new Array("our environment","about.php?id=2","",0,26,w_menu4_);
	Menu4_3=new Array("mission statement","about.php?id=3","",0,26,w_menu4_);

Menu5=new Array("contact","contact.php","",2,26,w_menu5);
	Menu5_1=new Array("location","contact.php?id=1","",0,26,w_menu5_);
	Menu5_2=new Array("newsletter","contact.php?id=2","",0,26,w_menu5_);
