
function imgAct(imgName) {
	
	imgOn = eval(imgName + "on.src");
    document [imgName].src = imgOn;
    
}


function imgMapAct(imgName, imgRoll) {
	
	imgOn = eval(imgName + "_" + imgRoll + "on.src");
    document [imgName].src = imgOn;
    
}

function imgInact(imgName) {

    imgOff = eval(imgName + "off.src");
    document [imgName].src = imgOff;

}

function imgMapInact(imgName, imgRoll) {

    imgOff = eval(imgName + "_" + imgRoll + "off.src");
    document [imgName].src = imgOff;

}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



if (document.images) {
	
	nav_taleson = new Image;
	nav_taleson.src = "/common/images/home_animation/nav_1_over.gif";
	nav_storieson = new Image;
	nav_storieson.src = "/common/images/home_animation/nav_2_over.gif";
	nav_youthon = new Image;
	nav_youthon.src = "/common/images/home_animation/nav_3_over.gif";
	nav_virtualon = new Image;
	nav_virtualon.src = "/common/images/home_animation/nav_4_over.gif";
	nav_poitrason = new Image;
	nav_poitrason.src = "/common/images/home_animation/nav_5_over.gif";
	
	text_taleson = new Image;
	text_taleson.src = "/common/images/home_animation/text_1_over.gif";
	text_storieson = new Image;
	text_storieson.src = "/common/images/home_animation/text_2_over.gif";
	text_youthon = new Image;
	text_youthon.src = "/common/images/home_animation/text_3_over.gif";
	text_virtualon = new Image;
	text_virtualon.src = "/common/images/home_animation/text_4_over.gif";
	text_poitrason = new Image;
	text_poitrason.src = "/common/images/home_animation/text_5_over.gif";
	
	textf_talesfon = new Image;
	textf_talesfon.src = "/common/images/home_animation/text_1_f_over.gif";
	textf_storiesfon = new Image;
	textf_storiesfon.src = "/common/images/home_animation/text_2_f_over.gif";
	textf_youthfon = new Image;
	textf_youthfon.src = "/common/images/home_animation/text_3_f_over.gif";
	textf_virtualfon = new Image;
	textf_virtualfon.src = "/common/images/home_animation/text_4_f_over.gif";
	textf_poitrasfon = new Image;
	textf_poitrasfon.src = "/common/images/home_animation/text_5_f_over.gif";
	
	navoff = new Image;
	navoff.src = "/common/images/home_animation/nav.gif";
	textoff = new Image;
	textoff.src = "/common/images/home_animation/text.gif";
	textfoff = new Image;
	textfoff.src = "/common/images/home_animation/text_f.gif";
	
}
