/* 新規ウィンドウ */
function Open_blank(url){
	wf=window.open(url,'new_Blank');
	wf.focus();
}
