//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=12; //set number of main menu items
	var LowBgColor='#ffa303';
	var HighBgColor='white';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="impact, Arial, Helvetica, sans-serif"  //fonts 
	var FontSize=11;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=119; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

	
//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Surfing","surfing.html",6,20,123);
	Menu1_1=new Array("Shortboard","surfing.html",0,20,140);
	Menu1_2=new Array("Classic","mallsrht.html",0);
	Menu1_3=new Array("Long Board","longboard.html",0);
	Menu1_4=new Array("Girl","surfing3.html#girlsurf",0);
	Menu1_5=new Array("Kite Surf","kitesurf.html",0);
	Menu1_6=new Array("$4.95 & $9.95 Deals","surfing999.html",0);
	
Menu2=new Array("Motorcycle","moto.html",6);
	Menu2_1=new Array("Dirt Bike/Motocross","moto.html",0,20,140);
	Menu2_2=new Array("Crash","motocrash.html",0);
	Menu2_3=new Array("Hillclimb","motorace.html#motohill",0);
	Menu2_4=new Array("Trials","motorace.html#mototrials",0);
	Menu2_5=new Array("Street - Motorcycle","motostreet.html",0);
	Menu2_6=new Array("$4.95 & $9.95 Deals","moto999.html",0);

Menu3=new Array("Snowboarding","ride.html",4);	
	Menu3_1=new Array("New","ride.html",0,20,140);
	Menu3_2=new Array("Classic","ride3.html",0);
	Menu3_3=new Array("Instruction","ride2.html",0);
	Menu3_4=new Array("$4.95 & $9.95 Deals","ride999.html",0);
	
Menu4=new Array("Skateboarding","skate8.html",4);
	Menu4_1=new Array("New","skate8.html",0,18,140);
	Menu4_2=new Array("Classic","skate83.html#classicskate",0);
	Menu4_3=new Array("Instruction","skate82.html",0);
	Menu4_4=new Array("$4.95 & $9.95 Deals","skate8999.html",0);
	
Menu5=new Array("Wakeboarding","wake.html",2);
	Menu5_1=new Array("Features","wake.html",0,20,140);
	Menu5_2=new Array("Instruction","wake2.html#wakeinstruction",0);

Menu6=new Array("Mountain Bike","mtnbike.html",5);
	Menu6_1=new Array("Extreme","mtnbike.html",0,20,140);
	Menu6_2=new Array("Racing","mtnbike.html#mtnrace",0);
	Menu6_3=new Array("Trials","mtnbike.html",0);
	Menu6_4=new Array("Instruction","mtnbike2.html",0);
	Menu6_5=new Array("$4.95 & $9.95 Deals","mtnbike999.html",0);

Menu7=new Array("BMX Bike","bmx.html",3);
	Menu7_1=new Array("Street","bmx.html",0,20,140);
	Menu7_2=new Array("Dirt","bmx.html",0);
	Menu7_3=new Array("Instruction","bmx.html#bmxinstruction",0);
	
Menu8=new Array("Snowmobile","snomobil.html",3);
	Menu8_1=new Array("Extreme","snomobil.html",0,20,140);
	Menu8_2=new Array("Hill Climb","snomobil.html",0);
	Menu8_3=new Array("Crash","snomobil.html",0);

Menu9=new Array("ATV/Watercraft","atv.html",2);
	Menu9_1=new Array("ATV","atv.html",0,20,140);
	Menu9_2=new Array("Watercraft","watercraft.html",0);

Menu10=new Array("Skiing","ski.html",3);
	Menu10_1=new Array("Freestyle","ski.html",0,20,140);
	Menu10_2=new Array("Classic","ski.html#skiclassic",0);
	Menu10_3=new Array("Telemark","ski2.html#skitele",0);

Menu11=new Array("Rock Climbing","climb.html",2);
	Menu11_1=new Array("Freestyle","climb.html",0,20,140);
	Menu11_2=new Array("Instruction","climb.html#climbinstruction",0);

Menu12=new Array("Soundtracks","sounds.html",2);
	Menu12_1=new Array("Motocross","sounds.html#motosound",0,20,140);
	Menu12_2=new Array("Surf","sounds.html#surfsound",0);

