// JavaScript Document
function WinM(){
	w=window.open('member/member.html','_blank','scrollbars=yes,width=500,height=400');w.focus();
}
function WinRc(){
	w=window.open('saiyo/saiyo-career.html','_blank','status=yes,scrollbars=yes,width=650,height=680');w.focus();
}
function WinRco(){
	w=window.open('saiyo/saiyo-contract.html','_blank','status=yes,scrollbars=yes,width=650,height=680');w.focus();
}
function WinCu(){
	w=window.open('contact/contact.html','_blank','status=yes,scrollbars=yes,width=650,height=680');w.focus();
}
function Winmap(){
	w=window.open('company/map.html','_blank','status=yes,scrollbars=yes,width=530,height=580,resizable=yes');w.focus();
}
