function wopen1(){ 
	var WO1;
	WO1=window.open("http://www.athoken.com/company.html","WindowOpen1", 
                   "toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=720,height=500");
    WO1.focus()}

function wopen2(){ 
	var WO1;
	WO1=window.open("https://www.5012.jp/athoken/sony/siryo.html","WindowOpen5", 
                   "toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=720,height=430");
    WO1.focus()}

function wopen3(){ 
	var WO1;
	WO1=window.open("http://www.hokens.com/hosin_shop.html","WindowOpen1", 
                   "toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=720,height=500");
    WO1.focus()}

function wopen4(){ 
	var WO1;
	WO1=window.open("http://www.hokens.com/privacy.html","WindowOpen1", 
                   "toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=720,height=500");
    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();
        }

var I = 0;
	function tiStart(){
		I=I+1;
		if(I!=1){
		alert('現在処理中です。しばらくお待ち下さい。画面が進まない場合は初めからもう一度やり直してください。');
		return false;
		}else{
		window.open("","shisan_tour","toolbar=no,location=no,directories=no,menubar=no,width=800,height=600,scrollbars=yes,resizable=yes,status=yes",true);
		focus();
		document.X2H.submit();
		setTimeout('I = 0', 15000);
		}
	}
