<!--
function OW3( url, name )  {
  window.close();
  width = 700;
  height = 475;
  options = "scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no";
  var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
}
function OW4( url, name )  {
  window.close();
  width = 650;
  height = 550;
  options = "scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no";
  var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
}
function OWFull( url, name )  {
  window.close();
  width = 920;
  height = 624;
  options = "scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no";
  var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
}
function OWFull2( url, name )  {
  window.close();
  width = 420;
  height = 630;
  options = "scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no";
  var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
}
function cW()  {
 cW = window.close();
}
// -->
