// アンカー制御 ver.20030128
// Copyright 2003 (c) Takagi.Yukimasa


function jumpNews() {
    top.main.location.href="./news.html";
}
function jumpBookmarks() {
    top.main.location.href="./bookmarks.html";
}
function jumpIntroduction() {
    top.main.location.href="./introduction.html";
}
function jumpGallery1() {
    top.main.location.href="./gallery1.html";
}
function jumpGallery2() {
    top.main.location.href="./gallery2.html";
}
function jumpDiary() {
    window.open("./script/marilynDR.cgi", "MarilynSkyBoard", "width=480, height=480, status=yes, scrollbars=yes, resizable=no, menubar=no, location=no");
}
function jumpBoard() {
    window.open("./script/marilynMX.cgi", "MarilynSkyBoard", "width=480, height=480, status=yes, scrollbars=yes, resizable=no, menubar=no, location=no");
}
function jumpSpec() {
    top.main.location.href="./specification.html";
}
