function pop_passer_annonce()
{
	strURL = "http://www.anobato.com/annonces/bateaux.php?lien_http=%2Fpa%2Fdefault_pub.asp%3Fnav%3DA%26theme%3D16";
	strName = "passerannonce";
	strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=650,width=635,status=yes";
	
	windowPopupPasserAnnonce = window.open(strURL,strName,strConfig);
}

function pop_photo(strURL)
{
	strName = "voirphoto";
	strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=520,width=680,status=yes";
	
	windowPopupVoirPhoto = window.open(strURL,strName,strConfig);
}