/*
protectamat:Clear Mats;
*/
/*
TEXTHIGHLIGHT:#000000;FILENAME:Horizontal_Ruled_Black_and_Silver;FONTFORMATBOLD:Bold;TEXTMOUSEOVER:#000000;BACKGROUNDHIGHLIGHT:#999999;COLOR NAME *:Gray;GRAPHIC:2;NAVNAME:Horizontal_Nav_Black_and_Silver~ne;FONTSTYLE:"Arial,Helvetica,adobe-helvetica,Arial Narrow";BACKGROUNDMOUSEOVER:#999999;ORIENTATION:Horizontal;STYLENAME:Horizontal_Ruled;GRAPHICSTYLE:LINES;COLOR NAME:Gray;NUMPAGES:1;FONTCOLOR:#E2E2E2;FONTSIZE:3;GRAPHICCOLOR:#FFFFFF;COLORSCHEME:Black_and_Silver;
*/

function Horizontal_Nav_Black_and_SilvertextMouseOn(textObj)
{
textObj.style.color="#000000"; 
};
function Horizontal_Nav_Black_and_SilvertextMouseOff(textObj)
{
textObj.style.color="#E2E2E2";
};


function Horizontal_Nav_Black_and_SilverbackgroundMouseOn(tdCell)
{
tdCell.oldBGColor = tdCell.style.backgroundColor;
tdCell.style.backgroundColor = "#999999";
}
function Horizontal_Nav_Black_and_SilverbackgroundMouseOff(tdCell)
{
tdCell.style.backgroundColor = tdCell.oldBGColor;
}

function Horizontal_Nav_Black_and_SilverisCurrentPage(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 Horizontal_Nav_Black_and_SilverGetDisplayNavHTML() {
var strHTML = '';

strHTML += '<TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDER=\"0\" >';
var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




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>';
}	
 


if(Horizontal_Nav_Black_and_SilverisCurrentPage('protectamat.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#999999\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Horizontal_Nav_Black_and_SilverbackgroundMouseOn(this);\" onMouseOut=\"Horizontal_Nav_Black_and_SilverbackgroundMouseOff(this);\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"protectamat.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(Horizontal_Nav_Black_and_SilverisCurrentPage('protectamat.html')) {
fontColor = 'color:#000000';
} else {
fontColor = 'color:#E2E2E2';

strHTML += ' onMouseOver=\"Horizontal_Nav_Black_and_SilvertextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Horizontal_Nav_Black_and_SilvertextMouseOff(this);\" ';
	
}	


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\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(Horizontal_Nav_Black_and_SilverisCurrentPage('protectamat.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000000\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#E2E2E2\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'Clear Mats' + 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) { 

}

if( (1 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

strHTML += '</TR>';

}


strHTML += '</TABLE>';

return strHTML;
}
function Horizontal_Nav_Black_and_SilvernavElement() {
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(Horizontal_Nav_Black_and_SilverGetDisplayNavHTML());
}
}
function Horizontal_Nav_Black_and_SilvernetscapeDivCheck() {
var strAppName = navigator.appName;
var appVer = parseFloat(navigator.appVersion);	
if ( (strAppName == "Netscape")&&
(appVer >= 4.0 && appVer < 5) ) { 
document.write("</DIV>");
}
}
Horizontal_Nav_Black_and_SilvernavElement();
Horizontal_Nav_Black_and_SilvernetscapeDivCheck();
