function checksize(wi,he)  { 
	if (document.images[0].complete) {  
		window.resizeTo(document.images[0].width+10,document.images[0].height+95); 
		window.focus(); } 
	else { 
	setTimeout('check()',250) 
	} 
}
function eclate(img) {
	titre="Photo-Resasite";
	w=open("",'image','scrollbars=yes,resizable=yes,location=no,menubar=no,status=no,toolbar=no,width=500,height=500,max-height=600,left='+window.screen.width/4+',top='+window.screen.height/4+'');	
	w.document.write("<TITLE>"+titre+"</TITLE>");
	w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+30,document.images[0].height+250); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
	w.document.write("<BODY  onload='checksize()' onblur=\"window.close();\" leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");
	w.document.write("");
	w.document.write("</BODY>"); 
	w.document.close();
	}
function VuDiv(theDiv,cur) {
	if (document.getElementById) { 
		document.getElementById("video").style.display = 'none';
		document.getElementById("detail").style.display = 'none';	
		document.getElementById("notice").style.display = 'none';
		document.getElementById("piece").style.display = 'none';	
		document.getElementById("option").style.display = 'none';
		document.getElementById("comple").style.display = 'none';
		document.getElementById("tuning").style.display = 'none';
		document.getElementById(theDiv).style.display = 'block';
		}
	}
