function vrsn_splash() {
  tbar = "location=yes,status=yes,resizable=yes,scrollbars=yes,width=560,height=500";
  var sw = window.open('https://sealinfo.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.WINS-DOCTOR.COM&lang=ja','VRSN_Splash',tbar);
  if(sw) {
   sw.focus();
   sopener=sw;
 }
}
