  //-----------------------------------------------------------------
  // 関数一覧
  //-----------------------------------------------------------------

 /********************************************************************
  *  function : イメージを読み込んでおく
  *******************************************************************/
image = new Image();
image.src = "http://marienkind.s69.xrea.com/favicon.ico";
	
/********************************************************************
  *  function : ポップアップウィンドウを開く
  *  引数：	theURL						遷移先URL
  *			name						ウィンドウ名
  *			features					ウィンドウスタイル
  *******************************************************************/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

 /********************************************************************
  *  function : ポップアップウィンドウを閉じる
  *******************************************************************/
function CloseWin(){
    window.close();
}


