function ouvre(page)
{
   hauteur=screen.height-120
window.open(page,"reservations","width=500,height="+hauteur+",top=0,left=0,status=yes,titlebar=no,scrollbars=yes,location=no,address=no,toolbar=no,resizable=yes,menubar=no");
}

