<!-- 
///////////////////////////////////////////////////
// ウィンドウ No.1.2 Produced by「CLUB とむやん君」
// URL http://www2s.biglobe.ne.jp/~club_tom/
///////////////////////////////////////////////////


function openWi12(fi,na,w,h) {
	window.open(fi,na,"width="+w+",height="+h+",left=5,top=5,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,favorites=no,resizable=no");
}
///////////////////////////////////////////////////
// End -->