function agrandir() {
  false;
}

function opennewwindow(page, hauteur, largeur) {
options='height='+hauteur+',width='+largeur+',left=2, top=2,toolbar=no,scrollbars=yes';
newWindow=window.open(page, '_blank',options); 
}

function affichemaxi(chemin,couleur)
	{
	Imageslim = new Image;
	Imageslim.src = chemin;
	titre='MSF';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,height=10,width=10,left=1000, top=1000');
	html = '<HTML><HEAD><TITLE>'+titre+'</TITLE><link href="../../styles/styles.css" rel="stylesheet" type="text/css"></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0 background="../../images/bg_home.gif"><table width="100%" height="100%" cellspacing=0 cellpadding=0><tr><td align="center" valign="middle">';
	html =html+'<table border=0 cellspacing=0 cellpadding=0 align=center><tr><td class="picture" bgcolor="#FFFFFF"><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+60,document.imageTest.height+100);window.moveTo(100,100);"></td></tr>';
	html=html+'<tr><td><table width="100%" cellspacing=0 cellpadding=0><tr><td background="../../images/bg_barre.gif"><img src="../images/pix.gif" width="1" height="11"></td></tr><tr><td align="right" class="txt" height="20"  bgcolor="#FFFFFF"><a href="#" onClick="javascript:window.close()"><img src="../../images/fermer.gif" hspace="4" border="0"></a></td></tr></table></td></tr>';
	html=html+'</table></td></tr></table>';
	html=html+'</BODY></HTML>';
	
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close();
	}
	
function Media(id, media)
{
	if (document.getElementById) {
document.getElementById(id).innerHTML = media;
	}
}
