

function afficher(url, w, h)
{

window.open (url,'auxi','menubar=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h+',screenX='+w+',screenY='+h+',left=10,top=60')

}


  
  
