/*
horsetheftindex:Home;stolenhorse:Stolen;Recoverytips:Recovery Tip;Flyertips:Flyer Tips;miraclecalledidaho:Our Story;embossedidaho:News Story;slaughterinformation:Slaughter;
*/
/*
TEXTHIGHLIGHT:None;FILENAME:Default_Style;FONTFORMATBOLD:Bold;TEXTMOUSEOVER:#FF0033;BACKGROUNDHIGHLIGHT:None;BORDERCOLOR:None;COLOR NAME *:Black;GRAPHIC:none;NAVNAME:prevention~ne;FONTSTYLE:Times New Roman,adobe-times,Times;BACKGROUNDMOUSEOVER:None;ORIENTATION:Vertical;STYLENAME:Default;GRAPHICSTYLE:NONE;NUMPAGES:7;FONTCOLOR:#000066;FONTSIZE:3;GRAPHICCOLOR:none;BACKGROUNDCOLOR:None;COLORSCHEME:Style;
*/

function preventiontextMouseOn(textObj)
{
textObj.style.color="#FF0033"; 
};
function preventiontextMouseOff(textObj)
{
textObj.style.color="#000066";
};


function preventionisCurrentPage(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 preventionGetDisplayNavHTML() {
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( "[GRAPHICSTYLE]" != "ACCENT_LEFT"
&& !( "[GRAPHICSTYLE]" == "LINES" && "Vertical" == "Vertical" )
&& !( "[GRAPHICSTYLE]" == "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>';


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';

strHTML += '<A TARGET=\"_parent\" HREF=\"horsetheftindex.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"preventiontextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"preventiontextMouseOff(this);\" ';
	
fontColor = 'color:#000066';


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) {

strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" COLOR=\"#000066\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" 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>';





var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "[GRAPHICSTYLE]" != "ACCENT_LEFT"
&& !( "[GRAPHICSTYLE]" == "LINES" && "Vertical" == "Vertical" )
&& !( "[GRAPHICSTYLE]" == "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>';


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';

strHTML += '<A TARGET=\"_parent\" HREF=\"stolenhorse.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"preventiontextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"preventiontextMouseOff(this);\" ';
	
fontColor = 'color:#000066';


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) {

strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" COLOR=\"#000066\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'Stolen' + 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>';





var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "[GRAPHICSTYLE]" != "ACCENT_LEFT"
&& !( "[GRAPHICSTYLE]" == "LINES" && "Vertical" == "Vertical" )
&& !( "[GRAPHICSTYLE]" == "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>';


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';

strHTML += '<A TARGET=\"_parent\" HREF=\"Recoverytips.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"preventiontextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"preventiontextMouseOff(this);\" ';
	
fontColor = 'color:#000066';


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) {

strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" COLOR=\"#000066\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'Recovery Tip' + 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>';





var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "[GRAPHICSTYLE]" != "ACCENT_LEFT"
&& !( "[GRAPHICSTYLE]" == "LINES" && "Vertical" == "Vertical" )
&& !( "[GRAPHICSTYLE]" == "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>';


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';

strHTML += '<A TARGET=\"_parent\" HREF=\"Flyertips.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"preventiontextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"preventiontextMouseOff(this);\" ';
	
fontColor = 'color:#000066';


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) {

strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" COLOR=\"#000066\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'Flyer Tips' + 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>';





var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "[GRAPHICSTYLE]" != "ACCENT_LEFT"
&& !( "[GRAPHICSTYLE]" == "LINES" && "Vertical" == "Vertical" )
&& !( "[GRAPHICSTYLE]" == "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>';


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';

strHTML += '<A TARGET=\"_parent\" HREF=\"miraclecalledidaho.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"preventiontextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"preventiontextMouseOff(this);\" ';
	
fontColor = 'color:#000066';


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) {

strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" COLOR=\"#000066\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'Our Story' + 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>';





var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "[GRAPHICSTYLE]" != "ACCENT_LEFT"
&& !( "[GRAPHICSTYLE]" == "LINES" && "Vertical" == "Vertical" )
&& !( "[GRAPHICSTYLE]" == "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>';


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';

strHTML += '<A TARGET=\"_parent\" HREF=\"embossedidaho.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"preventiontextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"preventiontextMouseOff(this);\" ';
	
fontColor = 'color:#000066';


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) {

strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" COLOR=\"#000066\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'News Story' + 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>';





var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 10;
var nHorizontalLinkGapInCell = 10;




var strTextAlignment = '';
if( "[GRAPHICSTYLE]" != "ACCENT_LEFT"
&& !( "[GRAPHICSTYLE]" == "LINES" && "Vertical" == "Vertical" )
&& !( "[GRAPHICSTYLE]" == "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>';


strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';

strHTML += '<A TARGET=\"_parent\" HREF=\"slaughterinformation.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';


strHTML += ' onMouseOver=\"preventiontextMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"preventiontextMouseOff(this);\" ';
	
fontColor = 'color:#000066';


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) {

strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" COLOR=\"#000066\" SIZE=\"3\">';
	
} else {
strHTML += '<FONT FACE=\"Times New Roman,adobe-times,Times\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'Slaughter' + 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>';

return strHTML;
}
function preventionnavElement() {
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(preventionGetDisplayNavHTML());
}
}
function preventionnetscapeDivCheck() {
var strAppName = navigator.appName;
var appVer = parseFloat(navigator.appVersion);	
if ( (strAppName == "Netscape")&&
(appVer >= 4.0 && appVer < 5) ) { 
document.write("</DIV>");
}
}
preventionnavElement();
preventionnetscapeDivCheck();
