if (typeof webPath == "undefined") 
{
  var webPath = "";
}

// JavaScript Document

/*
ROLLOVER CODE BELOW ROLLOVER CODE BELOW
ROLLOVER CODE BELOW ROLLOVER CODE BELOW
ROLLOVER CODE BELOW ROLLOVER CODE BELOW
*/

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (((browserName == "Netscape") && (browserVer >= 3)) || ((browserName =="Microsoft Internet Explorer") && (browserVer >= 4)))
{
version = "ok";
butLeftNav0_on = new Image(223,32);
butLeftNav0_on.src= webPath + "images/LNavMemLink-over.gif";

butLeftNav0_off = new Image(223,32);
butLeftNav0_off.src= webPath + "images/LNavMemLink2.gif";

butLeftNav1_on = new Image(223,32);
butLeftNav1_on.src= webPath + "images/LNavlife-over.gif";

butLeftNav1_off = new Image(223,32);
butLeftNav1_off.src= webPath + "images/LNavlife.gif";

butLeftNav2_on = new Image(223,32);
butLeftNav2_on.src= webPath + "images/LNavLoanApp-over.gif";

butLeftNav2_off = new Image(223,32);
butLeftNav2_off.src= webPath + "images/LNavLoanApp.gif";

butLeftNav3_on = new Image(223,32);
butLeftNav3_on.src= webPath + "images/LNavForms-over.gif";

butLeftNav3_off = new Image(223,32);
butLeftNav3_off.src= webPath + "images/LNavForms.gif";

butLeftNav4_on = new Image(223,30);
butLeftNav4_on.src= webPath + "images/LNavCalc-over.gif";

butLeftNav4_off = new Image(223,30);
butLeftNav4_off.src= webPath + "images/LNavCalc.gif";

butLeftNav5_on = new Image(223,30);
butLeftNav5_on.src= webPath + "images/LNavCalcs-over.gif";

butLeftNav5_off = new Image(223,30);
butLeftNav5_off.src= webPath + "images/LNavCalcs.gif";

butLeftNav6_on = new Image(223,30);
butLeftNav6_on.src= webPath + "images/LNavContact-over.gif";

butLeftNav6_off = new Image(223,30);
butLeftNav6_off.src= webPath + "images/LNavContact.gif";
}
else
version = "x";

function img_act(imgName)
{
if (version == "ok")
{
imgOn = eval(imgName + "_on.src");
document [imgName].src = imgOn;
}
}

function img_inact(imgName)
{
window.status = "";
 if (version == "ok")
{
	imgOff = eval(imgName + "_off.src");
	document [imgName].src = imgOff;
}
}

/*
ROLLOVER CODE ABOVE ROLLOVER CODE ABOVE
ROLLOVER CODE ABOVE ROLLOVER CODE ABOVE
ROLLOVER CODE ABOVE ROLLOVER CODE ABOVE
*/

function topNav()
{
var text = '';

	text += '<br><a href="'+webPath+'ab_privacy.asp" class="bottom"><font color="FFFFFF">Locations &amp; ATMs</a> <font color="FFFFFF">&nbsp;|&nbsp;</font>  <a href="'+webPath+'ab_security.asp" class="bottom"><font color="FFFFFF">Contact Us</a> <font color="FFFFFF">&nbsp;|&nbsp;</font>  <a href='+webPath+'"ab_history.asp" class="bottom"><font color="FFFFFF">Forms</a>  <font color="FFFFFF">&nbsp;|&nbsp;</font>  <a href="'+webPath+'contact_Us.asp" class="bottom"><font color="FFFFFF">Membership</a>  <font color="FFFFFF">&nbsp;|&nbsp;</font>  <a href="'+webPath+'ab_careers.asp" class="bottom"><font color="FFFFFF">About Us</a>  <font color="FFFFFF">&nbsp;|&nbsp;</font>  <a href="'+webPath+'ab_newsoffers.asp" class="bottom"><font color="FFFFFF">Careers</a>';
return (text);
}

function bottomNav()
{
var text = '';

	text += '<br><a href="'+webPath+'ab_privacy.asp" class="bottom">Privacy</a> <font color="FFA826">&nbsp;|&nbsp;</font>  <a href="'+webPath+'ab_security.asp" class="bottom">Security</a> <font color="FFA826">&nbsp;|&nbsp;</font>  <a href='+webPath+'"ab_history.asp" class="bottom">About Us</a>  <font color="FFA826">&nbsp;|&nbsp;</font>  <a href="'+webPath+'contact_Us.asp" class="bottom">Contact Us</a>  <font color="FFA826">&nbsp;|&nbsp;</font>  <a href="http://www.jfcu.org/ab_careers.asp" target="_self" class="bottom">Careers</a> <font color="FFA826">&nbsp;|&nbsp;</font>  <a href="'+webPath+'index.asp" class="bottom">Home</a><br>';
	text += '&#169; 2009 Justice Federal Credit Union<br>';
return (text);
}

// rightMarketing

function rightMarketing()
{
var text = '';

return (text);
}

function leftNav()
{
var text = '';
text += '<a href="https://hb.jfcu.org" onMouseOver="img_act(\'butLeftNav0\'); return true" onMouseOut="img_inact(\'butLeftNav0\');"><img src="'+webPath+'images/LNavMemLink2.gif" name=butLeftNav0 "width="223" height="30"></a><br>';
text += '<a href="'+webPath+'life_navigations.asp" onMouseOver="img_act(\'butLeftNav1\'); return true" onMouseOut="img_inact(\'butLeftNav1\');"><img src="'+webPath+'images/LNavlife.gif" name=butLeftNav1 width="223" height="32"></a><br>';
text += '<a href="'+webPath+'forms_online.asp" onMouseOver="img_act(\'butLeftNav2\'); return true" onMouseOut="img_inact(\'butLeftNav2\');"><img src="'+webPath+'images/LNavLoanApp.gif" name=butLeftNav2 width="223" height="32"></a><br>';
text += '<a href="'+webPath+'forms_formApps.asp" onMouseOver="img_act(\'butLeftNav3\'); return true" onMouseOut="img_inact(\'butLeftNav3\');"><img src="'+webPath+'images/LNavForms.gif" name=butLeftNav3 width="223" height="32"></a><br>';
text += '<a href="'+webPath+'affinity_partners.asp" onMouseOver="img_act(\'butLeftNav4\'); return true" onMouseOut="img_inact(\'butLeftNav4\');"><img src="'+webPath+'images/LNavCalc.gif" name=butLeftNav4 width="223" height="32"></a><br>';
text += '<a href="'+webPath+'calcs_mortgage.asp" onMouseOver="img_act(\'butLeftNav5\'); return true" onMouseOut="img_inact(\'butLeftNav5\');"><img src="'+webPath+'images/LNavCalcs.gif" name=butLeftNav5 width="223" height="30"></a><br>';
text += '<a href="'+webPath+'contact_us.asp" onMouseOver="img_act(\'butLeftNav6\'); return true" onMouseOut="img_inact(\'butLeftNav6\');"><img src="'+webPath+'images/LNavContact.gif" name=butLeftNav6 width="223" height="30"></a><br>';
return (text);
}



