/***********************************************************************************
*	(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		          *
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='gold';			// Background color when mouse is not over
	var LowSubBgColor='gold';			// Background color when mouse is not over on subs
	var HighBgColor='blue';			// Background color when mouse is over
	var HighSubBgColor='blue';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='gold';			// Font color when mouse is over
	var FontSubHighColor='gold';			// 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=14;				// Font size menu items
	var FontBold=1;				// 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='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=1;				// 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=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("The Jungle", "", "", 5, 25, 130);
  Menu1_1=new Array("Home Page",       "http://www.kash-web.com/jungle.htm", "", 0, 25, 220);
  Menu1_2=new Array("My Tree House",   "http://www.kash-web.com/treehouse.htm", "");
  Menu1_3=new Array("My Vines",        "http://www.kash-web.com/vines/myvines.htm", "");
  Menu1_4=new Array("Chetahs and Hyenas", "http://www.kash-web.com/animals.htm", "", 0);
  Menu1_5=new Array("The Hunting Grounds", "http://www.kash-web.com/hunting.htm", "", 0);
  
//   	Menu1_5_3=new Array("STAR",     "http://www.starstandard.org/default.htm","",0);
//   	Menu1_5_4=new Array("OXLO",     "https://insight.oxlo.com/sites/ACO/default.aspx","",0);
//  Menu1_6=new Array("mamma","http://www.mamma.com", "", 0, 25, 180);
//  Menu1_7=new Array("Yahoo", "http://www.yahoo.com", "", 0);
//  Menu1_9=new Array("Gold",  "http://apmex.com", "", 0);
// 	Menu1_10=new Array("Development","","",5);
//   	Menu1_10_1=new Array("Dynamic Drive", "http://www.dynamicdrive.com","",0,25,180);
//   	Menu1_10_2=new Array("JavaScript Kit","http://www.javascriptkit.com","",0);
//   	Menu1_10_3=new Array("Freewarejava",  "http://www.freewarejava.com","",0);
//   	Menu1_10_4=new Array("Web Review",    "http://www.webreview.com","",0);
//  Menu1_10_5=new Array("BrainJar",      "http://brainjar.com", "", 0);


 Menu2=new Array("Training", "", "", 3, 25, 110); 
  Menu2_1=new Array("Overview", "http://www.kash-web.com/train101.htm","", 0, 25, 200);
  Menu2_2=new Array("Rachel's Results", "http://www.kash-web.com/katelynr.htm","", 0);
  Menu2_3=new Array("Allen's Results", "http://www.kash-web.com/katelynr.htm","", 0);

 Menu3=new Array("Eating", "", "", 3, 25, 110); 
  Menu3_1=new Array("Overview", "http://www.kash-web.com/food101.htm","", 0, 25, 200);
  Menu3_2=new Array("Regular Diet", "http://www.kash-web.com/food102.htm","", 0);
  Menu3_3=new Array("Racing Diet", "http://www.kash-web.com/foo103.htm","", 0);
    	
Menu4=new Array("Adventure Racing", "", "", 4, 25, 190);
  Menu4_1=new Array("Races", "", "", 5, 25, 180);
  Menu4_1_1=new Array("Adventure Sprints", "http://www.adventuresprints.com", "", 0, 25, 200);
     Menu4_1_2=new Array("Raid the Rock", "http://www.raidtherock.com", "", 0);
     Menu4_1_3=new Array("Berryman Adventure Race", "http://www.berrymanadventure.com", "", 0);
     Menu4_1_4=new Array("Ozark Challange", "http://www.ozarkchallenge.com", "", 0);
     Menu4_1_5=new Array("Toad Suck", "http://www.toadsuckchallenge.com", "", 0);
   Menu4_2=new Array("Resources", "", "", 2, 25, 180);  
     Menu4_2_1=new Array("Ozark Extreme", "http://www.ozarkextreme.com", "", 0, 25 ,180);
     Menu4_2_2=new Array("USARA", "http://www.usara.com", "", 0);
    Menu4_3=new Array("Shopping", "", "", 3, 25, 180);
     Menu4_3_1=new Array("MY TOPO", "http://www.mytopo.com", "", 0, 25, 180);
     Menu4_3_2=new Array("AR Gear", "http://www.argear.com", "", 0);
     Menu4_3_3=new Array("Moose Jaw", "http://www.moosejaw.com", "", 0);
    Menu4_4=new Array("Adventure World Mag", "http://www.adventureworldmagazine.com", "", 0);
 
 Menu5=new Array("Cycling", "", "", 8, 25, 110);
  Menu5_1=new Array("USA Cycling", "http://www.usacycling.org", "", 0, 25, 240);
  Menu5_2=new Array("Bike Arkansas", "http://www.bikearkansas.com", "", 0);
  Menu5_3=new Array("Ride 4 24", "http://www.ride424.com", "", 0);
  Menu5_4=new Array("PAC Tours", "http://www.pactour.com", "", 0);
  Menu5_5=new Array("Mountain Bike Arkansas", "http://www.mtbark.com", "", 0);
  Menu5_6=new Array("Tejas 500",          "http://www.tt24tt.com", "", 0);
  Menu5_7=new Array("Ouachita Challenge", "http://www.ouachita-challenge.com", "", 0);
  Menu5_8=new Array("Ultra Arkansas",     "http://ultra.greengoblin.com", "", 0);
                                            
  Menu6=new Array("Triathlons", "", "", 7, 25, 130);
  Menu6_1=new Array("USAT", "http://www.usatriathlon.org", "", 0, 25, 200);
  Menu6_2=new Array("Xterra", "", "", 5);
    Menu6_2_1=new Array("Xterra Home",    "http://www.xterraplanet.com", "", 0, 25, 200);
    Menu6_2_2=new Array("Gator Terra",    "http://www.dltmultisport.com", "", 0);
    Menu6_2_3=new Array("Eureka Springs", "http://www.eurekaspringsoffroadtriathlon.com", "", 0);
    Menu6_2_4=new Array("Dawg Days",    "http://www.dltmultisport.com", "", 0);
    Menu6_2_5=new Array("Iron Will XC",   "http://www.jonesborosports.org/view/307", "", 0);
  Menu6_3=new Array("DLT Multisports", "http://www.dltmultisport.com", "", 0);
  Menu6_4=new Array("Memphis in May", "http://www.mimtri.racesonline.com", "", 0);
  Menu6_5=new Array("tri Finder", "http://www.trifind.com", "", 0);
  Menu6_6=new Array("Halfmax Nationals", "http://www.halfmaxchampionship.com", "", 0);
  Menu6_7=new Array("Inside Tri", "http://www.insidetri.com", "", 0);
   
   
  Menu7=new Array("Pics", "", "", 5, 25, 110); 
   Menu7_1=new Array("2008 PICS", "", "", 2, 25, 170);
     Menu7_1_1=new Array("Stickers and Dirt", "http://www.kash-web.com/pactourfeb08/sd08.htm", "", 0, 25, 170);
     Menu7_1_2=new Array("Snow Day", "http://www.kash-web.com/snowday/snowday.htm", "", 0);
   Menu7_2=new Array("2007 PICS", "", "", 1);
     Menu7_2_1=new Array("Aug 25 - Lake Ouachita - AS", "http://www.kash-web.com/as070825/adventureSprint07.htm", "", 0, 25, 270);
   Menu7_3=new Array("2006 PICS", "", "", 1);
     Menu7_3_1=new Array("Dog Days", "http://www.kash-web.com/3legdog/3leg.htm", "", 0, 25, 170);
   Menu7_4=new Array("2005 PICS", "", "", 6);
     Menu7_4_1=new Array("PAC Tour 2005 Desert Camp", "http://www.kash-web.com/tpactour/pactour.htm", "", 0, 25, 170);
     Menu7_4_2=new Array("CATS Sprint Tri", "http://www.kash-web.com/catsprint/catstri.htm", "", 0);
     Menu7_4_3=new Array("Ozark Challange", "http://www.kash-web.com/races/ozark.pdf", "", 0);
     Menu7_4_4=new Array("Spring Hill - AMBCS", "http://www.kash-web.com/races/springhill.htm", "", 0);
     Menu7_4_5=new Array("Syllamo's Revenge", "http://www.kash-web.com/races/sylrev.htm", "", 0);
     Menu7_4_6=new Array("Dog Days", "http://www.kash-web.com/3legdog/3leg.htm", "", 0);
   Menu7_5=new Array("2004 PICS", "", "", 1, 25, 100);
     Menu7_5_1=new Array("Margaritaville", "http://www.kash-web.com/tmville/mville.htm", "", 0, 25, 180);

  Menu8=new Array("Results", "", "", 4, 25, 110); 
   Menu8_1=new Array("Kurt's Results", "", "", 3, 25, 170);
    Menu8_1_1=new Array("2007 Results", "http://www.kash-web.com/results07.htm", "", 0, 25, 170);
    Menu8_1_2=new Array("2006 Results", "http://www.kash-web.com/results06.htm", "", 0);
    Menu8_1_3=new Array("2005 Results", "http://www.kash-web.com/results05.htm", "", 0);  
  Menu8_2=new Array("Katelyn's Results", "http://www.kash-web.com/katelynr.htm","", 0);
  Menu8_3=new Array("Rachel's Results", "http://www.kash-web.com/katelynr.htm","", 0);
  Menu8_4=new Array("Allen's Results", "http://www.kash-web.com/katelynr.htm","", 0);
    