// Navbar iamges

button01on = new Image();
button01on.src = "img/navbar/bt01on.gif";
button01off = new Image();
button01off.src = "img/navbar/bt01off.gif";

button02on = new Image();
button02on.src = "img/navbar/bt02on.gif";
button02off = new Image();
button02off.src = "img/navbar/bt02off.gif";

button03on = new Image();
button03on.src = "img/navbar/bt03on.gif";
button03off = new Image();
button03off.src = "img/navbar/bt03off.gif";

button04on = new Image();
button04on.src = "img/navbar/bt04on.gif";
button04off = new Image();
button04off.src = "img/navbar/bt04off.gif";

button05on = new Image();
button05on.src = "img/navbar/bt05on.gif";
button05off = new Image();
button05off.src = "img/navbar/bt05off.gif";


button06on = new Image();
button06on.src = "img/navbar/bt06on.gif";
button06off = new Image();
button06off.src = "img/navbar/bt06off.gif";

button06aon = new Image();
button06aon.src = "img/navbar/apparel-bt06on.gif";
button06aoff = new Image();
button06aoff.src = "img/navbar/apparel-bt06off.gif";

button06bon = new Image();
button06bon.src = "img/navbar/apparel2-bt06on.gif";
button06boff = new Image();
button06boff.src = "img/navbar/apparel2-bt06off.gif";

button06con = new Image();
button06con.src = "img/navbar/mtn-bt06-on.jpg";
button06coff = new Image();
button06coff.src = "img/navbar/mtn-bt06-off.jpg";

button06don = new Image();
button06don.src = "img/navbar/apparel3-bt06on.gif";
button06doff = new Image();
button06doff.src = "img/navbar/apparel3-bt06off.gif";

button07on = new Image();
button07on.src = "img/navbar/apparel-men-on.gif";
button07off = new Image();
button07off.src = "img/navbar/apparel-men-off.gif";

button07aon = new Image();
button07aon.src = "img/navbar/apparel2-men-on.gif";
button07aoff = new Image();
button07aoff.src = "img/navbar/apparel2-men-off.gif";

button08on = new Image();
button08on.src = "img/navbar/apparel-ladies-on.gif";
button08off = new Image();
button08off.src = "img/navbar/apparel-ladies-off.gif";

button08aon = new Image();
button08aon.src = "img/navbar/apparel2-ladies-on.gif";
button08aoff = new Image();
button08aoff.src = "img/navbar/apparel2-ladies-off.gif";

button09on = new Image();
button09on.src = "img/navbar/apparel-boys-on.gif";
button09off = new Image();
button09off.src = "img/navbar/apparel-boys-off.gif";

button09aon = new Image();
button09aon.src = "img/navbar/apparel2-boys-on.gif";
button09aoff = new Image();
button09aoff.src = "img/navbar/apparel2-boys-off.gif";

button10on = new Image();
button10on.src = "img/navbar/apparel-girls-on.gif";
button10off = new Image();
button10off.src = "img/navbar/apparel-girls-off.gif";

button10aon = new Image();
button10aon.src = "img/navbar/apparel2-girls-on.gif";
button10aoff = new Image();
button10aoff.src = "img/navbar/apparel2-girls-off.gif";

botton21on = new Image();
botton21on.src = "img/navbar/pbt01on.gif";
botton21off = new Image();
botton21off.src = "img/navbar/pbt01off.gif";

botton22on = new Image();
botton22on.src = "img/navbar/pbt02on.gif";
botton22off = new Image();
botton22off.src = "img/navbar/pbt02off.gif";

button31on = new Image();
button31on.src = "img/navbar/vbt01on.gif";
button31off = new Image();
button31off.src = "img/navbar/vbt01off.gif";

button32on = new Image();
button32on.src = "img/navbar/vbt02on.gif";
button32off = new Image();
button32off.src = "img/navbar/vbt02off.gif";

button44on = new Image();
button44on.src = "img/navbar/apparel3-outer-on.gif";
button44off = new Image();
button44off.src = "img/navbar/apparel3-outer-off.gif";

button45on = new Image();
button45on.src = "img/navbar/apparel3-swim-on.gif";
button45off = new Image();
button45off.src = "img/navbar/apparel3-swim-off.gif";

button55on = new Image();
button55on.src = "img/navbar/swim-men-on.gif";
button55off = new Image();
button55off.src = "img/navbar/swim-men-off.gif";

button56on = new Image();
button56on.src = "img/navbar/swim-ladies-on.gif";
button56off = new Image();
button56off.src = "img/navbar/swim-ladies-off.gif";

button66on = new Image();
button66on.src = "img/navbar/swim2-men-on.gif";
button66off = new Image();
button66off.src = "img/navbar/swim2-men-off.gif";

button67on = new Image();
button67on.src = "img/navbar/swim2-ladies-on.gif";
button67off = new Image();
button67off.src = "img/navbar/swim2-ladies-off.gif";

function initNavbar() {
if (document.all) {
	navigationBar = document.all
}
	else {
		navigationBar = document
	}
}

function buttonAct(buttonName) {
	navigationBar[buttonName].src = eval(buttonName + "on.src");
}

function buttonInact(buttonName) {
	navigationBar[buttonName].src = eval(buttonName + "off.src");
}

/* Added to open popup for care and other information */

function openPopup(fileO, width, height)
{
	popupWin = window.open(fileO, 'PopupWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height);
	popupWin.focus();
}
