 /***********************************************
//statusmenu1.js

//31 10 11  Woods removed from Custom options menu
//11 01 09  Now has all bass strings itemised
//28 10 09  Pricelist added to main menu
// 01 01 10 Site Map edited out of menu
//12 02 2010 Sounds added to Information menu... and removed again cos it does not quite work

//************************************************/

	var NoOffFirstLineMenus=8;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						// For transparency make colors and border color ""
	var LowBgColor="#222222";			// Background color when mouse is not over
	var HighBgColor="#0A136A";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#1A1919";			// Border color
	var BorderWidthMain=2;			// Border width main items
	var BorderWidthSub=2;			// Border width sub items
 	var BorderBtwnMain=3;			// Border width between elements main items
	var BorderBtwnSub=3;			// Border width between elements sub items
	var FontFamily="tahoma,arial,helvetica";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// 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 can be: left, center, right, justify,
						// leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="static";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=255;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=7;				// Multiple frames x correction
	var DistFrmFrameBrdr=1;			// Distance between main menu and frame centre border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=900;		      	// delay before menu folds in
	var UnfoldDelay=0;				// delay before sub unfolds	
	var TakeOverBgColor=0;			// 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 MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="../frames/";			// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.html",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.html"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"../image/gifs/pointr1.gif",13,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						// <script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, strength=2)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Basses","","",9,25,124,"","","","","","Arial","-1","","","","");
	Menu1_1=new Array("Streamline","streamline1.html","",0,"25",150,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_2=new Array("T-Bass","tbass1.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_3=new Array("S2-Classic","s2classic1.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_4=new Array("Stealth","stealth1.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_5=new Array("KingBass","","",8,"",150,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_1=new Array("Level 42 - 30th Anniversary","kingbass_30.html","",0,25,160,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_2=new Array("KingBass Mk-II","kingbass_mark_2.html","",0,25,160,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_3=new Array("RetroGlide","kingbass_retroglide.html","",0,"",160,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_4=new Array("Artist","kingbass_artist.html","",0,"",160,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_5=new Array("Graphite","kingbass_graphite.html","",0,"",160,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_6=new Array("Black Beauty","kingbass_beauty.html","",0,"",160,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_7=new Array("Princess","kingbass_princess.html","",0,"",160,"","","","","","Arial",-1,-1,-1,"","");
		Menu1_5_8=new Array("Standard","kingbass_standard.html","",0,"",160,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_6=new Array("Charger","rhino1.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_7=new Array("B-2","b2.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_8=new Array("The ' Vintage ' Range","vintage1.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
	Menu1_9=new Array("Electro-4","electro1.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
//	Menu1_10=new Array("SmartBass","../smartbass/smartbass1.html","",0,20,150,"","","","","","Arial",-1,-1,-1,"","");
//	Menu1_11=new Array("S1-Classic","s1classic1.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");
//	Menu1_12=new Array("Design-a-Bass","../s2designabass/design.html","",0,"",150,"","","","","","Arial",-1,-1,-1,"","");


Menu2=new Array("Guitars","","",2,"",124,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Graphite Slipstream","git_graphite1.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	
	Menu2_2=new Array("Maple Slipstream","git_maple1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	

Menu3=new Array("On-Line Shop","","",10,25,124,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Stock Basses","bassstock.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	
	Menu3_2=new Array("SmartBass","../smartbass/smartbass1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");


	Menu3_3=new Array("Strings ","strings1.html","",0,25,150,"","","","","","",-1,-1,-1,"","");



Menu3_3=new Array("Bass Strings","","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",3,"","145","","","","","","",-1,-1,-1,"","");

	Menu3_3_1=new Array("Single - Ball","","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",3,25,125,"","","","","","Arial",-1,-1,-1,"","");

			Menu3_3_1_1=new Array("Long - Scale","","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",8,25,125,"","","","","","Arial",-1,-1,-1,"",""); 
Menu3_3_1_1_1=new Array("Premium Round - Wound","long-prem.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,25,"158","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_1_2=new Array("Standard Round - Wound","long-std.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_1_3=new Array("Half - Wound","long-half.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_1_4=new Array("Flat - Wound","long-flat.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_1_5=new Array("Black - Nylon","long-nylon.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_1_6=new Array("Bronze - Acoustic","long-bronze.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_1_7=new Array("Premium Custom Sets","prem-custom.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_1_8=new Array("Standard Custom Sets","std-custom.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");

			Menu3_3_1_2=new Array("Medium - Scale","","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",4,25,"","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_2_1=new Array("Standard Round - Wound","med-std.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,25,"158","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_2_2=new Array("Half - Wound","med-half.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_2_3=new Array("Flat - Wound","med-flat.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_2_4=new Array("Black - Nylon","med-nylon.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");


			Menu3_3_1_3=new Array("Short - Scale","","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",4,25,"","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_3_1=new Array("Standard Round - Wound","short-std.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,25,"158","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_3_2=new Array("Half - Wound","short-half.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_3_3=new Array("Flat - Wound","short-flat.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
Menu3_3_1_3_4=new Array("Black - Nylon","short-nylon.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");



		Menu3_3_2=new Array("Double - Ball","","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",5,25,125,"","","","","","Arial",-1,-1,-1,"","");
			Menu3_3_2_1=new Array("Round - Wound","double-round.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,25,157,"","","","","","Arial",-1,-1,-1,"","");
			Menu3_3_2_2=new Array("Half - Wound","double-half.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
			Menu3_3_2_3=new Array("Flat - Wound","double-flat.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
			Menu3_3_2_4=new Array("Black - Nylon","double-nylon.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");
			Menu3_3_2_5=new Array("Double Ball Custom - Sets","double-custom.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,"","","","","","","","Arial",-1,-1,-1,"","");



		Menu3_3_3=new Array("String Information","stringsinfo.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
//			Menu3_3_3_1=new Array("Graphite Necks","necks1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
//			Menu3_3_3_1=new Array("Round - Wound","double-round.html","rollover?"+BaseHref+"../image/bits/menu1.gif?"+BaseHref+"../image/bits/menu2.gif",0,25,157,"","","","","","Arial",-1,-1,-1,"","");



	Menu3_4=new Array("Graphite Necks","necks1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Status Pickups","pickups1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu3_6=new Array("Active Circuits","circuits1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu3_7=new Array("Cases","cases1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu3_8=new Array("D-Tuners","dtuners1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu3_9=new Array("Spare Parts","spares1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu3_10=new Array("Merchandise","merchandise1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");


Menu4=new Array("Custom Options","","",2,"",124,"","","","","","",-1,-1,-1,"","");	
	Menu4_1=new Array("Custom Colours ","colour1.html","",0,"25",150,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Fingerboard LED's","leds1.html","",0,"25",150,"","","","","","",-1,-1,-1,"","");
//	Menu4_3=new Array("Wood Samples","woods1.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
//	Menu4_4=new Array("Fingerboard Options","fingerboards_1.html","",0,"25",150,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("Information","","",13,"",124,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Price List","pricelist.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	
	Menu5_2=new Array("Testimonials","testimonials.html","",0,25,150,"","","","","","",-1,-1,-1,"","");	
	Menu5_3=new Array("Reviews ","reviews.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Players","players.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu5_5=new Array("News","news.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("Specifications","spec.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("String Information","stringsinfo.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu5_8=new Array("F.A.Q.'s","faq1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu5_9=new Array("Warranty","warranty.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu5_10=new Array("Terms and Conditions","terms.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu5_11=new Array("On-Line Security","security1.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu5_12=new Array("Sounds","sounds.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu5_13=new Array("Neck Fitting Instructions","neck_fitting.html","",0,"",150,"","","","","","",-1,-1,-1,"","");

Menu6=new Array("Contact","","",4,"",124,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Contact Status ","../forms/contact.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Subscribe","../forms/subscribe.html","",0,"",150,"","","","","","",-1,-1,-1,"","");	
	Menu6_3=new Array("Unsubscribe","../forms/unsubscribe.html","",0,"",150,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("Find Status","map.html","",0,"",150,"","","","","","",-1,-1,-1,"","");

Menu7=new Array("Price List","pricelist.html","",0,"",124,"","","","","","",-1,-1,-1,"","");

Menu8=new Array("Home Page","home1.html","",0,"",124,"","","","","","",-1,-1,-1,"","");




