	function onalert(linkURL){
		if(confirm("これより先は三菱UFJニコスWEBサイトです。")){
		window.open(linkURL,"_blank" );
		}
	}

