
BBHomeon = new Image(126, 20);
BBHomeon.src = "images/BBHomeMO.gif"; 
BBHomeoff = new Image(126, 20);
BBHomeoff.src = "images/BBHome.gif";

BBTGon = new Image(126, 20);
BBTGon.src = "images/BBTGMO.gif"; 
BBTGoff = new Image(126, 20);
BBTGoff.src = "images/BBTG.gif";

BBCalcon = new Image(126, 20);
BBCalcon.src = "images/BBCalcMO.gif"; 
BBCalcoff = new Image(126, 20);
BBCalcoff.src = "images/BBCalc.gif";

BBPubon = new Image(126, 20);
BBPubon.src = "images/BBPubMO.gif"; 
BBPuboff = new Image(126, 20);
BBPuboff.src = "images/BBPub.gif";

BBTFon = new Image(126, 20);
BBTFon.src = "images/BBTFMO.gif"; 
BBTFoff = new Image(126, 20);
BBTFoff.src = "images/BBTF.gif";

BBSton = new Image(126, 20);
BBSton.src = "images/BBStMO.gif"; 
BBStoff = new Image(126, 20);
BBStoff.src = "images/BBSt.gif";

BBELFon = new Image(126, 20);
BBELFon.src = "images/BBELFMO.gif"; 
BBELFoff = new Image(126, 20);
BBELFoff.src = "images/BBELF.gif";

BBNLon = new Image(126, 20);
BBNLon.src = "images/BBNLMO.gif"; 
BBNLoff = new Image(126, 20);
BBNLoff.src = "images/BBNL.gif";

BBTopon = new Image(126, 20);
BBTopon.src = "images/BBTopMO.gif"; 
BBTopoff = new Image(126, 20);
BBTopoff.src = "images/BBTop.gif";

BBHelpon = new Image(126, 20);
BBHelpon.src = "images/BBHelpMO.gif"; 
BBHelpoff = new Image(126, 20);
BBHelpoff.src = "images/BBHelp.gif";

BBBeginon = new Image(126, 20);
BBBeginon.src = "images/BBBeginMO.gif"; 
BBBeginoff = new Image(126, 20);
BBBeginoff.src = "images/BBBegin.gif";

BB2004on = new Image(126, 20);
BB2004on.src = "images/BB2004MO.gif"; 
BB2004off = new Image(126, 20);
BB2004off.src = "images/BB2004.gif";

BBCtnon = new Image(126, 20);
BBCtnon.src = "images/BBCtnMO.gif"; 
BBCtnoff = new Image(126, 20);
BBCtnoff.src = "images/BBCtn.gif";

BBgsnon = new Image(151, 26);
BBgsnon.src = "images/BBgsnMO.gif"; 
BBgsnoff = new Image(151, 26);
BBgsnoff.src = "images/BBgsn.gif";


// FUNCTIONS
function
img_act(imgName) {
imgon = eval(imgName + "on.src");
document [imgName].src = imgon;
}
function
img_inact(imgName) {
imgoff = eval(imgName + "off.src");
document [imgName].src = imgoff;
}
// END HIDING FROM OLDER BROWSERS --></script>



function popitup(url)
{
	newwindow=window.open(url,'name','height=500,width=500,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}

