
//----------------（別ウインドウ）---------------

function gotobook(book) {
   if (book != "") {
        self.location=book
    }
}

function openWindow() {
window.open("","sabwin",'toolbar=0,location=0,status=1,scrollbars=1,width=600,height=550,resizable=0') ;
}

if (navigator.userAgent.indexOf("Macintosh") != -1) {
  document.write("<BASEFONT SIZE=3>");
} else {
  document.write("<BASEFONT SIZE=2>");
}

//----------------（別ウインドウ/噴出し）---------------

function subwin1(){
window.open("http://www.ta-chan.com/cgi-bin/bbs/senden_bbs/m-bbs.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,width=800,height=550,resizable=0'");
}
function subwin2(){
window.open("http://www.ta-chan.com/cgi-bin/yomi-mailer/y_mail.cgi?id=HP-senden-navi","window1","toolbar=0,location=0,status=1,scrollbars=1,width=600,height=600,resizable=0'");
}
function subwin3(){
window.open("http://www.ta-chan.com/cgi-bin/acup-tool/acup-navi/senden.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,resizable=0'");
}
function subwin4(){
window.open("http://www.ta-chan.com/cgi-bin/acup-tool/acup-navi/ohirome.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,resizable=0'");
}
function subwin5(){
window.open("xxxx","window1","toolbar=0,location=0,status=0,scrollbars=1,width=830,height=540,resizable=0'");
}
function subwin6(){
window.open("http://www.ta-chan.com/Linkdoor/senden_bbs/index.html?","window1","toolbar=0,location=0,status=0,scrollbars=1,width=760,height=600,resizable=0'");
}
function subwin7(){
window.open("http://www.ta-chan.com/cgi-bin/acup-tool/acup-navi/senden-balink.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,width=760,height=600,resizable=0'");
}

//--------------------------------senden-balink.cgi

function setStatus() {setTimeout("setStatus()",1);window.status=" ";}
setStatus();

//--------------リンクセレクト--------------------

function LinkSelect(form, sel) {
    adrs = sel.options[sel.selectedIndex].value;
    if (adrs != "-") {
        top.location.href = adrs;
    }
}


//---------------top_menuリンク表示------------------------

function show(id) {
	if (document.getElementById) {
		var ele = document.getElementById(id);
		ele.style.visibility = (ele.style.visibility == "visible") ? "hidden": "visible";
	}
}
