/************************************************
★別ウィンドウ画面表示
*************************************************/
function f_openWin(url,width){
	window.open(url,"_blank",'\"left=0,top=0,scrollbars=yes,location=no,menubar=no,width='+width+'\"');
};

