<!--
function PopupImage(img, titre)
	{
	w=open("",'image','width=1,height=1,toolbar=no,scrollbars=no,resizable=no');	
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
	w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+12,document.images[0].height+80); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' name=image border=0><P align='center' style='font: 10px verdana, Arial, sans-serif;color: #000000'><A href='#' style='color: #7b1c16;text-decoration:none;font-weight: bold;' onclick='javascript:window.close();'><B>Fermer la fenêtre</B></A>");
	w.document.write("");
	w.document.write("</BODY></HTML>");
	w.document.close();
}
// -->

<!--

function openComposants1Window(){
window.open('','Composants1','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=340,height=250');
newwin.focus ();
}

// -->

<!--

function openMinerauxWindow(){
window.open('','Mineraux','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=340,height=320');
newwin.focus ();
}

// -->

<!--

function openAminoacidesWindow(){
window.open('','Aminoacides','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=340,height=320');
newwin.focus ();
}

// -->

<!--

function openVitaminesWindow(){
window.open('','Vitamines','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=340,height=165');
newwin.focus ();
}

// -->
