/*
Index:Home;LBBio:About Us!;LBPhotos:LB Photos!;LBMusic:LB Music!;LBLinks:LB Links!;
*/
/*
TEXTHIGHLIGHT:#99CCFF;FONTFORMATUNDERLINED:Underlined;FILENAME:Vertical_Ruled_Camel;TEXTMOUSEOVER:#999999;BACKGROUNDHIGHLIGHT:#3333CC;FONTFORMATBOLD:Bold;BORDERCOLOR:#999999;COLOR NAME *:Tan;GRAPHIC:2;NAVNAME:Graphic_Button_Extreme~ne;FONTSTYLE:Comic Sans MS;BACKGROUNDMOUSEOVER:#000066;ORIENTATION:Vertical;STYLENAME:Vertical_Ruled;GRAPHICSTYLE:LINES;NUMPAGES:5;COLOR NAME:Tan;FONTCOLOR:#E2E2E2;FONTSIZE:3;GRAPHICCOLOR:#424E88;VERTICALSPACE:10;BACKGROUNDCOLOR:#000000;HORIZONTALSPACE:10;COLORSCHEME:Camel;
*/

function Graphic_Button_ExtremetextMouseOn(textObj)
{
textObj.style.color="#999999"; 
};
function Graphic_Button_ExtremetextMouseOff(textObj)
{
textObj.style.color="#E2E2E2";
};


function Graphic_Button_ExtremebackgroundMouseOn(tdCell)
{
tdCell.oldBGColor = tdCell.style.backgroundColor;
tdCell.style.backgroundColor = "#000066";
}
function Graphic_Button_ExtremebackgroundMouseOff(tdCell)
{
tdCell.style.backgroundColor = tdCell.oldBGColor;
}

