
function zoomClient(uid,width,height){
window.open("photo-client.php?id="+uid, "photo", "width="+width+",height="+height+"menubar=no,scrollbars=no,resizable=yes");
}

function zoomPartenaire(uid,width,height){
window.open("photo-partenaire.php?id="+uid, "photo", "width="+width+",height="+height+"menubar=no,scrollbars=no,resizable=yes");
}
