
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) {

	h_pppon = new Image;
	h_pppon.src = "/common/images/header/quappelle_ppp_over.gif";
	h_ppp_fon = new Image;
	h_ppp_fon.src = "/common/images/header/quappelle_ppp_over_fr.gif";
	
	topnav_taleson = new Image;
	topnav_taleson.src = "/common/images/buttons/tales_over.gif";
	topnav_storieson = new Image;
	topnav_storieson.src = "/common/images/buttons/fortsan_over.gif";
	topnav_youthon = new Image;
	topnav_youthon.src = "/common/images/buttons/youth_over.gif";
	topnav_virtualon = new Image;
	topnav_virtualon.src = "/common/images/buttons/virtual_over.gif";
	topnav_poitrason = new Image;
	topnav_poitrason.src = "/common/images/buttons/poitras_over.gif";
	
	toptimenav_taleson = new Image;
	toptimenav_taleson.src = "/common/images/buttons/timeline_tales_over.gif";
	toptimenav_storieson = new Image;
	toptimenav_storieson.src = "/common/images/buttons/timeline_fortsan_over.gif";
	toptimenav_youthon = new Image;
	toptimenav_youthon.src = "/common/images/buttons/timeline_youth_over.gif";
	toptimenav_virtualon = new Image;
	toptimenav_virtualon.src = "/common/images/buttons/timeline_virtual_over.gif";
	toptimenav_poitrason = new Image;
	toptimenav_poitrason.src = "/common/images/buttons/timeline_poitras_over.gif";
	
	toptimenav_talesfon = new Image;
	toptimenav_talesfon.src = "/common/images/buttons/timeline_tales_over_fr.gif";
	toptimenav_storiesfon = new Image;
	toptimenav_storiesfon.src = "/common/images/buttons/timeline_fortsan_over_fr.gif";
	toptimenav_youthfon = new Image;
	toptimenav_youthfon.src = "/common/images/buttons/timeline_youth_over_fr.gif";
	toptimenav_virtualfon = new Image;
	toptimenav_virtualfon.src = "/common/images/buttons/timeline_virtual_over_fr.gif";
	toptimenav_poitrasfon = new Image;
	toptimenav_poitrasfon.src = "/common/images/buttons/timeline_poitras_over_fr.gif";
	
	topnav_tales_fon = new Image;
	topnav_tales_fon.src = "/common/images/buttons/tales_over_fr.gif";
	topnav_stories_fon = new Image;
	topnav_stories_fon.src = "/common/images/buttons/fortsan_over_fr.gif";
	topnav_youth_fon = new Image;
	topnav_youth_fon.src = "/common/images/buttons/youth_over_fr.gif";
	topnav_virtual_fon = new Image;
	topnav_virtual_fon.src = "/common/images/buttons/virtual_over_fr.gif";
	topnav_poitras_fon = new Image;
	topnav_poitras_fon.src = "/common/images/buttons/poitras_over_fr.gif";
		
	
	h_pppoff = new Image;
	h_pppoff.src = "/common/images/header/quappelle_ppp.gif";
	
	h_ppp_foff = new Image;
	h_ppp_foff.src = "/common/images/header/quappelle_ppp_fr.gif";
	
	topnavoff = new Image;
	topnavoff.src = "/common/images/buttons/main.gif";
	
	toptimenavoff = new Image;
	toptimenavoff.src = "/common/images/buttons/timeline.gif";
	
	
	topnav_talesoff = new Image;
	topnav_talesoff.src = "/common/images/buttons/tales.gif";
	topnav_storiesoff = new Image;
	topnav_storiesoff.src = "/common/images/buttons/fortsan.gif";
	topnav_youthoff = new Image;
	topnav_youthoff.src = "/common/images/buttons/youth.gif";
	topnav_virtualoff = new Image;
	topnav_virtualoff.src = "/common/images/buttons/virtual.gif";
	topnav_poitrasoff = new Image;
	topnav_poitrasoff.src = "/common/images/buttons/poitras.gif";
	
}