//----------------（別ウインドウ）---------------

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 setStatus() {setTimeout("setStatus()",1);window.status=" ";}
setStatus();


//----------------（別ウインドウ/噴出し）---------------

function subwin1(){
window.open("http://www.ta-chan.com/cgi-bin/acup-tool/acup-com/senden.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,width=840,height=580,resizable=0'");
}
function subwin2(){
window.open("http://www.ta-chan.com/cgi-bin/acup-tool/acup-com/ohirome.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,width=840,height=580,resizable=0'");
}
function subwin3(){
window.open("http://www.ta-chan.com/cgi-bin/acup-tool/acup-com/ohirome1.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,width=840,height=580,resizable=0'");
}
function subwin4(){
window.open("http://www.ta-chan.com/cgi-bin/acup-tool/acup-com/ohirome2.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,width=840,height=580,resizable=0'");
}
function subwin5(){
window.open("http://www.ta-chan.com/cgi-bin/bbs/nakama_bbs/m-bbs.cgi","window1","toolbar=0,location=0,status=0,scrollbars=1,width=780,height=550,resizable=0'");
}
function subwin6(){
window.open("http://www.ta-chan.com/cgi-bin/yomi-mailer/y_mail.cgi?id=comboy","window1","toolbar=0,location=0,status=0,scrollbars=1,width=720,height=580,resizable=0'");
}


// --------------（ブックマーク）--------------

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function okini(){
	var ver = navigator.appVersion.charAt (0);
	if (navigator.appName == "Microsoft Internet Explorer" && ver >= 4) {
		window.external.AddFavorite('http://www.ta-chan.com/Search/', 'ドットコムの仲間やん相互リンク');
	}
	else{
		alert("Internet Explorer 4 以上のみの対応です");
	}
}

//--------------リンクセレクト--------------------

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";
	}
}
