function SetIllusPhotographe(ID,nomimage) {
	Content = "<img src='images/icones/"+nomimage+"' />";
       if (document.getElementById)
    {
    	document.getElementById(ID).innerHTML = Content;
	document.getElementById('mosaique').style.display = 'none';
	document.getElementById(ID).style.display = 'block';	
    }
  else if (document.all)
    {
    document.all[ID].innerHTML = Content;
    }
   }

function unset(ID) {
	if (document.getElementById)
    	{
    		document.getElementById(ID).style.display = 'none';
		document.getElementById('mosaique').style.display = 'block';
	
    	}
  	else if (document.all)
    	{
    	document.all[ID].innerHTML = Content;
    	}
}

function openwindow (url, winname, gwidth, gheight) {
	w=open(url, winname, 'width='+gwidth, 'height='+gheight,'toolbar=no,scrollbars=no,resizable=no');
	//alert('w=open('+url+', '+winname+', width='+gwidth+', height='+gheight+',toolbar=no,scrollbars=no,resizable=no);');
}

function PopupImage(img) {
titre=': : : Valérie Martinez - Agent : : :';
w=open("",'image','width=459,height=350,toolbar=no,scrollbars=yes,resizable=yes'); 
 w.document.write("<HTML><HEAD><TITLE>: : : Valérie Martinez - Agent : : :</TITLE></HEAD>");
 w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+25,document.images[0].height+75); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
 w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='images/page_contact.gif' border=0>");
 w.document.write("");
 w.document.write("</BODY></HTML>");
 w.document.close();
}

