<!--

  if ( getCookie( "Notice" ) != "done" )
  { 
    var popupstyle;
    var popupurl;
    var popupwindow;
    popupstyle = "left=15, top=15, height=630, width=520, toolbar=no, menubar=no, statusbar=no, scrollbars=no, resizable=yes";
    popupurl = "/popup/pop-up2.html";
    popupwindow = window.open(popupurl,'hsmc',popupstyle);
    popupwindow.opener = self;
  }

 function F_Open(Win_Url, Win_Width, Win_Height)
 {
  var Openpage;
  var OpenURL;
  var OpenStyle;
  OpenStyle = "left=50, top=50, height=" + Win_Height+ ", width=" + Win_Width + ", toolbar=no, menubar=no, statusbar=no, scrollbars=no, resizable=no";
  OpenURL = Win_Url;
  Openpage= window.open(OpenURL ,'Hsmc', OpenStyle);
  Openpage.focus();
}
//-->
