function MM_TeeTimeOpen(lingua)
{

  p_w = 450;
  p_x = (screen.width - p_w) / 2;
  p_h = 450;
  p_y = ((screen.height - 45) - p_h) / 2;
  if (p_y < 0)
  	p_y = 0;
    
  win = window.open("teetime.cfm?lingua=" + lingua, "teetime","toolbar=no,left=" + p_x + ",top=" + p_y + ",width=" + p_w + ",height=" + p_h + ",directories=no,status=no,scrollbars=no,resizable=no,menubar=no,location=no,copyhistory=no");
}