/*
index:HOME;shop:SHOP;About_Us:ABOUT US;
*/
/*
TEXTHIGHLIGHT:None;FILENAME:Vertical_Plain_Text_Forest_Green;TEXTMOUSEOVER:#FFFFFF;BACKGROUNDHIGHLIGHT:None;GRAPHIC:1;BORDERCOLOR:None;FONTSTYLE:Arial,Helvetica,adobe-helvetica,Arial Narrow;BACKGROUNDMOUSEOVER:#000000;ORIENTATION:HORIZONTAL;STYLENAME:Vertical_Plain_Text;GRAPHICSTYLE:LINES;NUMPAGES:3;FONTCOLOR:#000000;FONTSIZE:3;GRAPHICCOLOR:#000000;VERTICALSPACE:3;COLORSCHEME:Forest_Green;HORIZONTALSPACE:6;BACKGROUNDCOLOR:None;
*/

function Graphic_Button_ClassictextMouseOn(textObj)
{
textObj.style.color="#FFFFFF"; 
};
function Graphic_Button_ClassictextMouseOff(textObj)
{
textObj.style.color="#000000";
};


function Graphic_Button_ClassicbackgroundMouseOn(tdCell)
{
tdCell.oldBGColor = tdCell.style.backgroundColor;
tdCell.style.backgroundColor = "#000000";
}
function Graphic_Button_ClassicbackgroundMouseOff(tdCell)
{
tdCell.style.backgroundColor = tdCell.oldBGColor;
}

function Graphic_Button_ClassicisCurrentPage(currentLink)
{
var page = new String(window.location);
var currentPage = new String(currentLink);
var size = currentPage.length;
var tildePage = currentPage.substring(0, size - 5 ); 
tildePage += "~"; 
if(page.indexOf(currentPage) != -1 || page.indexOf(tildePage) != -1 ) { 
return true;
}
return false;	
}
<!-- Displays the navigation element !-->
function Graphic_Button_ClassicGetDisplayNavHTML() {
var strHTML = '';

strHTML += '<TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDER=\"0\" >';
var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 3;
var nHorizontalLinkGapInCell = 6;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "HORIZONTAL" == "VERTICAL" )
&& !( "LINES" == "ACCENT_BOTH" && "HORIZONTAL" == "HORIZONTAL") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (1 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ClassicbackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ClassicbackgroundMouseOff(this);\"  NOWRAP>';

strHTML += '<A TARGET="_parent" HREF=\"index.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"Graphic_Button_ClassictextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ClassictextMouseOff(this);\" ';
	
fontColor = 'color:#000000';


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

strHTML += '<FONT FACE=\"Arial,Helvetica,adobe-helvetica,Arial Narrow\" COLOR=\"#000000\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Arial,Helvetica,adobe-helvetica,Arial Narrow\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strHTML += strFormattingStart + "HOME" + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (1 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"1\"  BGCOLOR=\"#000000\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"1\"></TD>';

}

if( (1 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 3;
var nHorizontalLinkGapInCell = 6;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "HORIZONTAL" == "VERTICAL" )
&& !( "LINES" == "ACCENT_BOTH" && "HORIZONTAL" == "HORIZONTAL") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (2 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ClassicbackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ClassicbackgroundMouseOff(this);\"  NOWRAP>';

strHTML += '<A TARGET="_parent" HREF=\"shop.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"Graphic_Button_ClassictextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ClassictextMouseOff(this);\" ';
	
fontColor = 'color:#000000';


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

strHTML += '<FONT FACE=\"Arial,Helvetica,adobe-helvetica,Arial Narrow\" COLOR=\"#000000\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Arial,Helvetica,adobe-helvetica,Arial Narrow\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strHTML += strFormattingStart + "SHOP" + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (2 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"1\"  BGCOLOR=\"#000000\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"1\"></TD>';

}

if( (2 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 3;
var nHorizontalLinkGapInCell = 6;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "HORIZONTAL" == "VERTICAL" )
&& !( "LINES" == "ACCENT_BOTH" && "HORIZONTAL" == "HORIZONTAL") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (3 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ClassicbackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ClassicbackgroundMouseOff(this);\"  NOWRAP>';

strHTML += '<A TARGET="_parent" HREF=\"About_Us.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"Graphic_Button_ClassictextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ClassictextMouseOff(this);\" ';
	
fontColor = 'color:#000000';


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

strHTML += '<FONT FACE=\"Arial,Helvetica,adobe-helvetica,Arial Narrow\" COLOR=\"#000000\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Arial,Helvetica,adobe-helvetica,Arial Narrow\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strHTML += strFormattingStart + "ABOUT US" + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (3 % nLinksPerRow) != 0) { 

}

if( (3 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

strHTML += '</TR>';

}


strHTML += '</TABLE>';

return strHTML;
}
function Graphic_Button_ClassicnavElement() {
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(Graphic_Button_ClassicGetDisplayNavHTML());
}
}
function Graphic_Button_ClassicnetscapeDivCheck() {
var strAppName = navigator.appName;
var appVer = parseFloat(navigator.appVersion);	
if ( (strAppName == "Netscape")&&
(appVer >= 4.0 && appVer < 5) ) { 
document.write("</DIV>");
}
}
Graphic_Button_ClassicnavElement();
Graphic_Button_ClassicnetscapeDivCheck();

