<!--

pub01_on = new Image();
pub01_on.src = "img/press/wwe_t2.jpg";
pub01_off = new Image();
pub01_off.src = "img/press/wwe_t1.jpg";
pub02_on = new Image();
pub02_on.src = "img/press/wwd_a_t2.jpg";
pub02_off = new Image();
pub02_off.src = "img/press/wwd_a_t1.jpg";
pub03_on = new Image();
pub03_on.src = "img/press/ski_t2.jpg";
pub03_off = new Image();
pub03_off.src = "img/press/ski_t1.jpg";
pub04_on = new Image();
pub04_on.src = "img/press/seventeen2_t2.jpg";
pub04_off = new Image();
pub04_off.src = "img/press/seventeen2_t1.jpg";
pub05_on = new Image();
pub05_on.src = "img/press/star_b_t2.jpg";
pub05_off = new Image();
pub05_off.src = "img/press/star_b_t1.jpg";
pub06_on = new Image();
pub06_on.src = "img/press/complex_t2.jpg";
pub06_off = new Image();
pub06_off.src = "img/press/complex_t1.jpg";
pub07_on = new Image();
pub07_on.src = "img/press/people_t2.jpg";
pub07_off = new Image();
pub07_off.src = "img/press/people_t1.jpg";
pub08_on = new Image();
pub08_on.src = "img/press/shermans_t2.jpg";
pub08_off = new Image();
pub08_off.src = "img/press/shermans_t1.jpg";


function initNavbar() {
if (document.all) {
	navigationBar = document.all
}
	else {
		navigationBar = document
	}
}

function bAct(bName) {
	navigationBar[bName].src = eval(bName + "_on.src");
}

function bInact(bName) {
	navigationBar[bName].src = eval(bName + "_off.src");
}

//daughter window scripts
function dWindowPress(index) {
if (index == '01'){
targetPage = "press02_pub01.html";
}
if (index == '02'){
targetPage = "press02_pub02.html";
}
if (index == '03'){
targetPage = "press02_pub03.html";
}
if (index == '04'){
targetPage = "press02_pub04.html";
}
if (index == '05'){
targetPage = "press02_pub05.html";
}
if (index == '06'){
targetPage = "press02_pub06.html";
}
if (index == '07'){
targetPage = "press02_pub07.html";
}
if (index == '08'){
targetPage = "press02_pub08.html";
}
popUp = window.open(targetPage,'popup','width=800,height=700,toolbar=0,menubar=0,location=0,scrollbars=1,resizable=1');
popUp.focus();
}

//-->

