function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features)
}


function goTo(urlTo)
{
	if(urlTo != '')
	{
		window.location.href = urlTo
	}
}

function Photos(nom,largeur,longueur)
{
	w = window.open('','','width='+largeur+',height='+longueur)
	w.document.write('<html><head><title>Acova</title><link href="../css/pop.css" type="text/css" rel="stylesheet" /></head><body onclick="self.close()">'+
	'<p><img src="images/' + nom + '" /></p></body></html>')
}