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