<!--

pub01_on = new Image();
pub01_on.src = "img/press/gq_t2.jpg";
pub01_off = new Image();
pub01_off.src = "img/press/gq_t1.jpg";
pub02_on = new Image();
pub02_on.src = "img/press/today_t2.jpg";
pub02_off = new Image();
pub02_off.src = "img/press/today_t2.jpg";
pub03_on = new Image();
pub03_on.src = "img/press/lifestyle_t2.jpg";
pub03_off = new Image();
pub03_off.src = "img/press/lifestyle_t1.jpg";
pub04_on = new Image();
pub04_on.src = "img/press/self_t2.jpg";
pub04_off = new Image();
pub04_off.src = "img/press/self_t1.jpg";
pub05_on = new Image();
pub05_on.src = "img/press/maxim_t2.jpg";
pub05_off = new Image();
pub05_off.src = "img/press/maxim_t1.jpg";
pub06_on = new Image();
pub06_on.src = "img/press/gq_b_t2.jpg";
pub06_off = new Image();
pub06_off.src = "img/press/gq_b_t1.jpg";
pub07_on = new Image();
pub07_on.src = "img/press/today_t2.jpg";
pub07_off = new Image();
pub07_off.src = "img/press/today_t2.jpg";
pub08_on = new Image();
pub08_on.src = "img/press/instyle_b_t2.jpg";
pub08_off = new Image();
pub08_off.src = "img/press/instyle_b_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 = "press04_pub01.html";
}
if (index == '02'){
targetPage = "http://video.msn.com/?mkt=en-us&brand=msnbc&fg=rss&vid=a749c4f1-91ee-40ea-980a-a6974ff3cb08&from=05";
}
if (index == '03'){
targetPage = "press04_pub02.html";
}
if (index == '04'){
targetPage = "press04_pub04.html";
}
if (index == '05'){
targetPage = "press04_pub05.html";
}
if (index == '06'){
targetPage = "press04_pub06.html";
}
if (index == '07'){
targetPage = "http://video.msn.com/v/us/msnbc.htm?f=00&g=ccfde5d1-8b02-4448-a8ff-0234dfc34d46&p=hotvideo_m_edpicks&t=m5&rf=http://www.msnbc.msn.com/id/16691134/&fg=";
}
if (index == '08'){
targetPage = "press04_pub08.html";
}
popUp = window.open(targetPage,'popup','width=800,height=700,toolbar=0,menubar=0,location=0,scrollbars=1,resizable=1');
popUp.focus();
}
//-->

