//
// ------------------------------------------------------- //
// ------------ ポップアップイメージを表示する ----------- //
// ------------------------------------------------------- //
//
// Pop up new magzine index
//
function openWindow1() {
         window.open("http://www.msnet-sq.com/company/message.html","window1","WIDTH=530,HEIGHT=600,resizable");
}

// Jump to Book Title
//
function jumpto(sel) {
  if (sel.options[sel.selectedIndex].value) {
    location.href = sel.options[sel.selectedIndex].value;
  }
}

