var root='http://localhost/30molongest/cv/';//30molongest.cicv.fr/';
var tx_zoom=3.39;
var margeL=110;
var margeH=110;

function Appel_Zoom()
{	CG_zoom(this.alt,this.src,this.width,this.height);
}
function Statut_on()
{	if (document.layers)	window.status='CLIQUER POUR AGRANDIR L\'IMAGE DANS UNE NOUVELLE FENĘTRE';
	else	window.status=this.alt.toUpperCase()+ ' (agrandir l\'image dans une nouvelle fenętre)';		
}
function Statut_off()
{	window.status='';	
}
function CG_zoom(alt_img,url_img,larg,haut)
{	
	if (document.layers)	var Htable='96%';
	else var Htable='100%';
	var largFen=Math.round(larg*tx_zoom)+margeL;
	var hautFen=Math.round(haut*tx_zoom)+margeH;
	var posY=(screen.availHeight-(hautFen+25))/2;
	var posX=(screen.availWidth-(largFen+2))/2;
	var zoom_url=url_img.replace(/petit/,'grand');
	var nom_fenetre='f'+Math.round(Math.random()*1000);
	var param='resizable,screenX='+posX+',screenY='+posY+',left='+posX+',top='+posY+',width='+largFen+',height='+hautFen;
	var fenetre=window.open('',nom_fenetre,param);
	with (fenetre.document)
	{	write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>'+alt_img+' &copy\; C&eacute\;line Moulys 2003</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><META HTTP-EQUIV="imagetoolbar" CONTENT="no">');
		write('<style type="text/css">#bodyzoom{background-color:black;margin:0}#fondzoom{z-index:1}#imagezoom{z-index:2}.legende{color:darkgray;text-align:right;font-size:0.6667em}BODY{font-family:Arial,sans-serif;}TD{font-family: Arial,sans-serif}.Adresse{font-weight:700;color:#687E95;font-size:0.6667em}.absolu{left:0px;top:0px;position:absolute;visibility:visible;width:100%;height:100%}a:link,a:visited{color:#687E95;text-decoration:none;}a:active,a:hover{color:#F8B117;text-decoration:none;}</style>');
		write('</head><body id="bodyzoom">');
		write('<div id="fondzoom" class="absolu"><TABLE cellpadding="'+(margeL/2)+'" width="100%" height="100%" border="0"><TR><TD align="center" class="Adresse" valign="middle">La photo agrandie n\'appara&icirc;tra qu\'apr&egrave;s le chargement complet des vignettes. Ensuite, cliquez dessus pour fermer la fenętre.</TR></TD></TABLE></div>');
		write('<div id="imagezoom" class="absolu"><TABLE width="100%" height="'+Htable+'" border="0" cellspacing="0" cellpadding="5"><TR><TD  align="center" valign="middle">');
		write('<BR><a href="javascript:window.close()"><img border="0" alt="Fermer la fenętre"  width="'+Math.round((larg*tx_zoom))+'" height="'+Math.round((haut*tx_zoom))+'" src="');
		write(zoom_url+'">');
		write('</a></TD></TR><TR><TD class="legende">'+alt_img+' <a title="Envoyer un courriel" href="mailto:ce.lys@libertysurf.fr?Subject=A propos de votre photo : '+alt_img+'">&copy\; C&eacute\;line Moulys');
		write('</TD></TR></TABLE></div><scr');
		write('ipt src="copyright.js"></scr');
		write('ipt></body></html>');
	}
	if (navigator.appName.lastIndexOf("Microsoft")==0) fenetre.document.location.reload();
	fenetre.focus();
}