function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*
<a class="game" href=# onClick=MM_openBrWindow('../game/exodus/index.html','exodus','scrollbars=no,resizable=no,width=640,height=380,left=10,top=30') title="BLG「EXodus」詳細">リンク先</a>

class="game"＜これなんだっけ？
../game/exodus/index.html＜リンク先URL
exodus＜サブウィンドウの名前（いくつかのリンクで同じ名前を設定すると、そのリンクは全てそのブラウザに表示される
scrollbars=no＜スクロールする？
resizable=no＜サブウィンドウは固定？
width=640,height=380＜大きさ
left=10,top=30＜ウィンドウの開く位置

<script Language="JavaScript"><!--
window.open("sub.html","sample","width=320,height=240,scrollbars=no,location=no,menubar=no,left=10,top=30");
// --></script>

NN2やIE3から使用できる 
toolbar =yes | no ツールバー有無 
location =yes | no ロケーションフィールド有無 
directories =yes | no ディレクトリボタン有無 
status =yes | no ステータスバー有無 
menubar =yes | no メニューバー有無 
scrollbars =yes | no スクロールバー有無 
resizable =yes | no リサイズ可不可 
width =ピクセル ウインドウサイズ幅 Min100pxまで 
height =ピクセル ウインドウサイズ高さ Min100pxまで 
NN4やIE4から使用できる 
left =ピクセル ディスプレイleftからのピクセル数 
top =ピクセル ディスプレイtopからのピクセル数 
IE4+のみで使用できる 
fullscreen =yes | no フルスクリーン 
channelmode =yes | no channelモード 
NN4のみで使用できる 
titlebar =yes | no タイトルバー有無 
innerWidth=ピクセル ウインドウの内幅 
innerHeight=ピクセル ウインドウの内高 
outerWidth=ピクセル ウインドウの外幅 
outerHeight=ピクセル ウインドウの外高 
screenX=ピクセル スクリーン上のx座標 
screenY=ピクセル スクリーン上のy座標 
alwaysLowered =yes | no signed 常に下に表示 
alwaysRaised =yes | no signed キャンバスモード(常に手前に表示) 注:Webではかなり迷惑 
dependent =yes | no 親が閉じると子も閉じます 
hotkeys =yes | no 　 
z-lock =yes | no z方向(重なり)の順序を固定する 

*/

//行末まで有効なコメント
/*これで囲まれているところまで有効なコメント*/
