//最新情報
function open_news(){
op1=window.open("./news/index.html","op1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600");
op1.focus();
}
//イベント
function open_dvd(){
op1=window.open("./dvd/index.html","op1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600");
op1.focus();
}
