/*メンバーページのイメージ*/
if (document.images) {
   img1 = new Image(); img1.src = "img/nya_member2.jpg";
}
function setImage(img, image) {
   if (img) {
      img.src = image;
   }
}
/*▼各種新規ウィンドウ*/
function blog_blankwin(){
   window.open("http://clubpanya.blog.shinobi.jp/","blankwin","width=1012,height=770,scrollbars,resizable,location,status,");
}
function oekakiwindow(){
   window.open("http://dog.oekakist.com/b_paint/bbsnote.cgi?fc=rev","oekakiwin","width=1012,height=770,scrollbars,resizable,location,status,");
}
function gmswindow(){
   window.open("http://www26.tok2.com/home/isosio/gms_perl_166_1/memberlist.cgi","gmswin","width=1012,height=770,scrollbars,resizable,location,status");
}
function bbswindow(){
   window.open("http://www26.tok2.com/home/isosio/pjload/pjload.cgi","bbswin","width=1012,height=770,scrollbars,resizable,location,status");
}