
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}


l = 0; // 表示するx座標
t = 0; // 表示するy座標
function openNews() {
  window.open("pop.html","umoregi_pop",
    "screenX=0,screenY=0,left=0,top=0,width=500,height=480, resizeable=no,scrollbars=yes");
}