oncatalogue = new Image();
                      oncatalogue.src = "/websites/tactical/images/b_catalogueHi.gif";
                      offcatalogue = new Image();
                      offcatalogue.src = "/websites/tactical/images/b_catalogue.gif";    
onlogin = new Image();
                      onlogin.src = "/websites/tactical/images/b_loginHi.gif";
                      offlogin = new Image();
                      offlogin.src = "/websites/tactical/images/b_login.gif";    
onnewprod = new Image();
                      onnewprod.src = "/websites/tactical/images/b_newprodHi.gif";
                      offnewprod = new Image();
                      offnewprod.src = "/websites/tactical/images/b_newprod.gif";
onnews = new Image();
                      onnews.src = "/websites/tactical/images/b_newsHi.gif";
                      offnews = new Image();
                      offnews.src = "/websites/tactical/images/b_news.gif";
onhome = new Image();
                      onhome.src = "/websites/tactical/images/b_homeHi.gif";
                      offhome = new Image();
                      offhome.src = "/websites/tactical/images/b_home.gif";
onmedia = new Image();
                      onmedia.src = "/contentimages/b_mediaHi.gif";
                      offmedia = new Image();
                      offmedia.src = "/contentimages/b_media.gif";
oncontact = new Image();
                      oncontact.src = "/websites/tactical/images/b_contactHi.gif";
                      offcontact = new Image();
                      offcontact.src = "/websites/tactical/images/b_contact.gif"; 
onabout = new Image();
                      onabout.src = "/websites/tactical/images/b_aboutHi.gif";
                      offabout = new Image();
                      offabout.src = "/websites/tactical/images/b_about.gif"; 

onquick = new Image();
                      onquick.src = "/websites/tactical/images/b_quickHi.gif";
                      offquick = new Image();
                      offquick.src = "/websites/tactical/images/b_quick.gif";   

ongovreg = new Image();
                      ongovreg.src = "/websites/tactical/images/but_govregHi.gif";
                      offgovreg = new Image();
                      offgovreg.src = "/websites/tactical/images/but_govreg.gif";
ondealerapp = new Image();
                      ondealerapp.src = "/websites/tactical/images/but_dealerappHi.gif";
                      offdealerapp = new Image();
                      offdealerapp.src = "/websites/tactical/images/but_dealerapp.gif";     
onbigcatalogue = new Image();
                      onbigcatalogue.src = "/websites/tactical/images/but_catalogueHi.gif";
                      offbigcatalogue = new Image();
                      offbigcatalogue.src = "/websites/tactical/images/but_catalogue.gif";    
onbigaccount = new Image();
                      onbigaccount.src = "/websites/tactical/images/but_accountHi.gif";
                      offbigaccount = new Image();
                      offbigaccount.src = "/websites/tactical/images/but_account.gif";
onbigdealer = new Image();
                      onbigdealer.src = "/websites/tactical/images/but_dealerHi.gif";
                      offbigdealer = new Image();
                      offbigdealer.src = "/websites/tactical/images/but_dealer.gif";   
                          
                
function itson(imgDocID,imgObjName) {
 document.images[imgDocID].src = eval(imgObjName + ".src");
 }



function showmenu(elmnt) {
document.getElementById(elmnt).style.visibility="visible";
}
function hidemenu(elmnt) {
document.getElementById(elmnt).style.visibility="hidden";
}

function setHilite(elmnt) {
document.getElementById(elmnt).style.background="#b8a795";
}
function removeHilite(elmnt) {
document.getElementById(elmnt).style.background="#e1d6c7";
}
function removesubHilite(elmnt) {
document.getElementById(elmnt).style.background="#efe5d7";
}

   
function showmenu(elmnt) 
{
document.getElementById(elmnt).style.visibility="visible";
}
function hidemenu(elmnt) 
{
document.getElementById(elmnt).style.visibility="hidden";
}

function setHilite(elmnt) 
{
document.getElementById(elmnt).style.background="#F032A0";
}
function removeHilite(elmnt) 
{
document.getElementById(elmnt).style.background="#eda3c8";
}


function thisMovie(movieName) {
    var isIE = navigator.appName.indexOf("Microsoft") != -1;
    return (isIE) ? window[movieName] : document[movieName];
}

function ChangeImage(sSrc) {
	document.images.ProductImage.src = sSrc;
}

function CurrencyFormatted(amount)
{
	var i = parseFloat(amount);
	if(isNaN(i)) { i = 0.00; }
	var minus = '';
	if(i < 0) { minus = '-'; }
	i = Math.abs(i);
	i = parseInt((i + .005) * 100);
	i = i / 100;
	s = new String(i);
	if(s.indexOf('.') < 0) { s += '.00'; }
	if(s.indexOf('.') == (s.length - 2)) { s += '0'; }
	s = minus + s;
	return s;
}



