function cw(){
		document.write('<a href="javascript:window.close()">この画面を閉じる</a>');
}
function mb(id){
		url = 'index.cgi?mode=m&id='+id;
  	window.open(url,'','width=620,height=370');
}