function openWin(w_url,w_name,w_statsu) { //サブウィンドウ
	wo = window.open(w_url,w_name,w_statsu);
}

