function wopen1(){ 
	var WO1;
	WO1=window.open("https://www.5012.jp/athoken/ing/siryo.html","WindowOpen1", 
                   "toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=720,height=430");
    WO1.focus()}

function newscreen(w,h){
  var WIN01;
  WIN01 = window.open("","win00","width="+w+",height="+h+",resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes");
  WIN01.focus();
  WIN01.document.close();
}

