/*******************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#CCCCCC';			// Background color when mouse is not over on subs
	var HighBgColor='#ffffff';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#333333';			// Font color when mouse is not over
	var FontSubLowColor='#333333';			// Font color subs when mouse is not over
	var FontHighColor='#993300';			// Font color when mouse is over
	var FontSubHighColor='#993300';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=10				// 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 '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
	
    //////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////


   if (window.opera && document.readyState){
     //alert('OPERA');
     var SET_POS = 'DOM';
   } else if (document.layers) {
     //alert('NS4');
     var SET_POS = 'NS4';
   } else if (document.all) {
     //alert('IE4+');
     var SET_POS = 'IE';
   } else if (document.getElementById && !document.all) {
     var userAgent = navigator.userAgent.toLowerCase();
     var isMac = (userAgent.indexOf("Mac") > -1);
     var isWin = (userAgent.indexOf("Win") > -1);
     var isSafari = (userAgent.indexOf("safari") > -1);
     //alert(userAgent);
     //alert(isSafari);
     if (isSafari == true) {
	   //alert('SAFARI');	
	   var SET_POS = 'SAFARI';
 	 } else {
       //alert('FF or NS6+');
       var SET_POS = 'DOM';
	 }
   } else {
 	 //alert('UNKNOWN');
   }


    if (SET_POS == 'IE'){
      var StartLeft=0;
    } else if (SET_POS == 'SAFARI')  {
	  var DOC_HEIGHT         = document.body.scrollHeight;
	  var BROW_INNER_HEIGHT  = window.innerHeight;  
	  //alert(BROW_INNER_HEIGHT + '|' + DOC_HEIGHT);
	  if (BROW_INNER_HEIGHT >= DOC_HEIGHT) {
	    var StartLeft=8;
   	  } else {
	    var StartLeft=0;
 	  }
	} else {
	  var DOC_HEIGHT         = document.body.scrollHeight;
	  var BROW_INNER_HEIGHT  = window.innerHeight;  
	  if (BROW_INNER_HEIGHT >= DOC_HEIGHT) {
	    var StartLeft=10;
   	  } else {
	    var StartLeft=0;
 	  }
	}
	//////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////	
	
	
	
	
	
	var StartTop=0;				// Menu offset x coordinate
	//var StartLeft=0;				// 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// 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='MenuPos';				// 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=['./decor/skin_A/images/tri.gif',5,10,'./decor/skin_A/images/tridown.gif',10,5,'./decor/skin_A/images/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_menu.html","",0,20,75,"","","","","");

Menu2=new Array("guitars","","",3,20,75);
	Menu2_1=new Array("acoustic","./acoustic.html","",0,20,75);	
	Menu2_2=new Array("electric","./electric.html","",0,20,75);				
	Menu2_3=new Array("variax","./variax.html","",0,20,75);	

Menu3=new Array("ordering","./ordering.html","",1,20,75);
	Menu3_1=new Array("for sale","./forsale.html","",0,20,75);		

Menu4=new Array("reviews","./reviews.html","",0,20,75);

Menu5=new Array("featured build","./feature_build2.2010.html","",8,20,120);
Menu5_1=new Array("archive build 1/2010","./feature_build1.2010.html","",0,20,120);
Menu5_2=new Array("archive build 3/2009","./feature_build3.2009.html","",0,20,120);
Menu5_3=new Array("archive build 2/2009","./feature_build2.2009.html","",0,20,120);
Menu5_4=new Array("archive build 1/2009","./feature_build1.2009.html","",0,20,120);
Menu5_5=new Array("archive build 2/2008","./feature_build2.2008.html","",0,20,120);
Menu5_6=new Array("archive build 1/2008","./feature_build1.2008.html","",0,20,120);	
Menu5_7=new Array("archive build 2/2007","./feature_build2.2007.html","",0,20,120);	
Menu5_8=new Array("archive build 1/2007","./feature_build1.2007.html","",0,20,120);	

Menu6=new Array("gallery","./gallery.html","",2,20,75);
	Menu6_1=new Array("acoustic gallery","./A_gallery.html","",0,20,100);	
	Menu6_2=new Array("electric gallery","./E_gallery.html","",0,20,100);
	
Menu7=new Array("about us & stuff","","",4,20,120);
	Menu7_1=new Array("about us","./aboutus.html","",0,20,100);	
	Menu7_2=new Array("Hunter Muskett","./hunter_muskett.html","",0,20,100);	
	Menu7_3=new Array("Rockets","./rockets.html","",0,20,75);
	Menu7_4=new Array("links","./links.html","",0,20,75);				
	
Menu8=new Array("contact us","./contactus.html","",0,20,75);
   