
function montre(id) {
var d = document.getElementById(id);
if (d) {d.style.display='block';}
}
function cache(id) {
var d = document.getElementById(id);
if  (d) {d.style.display='none';}
}

function styleOn(id) {
var d = document.getElementById(id);
if (d) {d.className='actif';}
}
function styleOff(id) {
var d = document.getElementById(id);
if (d) {d.className='';}
}

function changeImage(s,idImage){ 

	srcBig =  document.getElementById('big_photo').src;
	document.getElementById('big_photo').src = document.getElementById(s).src;
	document.getElementById(s).src = srcBig ;

}

function changeOverImage(image,identifiant)
{
	document.getElementById('overImage'+identifiant).src = image;
}


function MM_Menulink(frm,target){ 
	URL = frm.options[frm.selectedIndex].value
	if (frm.selectedIndex != 0) {
		if (target == "blank") mywindow = window.open(''+URL+'');
		else if (target == "self") document.location = URL;
		else parent.frames[target].location = URL;
	}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function styleOn(id) {
var d = document.getElementById(id);
if (d) {d.className='actif';}
}
function styleOff(id) {
var d = document.getElementById(id);
if (d) {d.className='';}
}


