

function openRez(base_dir, id)
{
  openWindow('rez' + id, base_dir + 'reservation/?id=' + id, 550,550); 
}