function lienexterne(image, largeur, hauteur){window.open(image,'','width='+largeur+',height='+hauteur+',resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');}
function liennosize(image, largeur, hauteur){window.open(image,'','width='+largeur+',height='+hauteur+',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');}

function imprimer(){window.print();}
function fermefenetre(){window.close();}
function bulle(){
f = window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=160,height=173");
f.document.write('<IMG SRC="../pic/plmbrume.jpg">');
}

function afficheVignette(cheminVignette,cheminMaxi)
	{
	document.write('</FONT><A HREF="javascript:afficheMaxi(\''+cheminMaxi+'\')"><IMG SRC="'+cheminVignette+'" HSPACE=10 VSPACE=0 BORDER=0 ALT="Zoom +"></A><BR><FONT SIZE=2>');
	}
function afficheMaxi(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	html = '<HTML><HEAD><TITLE>MOROP</TITLE><SCRIPT language="JavaScript" SRC="script/media.js"></SCRIPT></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><A HREF="javascript:fermefenetre()"><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+14,document.imageTest.height+32)" ALT="CLIC=Fermer fenêtre - Fenster abschliessen"></A></CENTER></BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	}