function ouvre(page)
{
   hauteur=screen.height-90
   window.open(page,"reservations","width=510,height="+hauteur+",top=0,left=0,status=yes,scrollbars=yes,toolbar=no,resizable=yes");
}

