/*
Index:Home;Links_Page:Links;Message_Center:Messages;Newsletter:Contact;Discography:Music;Photo_Gallery:Photos;Photo_Gallery2:Photos 2;
*/
/*
TEXTHIGHLIGHT:#FFFFFF;GRAPHICHIGHLIGHT:yes;FILENAME:Square_Tab_Splash;FONTFORMATBOLD:Bold;TEXTMOUSEOVER:#FFFFFF;BACKGROUNDHIGHLIGHT:none;COLOR NAME *:White;GRAPHIC:Square_Tab;GRAPHICMOUSEOVER:yes;NAVNAME:Horizontal_Nav_Black_and_Silver~ne;FONTSTYLE:"Arial,Helvetica,adobe-helvetica,Arial Narrow";BACKGROUNDMOUSEOVER:none;ORIENTATION:Horizontal;STYLENAME:Square_Tab;GRAPHICSTYLE:TABS;COLOR NAME:Brown;NUMPAGES:7;FONTCOLOR:#FFFFFF;FONTSIZE:3;GRAPHICCOLOR:Splash;COLORSCHEME:Splash;HORIZONTALSPACE:0;
*/
var tabWidth = 116;
var tabHeight = 30;
var buttonsPerRow = 6; 

Horizontal_Nav_Black_and_SilverbuttonOnImage = new Image(tabWidth, tabHeight);
Horizontal_Nav_Black_and_SilverbuttonOnImage.src = "/~site/Layout/NavTabs/Square_Tab_Splash_Selected.gif";
Horizontal_Nav_Black_and_SilverbuttonOffImage = new Image(tabWidth, tabHeight);
Horizontal_Nav_Black_and_SilverbuttonOffImage.src = "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif";
function Horizontal_Nav_Black_and_SilvermouseOn(graphicName) { document.images[graphicName].src = Horizontal_Nav_Black_and_SilverbuttonOnImage.src; }
function Horizontal_Nav_Black_and_SilvermouseOff(graphicName) { document.images[graphicName].src = Horizontal_Nav_Black_and_SilverbuttonOffImage.src; }


function Horizontal_Nav_Black_and_SilvertextMouseOn(textObj) { textObj.style.color="#FFFFFF"; }
function Horizontal_Nav_Black_and_SilvertextMouseOff(textObj) { textObj.style.color="#FFFFFF"; }

