/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=20;			// Number of first level items
	var LowBgColor='#ABA68D';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// 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=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='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='80';				// Menu offset x coordinate
	var StartLeft=13;				// 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=0;			// 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='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// 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","../index.html","",0,20,118);
	Menu1_1=new Array("Home Page","../index.html","",0,20,120);	
	Menu1_2=new Array("Skateboards","../home.htm","",0,20,120);	
	Menu1_3=new Array("Snowboards","../snowboards/snowboard_main.htm","",0);
	Menu1_4=new Array("Snowskates","../snowskate_main.htm","",0);

Menu2=new Array("Decks","../deck_choice_index.htm","",7);
	Menu2_1=new Array("Blank Decks","../decks_index.htm","",0,20,120);	
	Menu2_2=new Array("Blank Import Decks","../imported_decks_index.htm","",0,20,120);	
	Menu2_3=new Array("Blank Minis","../decks/blank_minis.htm","",0);
	Menu2_4=new Array("Graphic Decks","../graphic_decks_index.htm","",0);
	Menu2_5=new Array("Old School","../decks/old_school.htm","",0);
	Menu2_6=new Array("Completes","../completes_index.htm","",0);
	Menu2_7=new Array("Longboards","../longboards_index.htm","",0);
	

Menu3=new Array("Wheels","../wheels_index.htm","",2);
	Menu3_1=new Array("Blank Wheels","../wheels_index.htm","",0,20,120);
	Menu3_2=new Array("Graphic Wheels","../graphic_wheels_index.htm","",0,20,120);
//	Menu3_3=new Array("Old School Wheels","../wheels/old_school_powell_bones.htm","",0);

Menu4=new Array("Trucks","../trucks_index.htm","",2);
	Menu4_1=new Array("Trucks","../trucks_index.htm","",0,20,120);
	Menu4_2=new Array("Softrucks","../softrucks_index.htm","",0,20,120);

Menu5=new Array("Bearings","../bearings_index.htm","",0);

Menu6=new Array("Completes","../completes_index.htm","",0);

Menu7=new Array("Shoes","../shoes_index.htm","",2);
	Menu7_1=new Array("Shoes","../shoes_index.htm","",0,20,120);
	Menu7_2=new Array("Shoe Goo","../accessories/shoe_goo.htm","",0);

Menu8=new Array("Clothes","","",5);
	Menu8_1=new Array("Shirts","../shirts_index.htm","",0,20,120);
	Menu8_2=new Array("Sweatshirts","../sweatshirts_index.htm","",0);
	Menu8_3=new Array("Wallets","../wallets_index.htm","",0);
	Menu8_4=new Array("Belts","../belts_index.htm","",0);
	Menu8_5=new Array("Wrist Bands","../accessories/spitfire_wrist_bands.htm","",0);
//	Menu8_6=new Array("Beanies","../beanies_index.htm","",0);
//	Menu8_7=new Array("Hats","../hats_index.htm","",0,20,120);

Menu9=new Array("Helmets/Pads","../helmets_pads_index.htm","",0);

Menu10=new Array("Back Packs","../backpacks_index.htm","",0);

Menu11=new Array("Hardware","","",6,20,120);
	Menu11_1=new Array("Nuts/Bolts","../nuts_bolts_index.htm","",0,20,120);
	Menu11_2=new Array("Riser Pads","../riser_pads_index.htm","",0);
	Menu11_3=new Array("Bearing Guards","../bearings/grind_king_bearing_rims.htm","",0);
	Menu11_4=new Array("King Pins","../king_pins_index.htm","",0);
	Menu11_5=new Array("Tools","../tools_index.htm","",0);
	Menu11_6=new Array("Bushings","../bushings_index.htm","",0);
//	Menu11_7=new Array("Rails","../accessories/black_label_rails.htm","",0);

Menu12=new Array("Accessories","","",14,20,120);
	Menu12_1=new Array("Wax","../wax_index.htm","",0,20,120);
	Menu12_2=new Array("Tools","../tools_index.htm","",0);
	Menu12_3=new Array("Softrucks","../softrucks_index.htm","",0,20,120);
	Menu12_4=new Array("Riser Pads","../riser_pads_index.htm","",0);
	Menu12_5=new Array("Bushings","../bushings_index.htm","",0);
	Menu12_6=new Array("King Pins","../king_pins_index.htm","",0);
	Menu12_7=new Array("Tensor Sliders","../accessories/tensor_sliders.htm","",0);
	Menu12_8=new Array("Bearing Rims","../bearings/grind_king_bearing_rims.htm","",0);
//	Menu12_9=new Array("Bearing Press","../accessories/bearing_press.htm","",0);
	Menu12_9=new Array("Hats","../hats_index.htm","",0);
	Menu12_10=new Array("Wallets","../wallets_index.htm","",0);
	Menu12_11=new Array("Belts","../belts_index.htm","",0);
	Menu12_12=new Array("Shoe Goo","../accessories/shoe_goo.htm","",0);
	Menu12_13=new Array("Stickers & Patches","../sticker_index.htm","",0);
//	Menu12_14=new Array("Rails","../accessories/black_label_rails.htm","",0);
	Menu12_14=new Array("Wrist Bands","../accessories/spitfire_wrist_bands.htm","",0);

Menu13=new Array("Grip Tape","../grip_tape_index.htm","",0);

Menu14=new Array("Longboards","../longboards_index.htm","",0);

Menu15=new Array("Stickers & Patches","../sticker_index.htm","",0);

Menu16=new Array("Videos & DVDs","../videos_index.htm","",0);

Menu17=new Array("Gift Certificates","../gift_certificate_index.htm","",0);

Menu18=new Array("Ramps","../ramps_index.htm","",0);

Menu19=new Array("","","",0);

Menu20=new Array("Wholesale Bulk Discounts","../wholesale_index.htm","",7,35,120);
	Menu20_1=new Array("Decks","../wholesale_decks_index.htm","",0,20,120);
	Menu20_2=new Array("Trucks","../wholesale/blank_trucks.htm","",0,20,120);
	Menu20_3=new Array("Wheels","../wholesale_wheels_index.htm","",0,20,120);
	Menu20_4=new Array("Bearings","../wholesale/blank_bearings.htm","",0,20,120);
	Menu20_5=new Array("Grip Tape","../accessories/grip_tape_bulk.htm","",0,20,120);
	Menu20_6=new Array("Hardware","../nuts_bolts_index.htm","",0,20,120);
	Menu20_7=new Array("Riser Pads","../wholesale_riser_pads_index.htm","",0,20,120);

Menu21=new Array("","","",0);

Menu22=new Array("Snowboards","../snowboards/blank_snowboard_155.htm","",0);





