function  fixLinkValueWood_1(strLinkValue, bExistingPage, bImportedFileLink)  {  if(!bExistingPage)
			{
				return strLinkValue;
			}  return strRelativePathToRoot + strLinkValue;
		}  function  isCurrentPageWood_1(strLinkValue, bExistingPage)  {  if(!bExistingPage)
			{
				return false;
			}
			
			strLinkValue = strLinkValue.toLowerCase();
			return (strRelativePagePath == strLinkValue);	
		}  function  textMouseOnWood_1(textObj)  { 
				textObj.style.color=  "#999999"  ; 
			}  
			function  textMouseOffWood_1(textObj)  { 
				textObj.style.color=  "#FFFFCC"  ; 
			}  function  getOnClickWood_1(strLinkValue, strLinkTarget)  { 
			var strOnClick = "";
		
			strOnClick = ' onClick="';  if(strLinkTarget == '_blank')
			{
				strOnClick = 'onClick="window.open(\'' + strLinkValue + '\');"';
			}
			else
			{  strOnClick = 'onClick="parent.location = \'' + strLinkValue + '\';"';
			}
			
			return strOnClick;
		}  var nImageWidth =  128  ;
		var nImageHeight =  41  ;  var nGeneralPadding = 10;  var nButtonsPerRow =  6  ;  var nVerticalSpacing =  0  ;
		var nHorizontalSpacing =  15  ;  function  mouseOnWood_1(tdCell)  {
				tdCell.style.backgroundImage =  'url( http://install.homestead.com/~media/elements/LayoutClipart/../LayoutClipart/Buttons/Wood_Button.gif )';  }
			function  mouseOffWood_1(tdCell)  {
				tdCell.style.backgroundImage =  'url( http://install.homestead.com/~media/elements/LayoutClipart/../LayoutClipart/Buttons/Wood_Button.gif )';  }  function  getMouseOverHandlerWood_1(bIsCurrentPage)  {  if (bIsCurrentPage) return '';  var strMouseOver = "";
			var strMouseOut = "";  strMouseOver += '  mouseOnWood_1(this);  ';
				strMouseOut += '  mouseOffWood_1(this);  ';  strMouseOver += '  textMouseOnWood_1(this);  ';
				strMouseOut += '  textMouseOffWood_1(this);  ';  return ' onMouseOver="' + strMouseOver + '" onMouseOut="' + strMouseOut + '"';
		}  function  getStyleWood_1(strImg, strFontColor)  {  var strStyle = ' style="';
			
			strStyle += 'cursor:hand;';	
			strStyle += 'color:' + strFontColor + ';';
			strStyle += 'background-image:url(' + strImg + ');';
			strStyle += 'background-repeat:no-repeat;';
			strStyle += 'background-position:center ';  strStyle += '  center  ';  strStyle += '" ';
			
			return strStyle;
		}  function  getHTMLWood_1(strDisplayName, strLinkValue, strLinkTarget, nLinkNum, bLastLink, bExistingPage, bImportedFileLink)  {  var nColIndex = 0;  nColIndex = 0;  var strImg = "  http://install.homestead.com/~media/elements/LayoutClipart/../LayoutClipart/Buttons/Wood_Button.gif  ";  var bIsCurrentPage =  isCurrentPageWood_1(strLinkValue, bExistingPage);  strLinkValue =  fixLinkValueWood_1(strLinkValue, bExistingPage, bImportedFileLink);  if (bIsCurrentPage) 
			{  strImg = "  http://install.homestead.com/~media/elements/LayoutClipart/../LayoutClipart/Buttons/Wood_Button.gif  ";  strFontColor =  "#999999"  ;  } 
			else 
			{
				strFontColor =  "#FFFFCC"  ;
			}  var bNetscape = false;
			var strAppName = navigator.appName;
			var appVer = parseFloat(navigator.appVersion);
								
			if ( (strAppName == "Netscape") &&
				(appVer >= 4.0 && appVer < 5) ) {  bNetscape = true;
			}  var strHTML = '';  if (nLinkNum == 1) {
				strHTML += '<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">';
			}  strHTML += '<TR>';  strHTML += '<TD NOWRAP HEIGHT="' + nImageHeight + '"';
						
			strHTML += ' ALIGN=  "center"  VALIGN="MIDDLE"';
			
			if(!bNetscape)
			{  var strStyle =  getStyleWood_1(strImg, strFontColor);  strHTML += strStyle;
			}
			else
			{  if(bIsCurrentPage)
				{
					strHTML += ' CLASS=  "navBackgroundSelectedWood_1"  ';
				}
				else
				{
					strHTML += ' CLASS=  "navBackgroundWood_1"  ';
				}
			}
			
			if(!bNetscape)
			{  var strOnClick =  getOnClickWood_1(strLinkValue, strLinkTarget);  var strMouseOver =  getMouseOverHandlerWood_1(bIsCurrentPage);  strHTML += strOnClick + strMouseOver;
			}  if(bNetscape)
			{
				strHTML += ' width="' + nImageWidth + '"';
			}
						
			strHTML += '>';  var strFormattingStart = ''; 
			var strFormattingEnd = '';  strFormattingStart += '<I>';
				strFormattingEnd += '</I>';  strFormattingStart += '<B>';
				strFormattingEnd += '</B>';  if(!bNetscape)
			{
				var nDivWidth = nImageWidth;  strHTML += '<DIV ';
				strHTML += ' STYLE="width:' + nDivWidth + 'px';  strHTML += '">';  }  if(bNetscape)
			{  strHTML += '<A HREF="' + strLinkValue + '" TARGET="';  if(strLinkTarget == '_self')
				{
					strLinkTarget = '_parent';
				}
				
				strHTML += strLinkTarget + '">'; 
			}  strHTML += '<FONT';
			strHTML += ' FACE=  "Times New Roman"  ';
			strHTML += ' CLASS=  "TimesRoman12"  ';  if(bNetscape)
			{
				strHTML += ' COLOR="' + strFontColor + '"';
			}
			else
			{  var strUnderline = ' STYLE="text-decoration:none"';  strHTML += strUnderline;
			}
		
			strHTML += '>'; 
						
			strHTML += strFormattingStart + strDisplayName + strFormattingEnd;  strHTML += '</FONT>';  if(!bNetscape)
			{
				strHTML += '</DIV>';
			}  if(bNetscape)
			{  strHTML += '</A>';
			}  strHTML += '</TD>';  strHTML += '</TR>';  if (bLastLink) 
			{
				strHTML += '</TABLE>';
			}
			
			return strHTML;
		}  function  navElementWood_1()  {  if(typeof  counterWood_1  == "undefined")
			{  counterWood_1  = 1;
			}
			else
			{  counterWood_1  += 1;
			}
			var navID =  counterWood_1  ;  if (navigator.userAgent.indexOf("Mozilla/3") != -1)
			{
				var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
				document.write(msg);
			}
			else 
			{  document.write(  getHTMLWood_1("Home", "Index.html", "", 1,false,true,false)  );  document.write(  getHTMLWood_1("Our&nbsp;Products", "Our_Products.html", "", 2,false,true,false)  );  document.write(  getHTMLWood_1("Collectibles", "collecties.html", "", 3,false,true,false)  );  document.write(  getHTMLWood_1("Contact&nbsp;Us", "Contact_Us.html", "", 4,false,true,false)  );  document.write(  getHTMLWood_1("Order&nbsp;Form", "Order_Form.html", "", 5,false,true,false)  );  document.write(  getHTMLWood_1("Royalty", "Royalty.html", "", 6,false,true,false)  );  document.write(  getHTMLWood_1("Harmonica&nbsp;Books", "harpbooks.html", "", 7,false,true,false)  );  document.write(  getHTMLWood_1("Feedback", "Feedback_Form.html", "", 8,false,true,false)  );  document.write(  getHTMLWood_1("Links", "links.html", "", 9,true,true,false)  );  }
		}  function  netscapeDivCheckWood_1()  {  var strAppName = navigator.appName;
			var appVer = parseFloat(navigator.appVersion);
								
			if ( (strAppName == "Netscape") &&
				(appVer >= 4.0 && appVer < 5) ) {  document.write("</DIV>");
			}
		}  var  counterWood_1;  navElementWood_1();  netscapeDivCheckWood_1();