function Horizontal_Nav_Black_and_SilvergetMouseOverHandler(strImgName, textObjName, bIsCurrPage) {
 
if (bIsCurrPage) return '';

var strHTMLMouseOver = '';
var strHTMLMouseOut = '';

if (navigator.userAgent.indexOf("IE") != -1) {
strHTMLMouseOver += 'Horizontal_Nav_Black_and_SilvermouseOn(\'' + strImgName + '\');';
strHTMLMouseOut += 'Horizontal_Nav_Black_and_SilvermouseOff(\'' + strImgName + '\');';
}


strHTMLMouseOver += 'Horizontal_Nav_Black_and_SilvertextMouseOn(' + textObjName + ');';
strHTMLMouseOut += 'Horizontal_Nav_Black_and_SilvertextMouseOff(' + textObjName + ');';

return 'onMouseOver="' + strHTMLMouseOver + '" onMouseOut="' + strHTMLMouseOut + '"';
}
function Horizontal_Nav_Black_and_SilverisCurrentPage(currentPage) {
var page = new String(window.location);
var size = currentPage.length;
var tildePage = currentPage.substring(0, size - 5 ); 
tildePage += "~"; 
if(page.indexOf(currentPage) != -1 || page.indexOf(tildePage) != -1 ) { 
return true;
} else {
return false;
}
}
function Horizontal_Nav_Black_and_SilvergetHTML(navID, strLinkName, strImg, strLink, nOptionNum, strImgName, bLastOption) {
var nRowIndex = 0;
var nColIndex = 0;
strImgName = strImgName + '_' + navID;

 

nRowIndex = 0;
nColIndex = nOptionNum - 1;


var bIsCurrPage = Horizontal_Nav_Black_and_SilverisCurrentPage(strLink);
if (bIsCurrPage) {

strImg = '/~site/Layout/NavTabs/Square_Tab_Splash_Selected.gif';


strFontColor = '#FFFFFF';

} else {
strFontColor = '#FFFFFF';
}

if (navigator.userAgent.indexOf("IE") != -1) {
return Horizontal_Nav_Black_and_SilvergetIEHTML(strLinkName, strImg, strLink, nOptionNum, nRowIndex, nColIndex, strImgName, strFontColor, bIsCurrPage);
} else {
return Horizontal_Nav_Black_and_SilvergetNSHTML(strLinkName, strImg, strLink, nOptionNum, nRowIndex, nColIndex, strImgName, bLastOption, strFontColor, bIsCurrPage);
}
}
function goToLink(link) { parent.location = link; }
function Horizontal_Nav_Black_and_SilvergetIEHTML(strLinkName, strImg, strLink, nOptionNum, nRowIndex, nColIndex, strImgName, strFontColor, bIsCurrPage) {
var strHTML;
var nLeftPos = 0;
var nTopPos = 0;
var divID = "link_text_" + strImgName;
nTopPos = (-2 * tabHeight * (nOptionNum - 1)) + ((tabHeight + 10) * nRowIndex);
nLeftPos = nColIndex * (tabWidth + 0);
strHTML = '<DIV style="position:relative;top:' + nTopPos + 'px;left:'
+ nLeftPos + 'px;width:' + tabWidth + 'px;height:'+ tabHeight + 'px">';
strHTML += '<A TARGET="_parent" HREF="' + strLink + '" ';
strHTML += Horizontal_Nav_Black_and_SilvergetMouseOverHandler(strImgName, divID, bIsCurrPage);
strHTML += '><IMG SRC="' + strImg + '" NAME="' + strImgName + '" WIDTH=' + tabWidth + ' HEIGHT=' + tabHeight + ' BORDER="0">';
strHTML += '</A>'
strHTML += '<DIV ALIGN="center" style="position:relative;top:-' + tabHeight + 'px;left:0px;width:' + tabWidth + 'px;height:' + tabHeight + 'px;cursor:hand" ' + Horizontal_Nav_Black_and_SilvergetMouseOverHandler(strImgName, divID, bIsCurrPage) + ' onClick=goToLink("' + strLink + '")>';
strHTML += '<IMG SRC="/tp.gif" HEIGHT="' + tabHeight + '" WIDTH="1" ALIGN="absmiddle">';
strHTML += '<FONT FACE=""Arial,Helvetica,adobe-helvetica,Arial Narrow"" SIZE="3">'; 
var strFormattingStart = ''; 
var strFormattingEnd = '';


strFormattingStart += '<B>';
strFormattingEnd += '</B>';

strHTML += '<SPAN ID="' + divID + '" STYLE="color:' + strFontColor + '"';
strHTML += '>' + strFormattingStart + strLinkName + strFormattingEnd + '</SPAN>';
strHTML += "</FONT></DIV></DIV>";
return strHTML;
}
function Horizontal_Nav_Black_and_SilvergetNSHTML(strLinkName, strImg, strLink, nOptionNum, nRowIndex, nColIndex, strImgName, bLastOption, strFontColor, bIsCurrPage) {
var strHTML = '';
if (nOptionNum == 1) {
strHTML += '<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"';

 
var nTblWidth = (tabWidth+0) * 7;

strHTML += ' WIDTH="' + nTblWidth + '"';

strHTML += '>';
}
if (nColIndex == 0) strHTML += '<TR>';
strHTML += '<TD WIDTH="'+ tabWidth + '" HEIGHT="' + tabHeight + '" ALIGN="CENTER" VALIGN="MIDDLE" BACKGROUND="' + strImg + '">';
var strFormattingStart = ''; 
var strFormattingEnd = '';


strFormattingStart += '<B>';
strFormattingEnd += '</B>';

strHTML += '<A TARGET="_parent" HREF="' + strLink + '">';
strHTML += '<FONT COLOR="' + strFontColor + '" FACE=""Arial,Helvetica,adobe-helvetica,Arial Narrow"" SIZE="3">'; 
strHTML += strFormattingStart + strLinkName + strFormattingEnd + '</A></FONT>';
strHTML += '</TD>';


strHTML += '<TD>';
strHTML += '<IMG SRC="/tp.gif" WIDTH="0" HEIGHT="1" BORDER="0" ALT="">';
strHTML += '</TD>';

if (bLastOption) strHTML += "</TR>";


if (bLastOption) strHTML += '</TABLE>';
return strHTML;
}
function Horizontal_Nav_Black_and_SilvernavElement() {
if(typeof Horizontal_Nav_Black_and_Silvercounter == "undefined") {
Horizontal_Nav_Black_and_Silvercounter = 1;
} else {
Horizontal_Nav_Black_and_Silvercounter += 1;
}
var navID = Horizontal_Nav_Black_and_Silvercounter;
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_SilvergetHTML(navID, "Home", "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif", "Index.html", 1, "Horizontal_Nav_Black_and_SilverGRAPHIC1", 0));
document.write(Horizontal_Nav_Black_and_SilvergetHTML(navID, "Links", "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif", "Links_Page.html", 2, "Horizontal_Nav_Black_and_SilverGRAPHIC2", 0));
document.write(Horizontal_Nav_Black_and_SilvergetHTML(navID, "Messages", "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif", "Message_Center.html", 3, "Horizontal_Nav_Black_and_SilverGRAPHIC3", 0));
document.write(Horizontal_Nav_Black_and_SilvergetHTML(navID, "Contact", "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif", "Newsletter.html", 4, "Horizontal_Nav_Black_and_SilverGRAPHIC4", 0));
document.write(Horizontal_Nav_Black_and_SilvergetHTML(navID, "Music", "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif", "Discography.html", 5, "Horizontal_Nav_Black_and_SilverGRAPHIC5", 0));
document.write(Horizontal_Nav_Black_and_SilvergetHTML(navID, "Photos", "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif", "Photo_Gallery.html", 6, "Horizontal_Nav_Black_and_SilverGRAPHIC6", 0));
document.write(Horizontal_Nav_Black_and_SilvergetHTML(navID, "Photos 2", "/~site/Layout/NavTabs/Square_Tab_Splash_Unselected.gif", "Photo_Gallery2.html", 7, "Horizontal_Nav_Black_and_SilverGRAPHIC7", 1));

}
}
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>");
}
}
var Horizontal_Nav_Black_and_Silvercounter;
Horizontal_Nav_Black_and_SilvernavElement();
Horizontal_Nav_Black_and_SilvernetscapeDivCheck();
