//----------------（別ウインドウ/噴出し）---------------

function subwin1(){
window.open("http://www.ta-chan.com/cgi-bin/bbs/tako_bbs/joyful.cgi?","window1","toolbar=0,location=0,status=0,scrollbars=1,width=800,height=600,resizable=0'");
}
function subwin2(){
window.open("http://www.ta-chan.com/ta_ko/bbs.html","window1","toolbar=0,location=0,status=1,scrollbars=1,width=800,height=600,resizable=0'");
}
function subwin3(){
window.open("http://www.ta-chan.com/ta_ko/_bbsinfo.html","window1","toolbar=0,location=0,status=0,scrollbars=1,width=700,height=500,resizable=0'");
}
//------------ブックマーク---------------
function addfav(){
window.external.addfavorite('http://www.ta-chan.com/ta_ko/','優しい、賢い、逞しい女たちの「お多福賛歌」');
}
//----------------（別ウインドウ）---------------
function gotobook(book) {
   if (book != "") {
        self.location=book
    }
}

function openWindow() {
window.open("","sabwin",'toolbar=0,location=0,status=0,scrollbars=1,width=750,height=600,resizable=0') ;
}

if (navigator.userAgent.indexOf("Macintosh") != -1) {
  document.write("<BASEFONT SIZE=3>");
} else {
  document.write("<BASEFONT SIZE=2>");
}

//-----------複数画像のトランジション表示 by「菊池さん」<http://kikuchisan.net/>
if (document.all) {	//イメージのpreload
  imgfile = new Array();
  imgfile[0]=new Image(); imgfile[0].src="./dot-wafuu/001_image/20010_1_1.jpg";
  imgfile[1]=new Image(); imgfile[1].src="./dot-fuukei/003_image/2008_8_15.jpg";
  imgfile[2]=new Image(); imgfile[2].src="./dot-wafuu/001_image/20010_1_1.jpg";
}
var timeID3 = 0, indx = 0;
function Reveal_Trans3(){
  if(document.all) { //IE4以上のとき
    images3.filters.item(0).transition = 23;
    images3.filters.item(0).Apply();
    images3.src = imgfile[indx].src;
    images3.filters.item(0).Play();
    indx++;
    if (indx >= imgfile.length) indx = 0;
    clearTimeout(timeID3);
    timeID3 = setTimeout("Reveal_Trans3()",5000);
  }
}

