function agrandir() {
  false;
}

function opennewwindow(page, fenetre, 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='Tunisie Leasing';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,height=10,width=10,left=10, top=10');
	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 bgcolor="#F7F9FB"><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 background="../../images/bg_pop.gif"><img src="../../images/pix.gif" height="6"></td></tr><tr><td class="picture_gr" 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 bgcolor="#FFEF2C"><img src="../../images/pix.gif" height="3"></td></tr><tr><td bgcolor="#FFFFFF"><img src="../../images/pix.gif" height="1"></td></tr><tr><td align="right" class="texte" height="25" background="../../images/bg_recherche.gif"><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 MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);