browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

versionfinal = 1;
if (versionfinal == 1) {

	menu1on = new Image();
	menu1on.src = '../img_france/fr_reg_1.gif';
	menu2on = new Image();
	menu2on.src = '../img_france/fr_reg_2.gif';
	menu3on = new Image();
	menu3on.src = '../img_france/fr_reg_3.gif';
	menu4on = new Image();
	menu4on.src = '../img_france/fr_reg_4.gif';
	menu5on = new Image();
	menu5on.src = '../img_france/fr_reg_5.gif';
	menu6on = new Image();
	menu6on.src = '../img_france/fr_reg_6.gif';
	menu7on = new Image();
	menu7on.src = '../img_france/fr_reg_7.gif';
	menu8on = new Image();
	menu8on.src = '../img_france/fr_reg_8.gif';
	menu9on = new Image();
	menu9on.src = '../img_france/fr_reg_9.gif';
	menu10on = new Image();
	menu10on.src = '../img_france/fr_reg_10.gif';
	menu11on = new Image();
	menu11on.src = '../img_france/fr_reg_11.gif';
	menu12on = new Image();
	menu12on.src = '../img_france/fr_reg_12.gif';
	menu13on = new Image();
	menu13on.src = '../img_france/fr_reg_13.gif';
	menu14on = new Image();
	menu14on.src = '../img_france/fr_reg_14.gif';
	menu15on = new Image();
	menu15on.src = '../img_france/fr_reg_15.gif';
	menu16on = new Image();
	menu16on.src = '../img_france/fr_reg_16.gif';
	menu17on = new Image();
	menu17on.src = '../img_france/fr_reg_17.gif';
	menu18on = new Image();
	menu18on.src = '../img_france/fr_reg_18.gif';
	menu19on = new Image();
	menu19on.src = '../img_france/fr_reg_19.gif';
	menu20on = new Image();
	menu20on.src = '../img_france/fr_reg_20.gif';
	menu21on = new Image();
	menu21on.src = '../img_france/fr_reg_21.gif';
	menu22on = new Image();
	menu22on.src = '../img_france/fr_reg_22.gif';
	menu23on = new Image();
	menu23on.src = '../img_france/fr_reg_23.gif';


	menuAon = new Image();
	menuAon.src = "../img_france/carte_region.gif";


	menuZoff = new Image();
	menuZoff.src = "../img_france/carte_france.gif";
}


function img_act(imgName) {
	if (versionfinal == 1) {
		imgOn = eval(imgName + "on.src");
		document ["menuZ"].src = imgOn;
	}
}


function img_inact(imgName) {
	if (versionfinal == 1) {
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}
}

