  document.getElementById("topnoscript").style.display = 'none';
  javachk();

function javachk(){
  htmlsrc  = document.getElementsByTagName('body')[0].innerHTML.toLowerCase();
  if (htmlsrc.indexOf("applet", 0) > 0){
    dspmsg  = "※このページは画像用のJavaコンテンツがあります。";
    document.getElementById('appmsg').innerHTML = dspmsg;
//alert(dspmsg);
  }
}

