var w = screen.availWidth;
var h = screen.availHeight;

function win_Cmp(){
	if ((navigator.platform.indexOf("Mac") != -1) && ((_agent.indexOf('msie ') != -1))) {
		}else{
  		window.open("","cmypage","toolbar=no,directories=no,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=850,height=650");
		}
	document.cmy.action = "https://cmypage.kuronekoyamato.co.jp/portal/login";
	document.cmy.target = "cmypage";
	document.cmy.submit();
	if ((navigator.platform.indexOf("Mac") != -1) && ((_agent.indexOf('msie ') != -1))) {
		}else{
		document.cmy.id.value = "";
		document.cmy.passwd.value = "";
		}
	return false;
}


function win_Toi(){
	if (navigator.platform.indexOf("Mac") != -1)  {
		}else{
 		window.open("","toiawase","toolbar=no,directories=no,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=780,height=560");
		}
	document.toi.action = "http://link.kuronekoyamato.co.jp/link/send/receive/lneko";
	document.toi.target = "toiawase";
	document.toi.number01.value = document.toi.n01.value;
	document.toi.submit();
	if (navigator.platform.indexOf("Mac") != -1)  {
	}else{
		document.toi.n01.value = "";
	}
		return false;
}

function win_Toi2(){
	if (navigator.platform.indexOf("Mac") != -1)  {
		}else{
 		window.open("","toiawase","toolbar=no,directories=no,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=780,height=560");
		}
	document.toi2.action = "http://link.kuronekoyamato.co.jp/link/send/receive/lneko";
	document.toi2.target = "toiawase";
	document.toi2.number01.value = document.toi2.n02.value;
	document.toi2.submit();
	if (navigator.platform.indexOf("Mac") != -1)  {
	}else{
		document.toi2.n02.value = "";
	}
		return false;
}

function win_Ryo2(){
    if (navigator.platform.indexOf("Mac") != -1)  {
    }else{
        //850*650から1024*768に変更
        window.open("","date","toolbar=no,directories=no,location=yes,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=1024,height=768");
    }

    if (document.ryo2.SERVICE[0].checked) {
        document.ryo2.action = "http://date.kuronekoyamato.co.jp/date/Kantan?SERID=TK&ACTID=HP";
    }else if (document.ryo2.SERVICE[1].checked) {
        document.ryo2.action = "http://date.kuronekoyamato.co.jp/date/Kantan?SERID=CT&ACTID=HP";
    }else if (document.ryo2.SERVICE[2].checked) {
        document.ryo2.action = "http://date.kuronekoyamato.co.jp/date/Kantan?SERID=LT&ACTID=HP";
    }

    document.ryo2.target = "date";
    document.ryo2.submit();

    if (navigator.platform.indexOf("Mac") != -1) {
    }else{
        //Submit前に値が削除されてしまうため、setTimeout文を付加
        //(スレッド起動なので遅い = Submit前に消えない)
        setTimeout("document.ryo2.SERVICE[0].checked = true", 0);
        setTimeout("document.ryo2.PARA_HATSU_CHIIKI.selectedIndex = 0", 0);
        setTimeout("document.ryo2.PARA_CHAKU_CHIIKI.selectedIndex = 0", 0);
    }
    return false;
}

