function Winopen(theURL,winName,features) {
//alert(theURL);
winName = "blank";
if(theURL == "") theURL = "http://i-hoken.com/common/def.html";
features = "";
  window.open(theURL,winName,features);
}
