/***********************************************************************************
*	(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=8;			// Number of first level items

	// menu scheme 1 (green)
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#F3E2C6';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#B6A379';			// Background color when mouse is over on subs
	var FontLowColor='#3D3628';			// Font color when mouse is not over
	var FontSubLowColor='#3D3628';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#3D3628';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="times new roman,arial,technical"	// Font family menu items
	var FontSize=11;				// 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=0.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.8;			// vertical overlap child/ parent
	var StartTop=2;				// Menu offset x coordinate
	var StartLeft=2;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='MenuPos2';				// 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=['../images/dot.gif',5,10,'../images/dot.gif',10,5,'../images/dot.gif',5,10];	// Arrow source, width and height

	
	// menu scheme 2 (green) affects sub menus only
	var LowBgColor2='';			// Background color when mouse is not over
	var HighBgColor2='';			// Background color when mouse is not over
	var LowSubBgColor2='';			// Background color when mouse is not over on subs
	var HighSubBgColor2='';			// Background color when mouse is over on subs
	var FontSubLowColor2='';			// Font color subs when mouse is not over
	var FontSubHighColor2='';			// Font color subs when mouse is over
	var BorderSubColor2='';			// Border color for subs

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, menu scheme);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("HOME","index.php","",0,26,77,"");
Menu2=new Array("SADDLES","saddles.php","",9,26,98,"");
	Menu2_1=new Array("Old Time","saddles.php?cat=Old-Time","",0,22,150,"");
	Menu2_2=new Array("Buckaroo","saddles.php?cat=Buckaroo","",0,22,150,"");
	Menu2_3=new Array("Modern","saddles.php?cat=Modern","",0,22,150,"");
	Menu2_4=new Array("Light Duty","saddles.php?cat=Light-Duty","",0,22,150,"");
	Menu2_5=new Array("Feature","saddles.php?cat=Feature","",0,22,150,"");
	Menu2_6=new Array("Saddles In Stock","saddles.php?inStock=1","",0,22,150,"");
	Menu2_7=new Array("Sale Saddles","saddles.php?onSale=1","",0,22,150,"");
	Menu2_8=new Array("Tooling & Colors","swatches.php","",0,22,150,"");
	Menu2_9=new Array("Saddle Construction","saddle-construction.php","",0,22,150,"");
Menu3=new Array("COLLECTORS","","",3,26,129,"");
	Menu3_1=new Array("Saddles","saddles.php?collectors=1","",0,22,110,"");
	Menu3_2=new Array("Tack","store.php?cat=Tack&collectors=1","",0,22,110,"");
	Menu3_3=new Array("Cowboy Gear","store.php?cat=Cowboy-Gear&collectors=1","",0,22,110,"");
Menu4=new Array("STORE","","",4,26,80,"");
	Menu4_1=new Array("Tack","store.php?cat=Tack","",13,22,110,"");
		Menu4_1_1=new Array("Headstalls","store.php?cat=Tack&sub=Headstalls","",0,22,160,"");
		Menu4_1_2=new Array("Breast Collars","store.php?cat=Tack&sub=Breast-Collars","",0,22,160,"");
		Menu4_1_3=new Array("Bags","store.php?cat=Tack&sub=Bags","",0,22,160,"");
		Menu4_1_4=new Array("Reins","store.php?cat=Tack&sub=Reins","",0,22,160,"");
		Menu4_1_5=new Array("Slobber Straps","store.php?cat=Tack&sub=Slobber-Straps","",0,22,160,"");
		Menu4_1_6=new Array("Stirrups","store.php?cat=Tack&sub=Stirrups","",0,22,160,"");
		Menu4_1_7=new Array("Rifle Scabbards","store.php?cat=Tack&sub=Rifle-Scabbards","",0,22,160,"");
		Menu4_1_8=new Array("Canteens","store.php?cat=Tack&sub=Canteens","",0,22,160,"");
		Menu4_1_9=new Array("Bucking Rolls","store.php?cat=Tack&sub=Bucking-Rolls","",0,22,160,"");
		Menu4_1_10=new Array("Halters","store.php?cat=Tack&sub=Halters","",0,22,160,"");
		Menu4_1_11=new Array("Cantle Pouches","store.php?cat=Tack&sub=Cantle-Pouches","",0,22,160,"");
		Menu4_1_12=new Array("Crouper and Britchen","store.php?cat=Tack&sub=Crouper-and-Britchen","",0,22,160,"");
		Menu4_1_13=new Array("Hobbles","store.php?cat=Tack&sub=Hobbles","",0,22,160,"");
	Menu4_2=new Array("Cowboy Gear","store.php?cat=Cowboy-Gear","",3,22,110,"");
		Menu4_2_1=new Array("Chaps","store.php?cat=Cowboy-Gear&sub=Chaps","",0,22,138,"");
		Menu4_2_2=new Array("Cuffs","store.php?cat=Cowboy-Gear&sub=Cuffs","",0,22,138,"");
		Menu4_2_3=new Array("Spur Leathers","store.php?cat=Cowboy-Gear&sub=Spur-Leathers","",0,22,138,"");
	Menu4_3=new Array("Merchandise","store.php?cat=Merchandise","",14,22,110,"");
		Menu4_3_1=new Array("Rawhide","store.php?cat=Merchandise&sub=Rawhide","",0,22,138,"");
		Menu4_3_2=new Array("Horse Hair","store.php?cat=Merchandise&sub=Horse-Hair","",0,22,138,"");
		Menu4_3_3=new Array("Blankets","store.php?cat=Merchandise&sub=Blankets","",0,22,138,"");
		Menu4_3_4=new Array("Cinches","store.php?cat=Merchandise&sub=Cinches","",0,22,138,"");
		Menu4_3_5=new Array("Knives","store.php?cat=Merchandise&sub=Knives","",0,22,138,"");
		Menu4_3_6=new Array("Fence Pliers","store.php?cat=Merchandise&sub=Fence-Pliers","",0,22,138,"");
		Menu4_3_7=new Array("Leather Care","store.php?cat=Merchandise&sub=Leather-Care","",0,22,138,"");
		Menu4_3_8=new Array("Vests and Slickers","store.php?cat=Merchandise&sub=Vests-and-Slickers","",0,22,138,"");
		Menu4_3_9=new Array("Wild Rags","store.php?cat=Merchandise&sub=Wild-Rags","",0,22,138,"");
		Menu4_3_10=new Array("Conchos","store.php?cat=Merchandise&sub=Conchos","",0,22,138,"");
		Menu4_3_11=new Array("Tents and Stoves","store.php?cat=Merchandise&sub=Tents-and-Stoves","",0,22,138,"");
		Menu4_3_12=new Array("The Clip","store.php?cat=Merchandise&sub=The-Clip","",0,22,138,"");
		Menu4_3_13=new Array("Kids Ropes","store.php?cat=Merchandise&sub=Kids-Ropes","",0,22,138,"");
		Menu4_3_14=new Array("Hat Racks","store.php?cat=Merchandise&sub=Hat-Racks","",0,22,138,"");
	Menu4_4=new Array("Sale Items","store.php?onSale=1","",0,22,110,"");
Menu5=new Array("DEALERS","dealers.php","",0,26,100,"");
Menu6=new Array("ABOUT US","","",4,26,106,"");
	Menu6_1=new Array("History","history.php","",0,22,110,"");
	Menu6_2=new Array("Show Schedule","show-schedule.php","",0,22,110,"");
	Menu6_3=new Array("Testimonials","testimonials.php","",0,22,110,"");
	Menu6_4=new Array("Awards","awards.php","",0,22,110,"");
Menu7=new Array("LINKS","links.php","",0,26,76,"");
Menu8=new Array("CONTACT US","contact.php","",0,26,125,"");
