function fiche(id){
url = 'http://rencontre-contact.love.easyrencontre.com/u_inscription.php?lang=fr_fr&id='+id;
winwidth = screen.availWidth - 10;
winheight = screen.availHeight - 30;
window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}
