/*
 *********************************************************************
 * Digital Packet Inc. : 補助ライブラリ集
 * Original-00 2008-04-26 Shouji.Takikawa
 * Revision-01
 *********************************************************************
 */

function fWinOpenTopics(strURL) {
  MM_openBrWindow(strURL,'winTopics','scrollbars=yes,resizable=yes,width=700,height=500');
  return false;
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function getFlashStage(){

  var m,mvname;

  m = location.href.split("?")[1];
  if(m){
    mvname = m.split("=")[1];
  } else {
    mvname = "S1";
  }
  alert(m + " -- " +mvname);

  return mvname;
}

function getURI() {
  return location.href;
}

// End of Lib