

if (document.images) {

	nav1on = new Image(); nav1on.src = "http://www.maybellinelovesfashion.com/img/menu_about_1.gif";

	nav2on = new Image(); nav2on.src = "http://www.maybellinelovesfashion.com/img/menu_videos_1.gif";

	nav3on = new Image(); nav3on.src = "http://www.maybellinelovesfashion.com/img/menu_thelook_1.gif";

	nav4on = new Image(); nav4on.src = "http://www.maybellinelovesfashion.com/img/menu_nypulse_1.gif";

	navoff = new Image(); navoff.src = "http://www.maybellinelovesfashion.com/img/menu_main_1.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");

	}

}
