
if (document.images) {
	nav1on = new Image(); nav1on.src = "http://maybellinelovesfashion.com/img/menu_about_4.gif";
	nav2on = new Image(); nav2on.src = "http://maybellinelovesfashion.com/img/menu_videos_4.gif";
	nav3on = new Image(); nav3on.src = "http://maybellinelovesfashion.com/img/menu_thelook_4.gif";
	nav4on = new Image(); nav4on.src = "http://maybellinelovesfashion.com/img/menu_nypulse_4.gif";
	navoff = new Image(); navoff.src = "http://maybellinelovesfashion.com/img/menu_main_4.gif";
}

function rollOn(img1){
	if (document.images) {
		document.navs.src=eval(img1 + "on.src");
	}
}

function rollOff(){
    window.status = "";	
	if (document.images) {
		document.navs.src=navoff.src;
	}
}

function rollShow(img1){
    window.status = "";	
	if (document.images) {
		document.navs.src=eval(img1 + "on.src");
	}
}