﻿function openprov(s) {
  if (navigator.appName.indexOf('Microsoft') > -1) {
    var popup=window.open(s,'pre','toolber=0,location=0,directories=0,status=0,scrollbars=0,resizable=1,width=780,height=550');
  } else {
    alert("恐れ入りますが、Internet Explorerでご覧ください。");
  }
}

