  var width = 570;
     var height = 630;


var var_posw = (screen.Width - 12 - width) / 2; 
   var var_posv = (screen.Height - 52 - height) / 2; 

function o(title)
{
  var w=window.open(""+(title)+"","",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=570,height=570,left=' + var_posw + ',top=' + var_posv);

  if (navigator.appName.substring(0,8)=="Netscape")
  {
 w.focus();
  }
self.name="scheduleWindow";
}


  var width = 501;
     var height = 206;


var var_posw = (screen.Width - 12 - width) / 2; 
   var var_posv = (screen.Height - 50 - height) / 2; 

function o1(title)
{
  var w=window.open(""+(title)+"","",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width=500,height=210,left=' + var_posw + ',top=' + var_posv);

  if (navigator.appName.substring(0,8)=="Netscape")
  {
 w.focus();
  }
self.name="scheduleWindow";
}


  var width = 600;
     var height = 265;


var var_posw = (screen.Width - 12 - width) / 2; 
   var var_posv = (screen.Height - 50 - height) / 2; 

function o2(title)
{
  var w=window.open(""+(title)+"","",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width=600,height=265,left=' + var_posw + ',top=' + var_posv);

  if (navigator.appName.substring(0,8)=="Netscape")
  {
 w.focus();
  }
self.name="scheduleWindow";
}