function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features).focus();
}
//画像ウィンドウを開く
function OpenNew(page) {
    window.open(page, "new","toolbar=1, menubar=1, location=1, scrollbars=1, resize=1");
}

function OpenNewKey(page) {
    ret:null;
}
