<!---


//ロールオーバー
function RollOver (obj,val) {
	obj.src = val;
} 



//別ウィンドウ
function AOpen(WO){

	NewWin=window.open("","MWindow","toolbar=no,location=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,width=650,height=500");
	NewWin.location.href=WO;
}

function BOpen(WO){

	NewWin=window.open("","NWindow","toolbar=no,location=yes,directories=no,status=yes,scrollbars=yes,resizable=yes,width=650,height=500");
	NewWin.location.href=WO;
}
//--->