// linkeo web call back
function linkfirst_callback(){fenn=window.open('popup/pop.htm','popupcallbacklinkeo','width=400,height=350,top=5,left=5,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=0');fenn.focus();}

// pop up automatique avec les gif
function PopupImage(id) {
	titre="Zoom";
	w=open("",'image','width=500,height=400,toolbar=no,scrollbars=no,resizable=no');
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
	w.document.write("<SCRIPT language=javascript></"+"SCRIPT>");
	w.document.write("<BODY leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href='javascript:window.close();'><IMG src='images_charpentes/"+id+"_g.gif' border=0 alt='Cliquez pour fermer la popup'></a>");
	w.document.write("");
	w.document.write("</BODY></HTML>");
	w.document.close();
}
// pop up automatique avec les jpeg
function PopupImageJpg(id) {
	titre="Zoom";
	w=open("",'image','width=500,height=400,toolbar=no,scrollbars=no,resizable=no');
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
	w.document.write("<SCRIPT language=javascript></"+"SCRIPT>");
	w.document.write("<BODY  leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href='javascript:window.close();'><IMG src='images_charpentes/"+id+"_g.jpg' border=0 alt='Cliquez pour fermer la popup'></a>");
	w.document.write("");
	w.document.write("</BODY></HTML>");
	w.document.close();
}