<!--

pub01_on = new Image();
pub01_on.src = "img/press/wwd_b_t2.jpg";
pub01_off = new Image();
pub01_off.src = "img/press/wwd_b_t1.jpg";
pub02_on = new Image();
pub02_on.src = "img/press/instyle_t2.jpg";
pub02_off = new Image();
pub02_off.src = "img/press/instyle_t1.jpg";
pub03_on = new Image();
pub03_on.src = "img/press/rray_t2.jpg";
pub03_off = new Image();
pub03_off.src = "img/press/rray_t1.jpg";
pub04_on = new Image();
pub04_on.src = "img/press/us_t2.jpg";
pub04_off = new Image();
pub04_off.src = "img/press/us_t1.jpg";
pub05_on = new Image();
pub05_on.src = "img/press/bhomes_t2.jpg";
pub05_off = new Image();
pub05_off.src = "img/press/bhomes_t1.jpg";
pub06_on = new Image();
pub06_on.src = "img/press/mensfit_t2.jpg";
pub06_off = new Image();
pub06_off.src = "img/press/mensfit_t1.jpg";
pub07_on = new Image();
pub07_on.src = "img/press/latimes02.gif";
pub07_off = new Image();
pub07_off.src = "img/press/latimes01.jpg";
pub08_on = new Image();
pub08_on.src = "img/press/nbc_t2.jpg";
pub08_off = new Image();
pub08_off.src = "img/press/nbc_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 = "press_pub01.html";
}
if (index == '02'){
targetPage = "press_pub02.html";
}
if (index == '03'){
targetPage = "press_pub03.html";
}
if (index == '04'){
targetPage = "press_pub04.html";
}
if (index == '05'){
targetPage = "press_pub05.html";
}
if (index == '06'){
targetPage = "press_pub06.html";
}
if (index == '07'){
targetPage = "press_pub07.html";
}
if (index == '08'){
targetPage = "http://video.wnbc.com/player/?id=159750";
}
popUp = window.open(targetPage,'popup','width=800,height=700,toolbar=0,menubar=0,location=0,scrollbars=1,resizable=1');
popUp.focus();
}

//-->
