<!---




//別ウィンドウ
function AOpen(WO){
	NewWin=window.open("","MWindow","menubar=no,toolbar=no,location=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,width=600,height=640");
	NewWin.location.href=WO;
	NewWin.focus();
}

function BOpen(WO){

	NewWin=window.open("","MWindow","menubar=no,toolbar=no,location=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,width=600,height=560");
	NewWin.location.href=WO;
	NewWin.focus();
}







//--->