function Graphic_Button_ExtremeisCurrentPage(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_ExtremeGetDisplayNavHTML() {
var strHTML = '';

strHTML += '<TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDERCOLOR=\"#999999\" BORDER=\"1\">';
strHTML += '<TR> <TD>';

strHTML += '<TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDER=\"0\"  BGCOLOR=\"#000000\">';
var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Vertical" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Vertical" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}
 
 
if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';
strHTML += '<TR>';


if(Graphic_Button_ExtremeisCurrentPage('Index.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#3333CC\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ExtremebackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ExtremebackgroundMouseOff(this);\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"Index.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(Graphic_Button_ExtremeisCurrentPage('Index.html')) {
fontColor = 'color:#99CCFF';
} else {
fontColor = 'color:#E2E2E2';

strHTML += ' onMouseOver=\"Graphic_Button_ExtremetextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ExtremetextMouseOff(this);\" ';
	
}	


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\">';


 
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"16\" HEIGHT=\"0\" BORDER=\"0\">';

if (navigator.userAgent.indexOf("IE") == -1) {

if(Graphic_Button_ExtremeisCurrentPage('Index.html')) {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#99CCFF\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#E2E2E2\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + 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>';
 
strHTML += '</TR>';

if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';

strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"2\"  BGCOLOR=\"#424E88\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"2\"></TD></TR>';




var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Vertical" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Vertical" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}
 
 
if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';
strHTML += '<TR>';


if(Graphic_Button_ExtremeisCurrentPage('LBBio.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#3333CC\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ExtremebackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ExtremebackgroundMouseOff(this);\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"LBBio.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(Graphic_Button_ExtremeisCurrentPage('LBBio.html')) {
fontColor = 'color:#99CCFF';
} else {
fontColor = 'color:#E2E2E2';

strHTML += ' onMouseOver=\"Graphic_Button_ExtremetextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ExtremetextMouseOff(this);\" ';
	
}	


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\">';


 
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"16\" HEIGHT=\"0\" BORDER=\"0\">';

if (navigator.userAgent.indexOf("IE") == -1) {

if(Graphic_Button_ExtremeisCurrentPage('LBBio.html')) {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#99CCFF\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#E2E2E2\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + 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>';
 
strHTML += '</TR>';

if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';

strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"2\"  BGCOLOR=\"#424E88\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"2\"></TD></TR>';




var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Vertical" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Vertical" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}
 
 
if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';
strHTML += '<TR>';


if(Graphic_Button_ExtremeisCurrentPage('LBPhotos.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#3333CC\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ExtremebackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ExtremebackgroundMouseOff(this);\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"LBPhotos.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(Graphic_Button_ExtremeisCurrentPage('LBPhotos.html')) {
fontColor = 'color:#99CCFF';
} else {
fontColor = 'color:#E2E2E2';

strHTML += ' onMouseOver=\"Graphic_Button_ExtremetextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ExtremetextMouseOff(this);\" ';
	
}	


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\">';


 
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"16\" HEIGHT=\"0\" BORDER=\"0\">';

if (navigator.userAgent.indexOf("IE") == -1) {

if(Graphic_Button_ExtremeisCurrentPage('LBPhotos.html')) {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#99CCFF\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#E2E2E2\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'LB Photos!' + 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>';
 
strHTML += '</TR>';

if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';

strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"2\"  BGCOLOR=\"#424E88\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"2\"></TD></TR>';




var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Vertical" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Vertical" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}
 
 
if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';
strHTML += '<TR>';


if(Graphic_Button_ExtremeisCurrentPage('LBMusic.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#3333CC\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ExtremebackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ExtremebackgroundMouseOff(this);\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"LBMusic.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(Graphic_Button_ExtremeisCurrentPage('LBMusic.html')) {
fontColor = 'color:#99CCFF';
} else {
fontColor = 'color:#E2E2E2';

strHTML += ' onMouseOver=\"Graphic_Button_ExtremetextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ExtremetextMouseOff(this);\" ';
	
}	


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\">';


 
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"16\" HEIGHT=\"0\" BORDER=\"0\">';

if (navigator.userAgent.indexOf("IE") == -1) {

if(Graphic_Button_ExtremeisCurrentPage('LBMusic.html')) {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#99CCFF\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#E2E2E2\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'LB Music!' + 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>';
 
strHTML += '</TR>';

if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';

strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"2\"  BGCOLOR=\"#424E88\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"2\"></TD></TR>';




var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Vertical" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Vertical" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}
 
 
if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"169\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';
strHTML += '<TR>';


if(Graphic_Button_ExtremeisCurrentPage('LBLinks.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#3333CC\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  onMouseOver=\"Graphic_Button_ExtremebackgroundMouseOn(this);\" onMouseOut=\"Graphic_Button_ExtremebackgroundMouseOff(this);\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"LBLinks.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(Graphic_Button_ExtremeisCurrentPage('LBLinks.html')) {
fontColor = 'color:#99CCFF';
} else {
fontColor = 'color:#E2E2E2';

strHTML += ' onMouseOver=\"Graphic_Button_ExtremetextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"Graphic_Button_ExtremetextMouseOff(this);\" ';
	
}	


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\">';


 
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"16\" HEIGHT=\"0\" BORDER=\"0\">';

if (navigator.userAgent.indexOf("IE") == -1) {

if(Graphic_Button_ExtremeisCurrentPage('LBLinks.html')) {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#99CCFF\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" COLOR=\"#E2E2E2\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\"Comic Sans MS\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'LB Links!' + 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>';
 
strHTML += '</TR>';

if (nLinkGap > 0) strHTML += '<TR><TD WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\"><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nLinkGap + '\" BORDER=\"0\"></TD></TR>';





strHTML += '</TABLE>';

strHTML += '</TD></TR>';
strHTML += '</TABLE>';

return strHTML;
}
function Graphic_Button_ExtremenavElement() {
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_ExtremeGetDisplayNavHTML());
}
}
function Graphic_Button_ExtremenetscapeDivCheck() {
var strAppName = navigator.appName;
var appVer = parseFloat(navigator.appVersion);	
if ( (strAppName == "Netscape")&&
(appVer >= 4.0 && appVer < 5) ) { 
document.write("</DIV>");
}
}
Graphic_Button_ExtremenavElement();
Graphic_Button_ExtremenetscapeDivCheck();
