function showHide(hide) {
    if(!document.getElementById) return;
    var obj = document.getElementById(hide);
    if(obj) {
        if(obj.style.display == "block")
            obj.style.display = "none";
        else obj.style.display = "block";
    }
}

if(document.getElementById) {
    document.write("<style type='text/css'>");
    document.write(".hide { cursor:pointer; ");
    document.write("text-decoration:underline; }");
    document.write(".comment blockquote { display:none; }");
    document.write("</style>");
}



<!--
img= '<img src="‰æ‘œƒAƒhƒŒƒX">';
link= '<a href="ƒŠƒ“ƒNæURL" target="_blank">œœœ</a>';
b= '<b>œœœ</b>';
red= '<span class="hidden_c">œœœ</span>';
linew= '<li>œœœ<img src="http://www.niwagekidan.org/media/img/new.gif"></li>';
lii='<li>œœœ</li>';
pimg= '<img src=http://www.niwagekidan.org/preview/img/nopic.jpg  border=0 align=left style=margin-right:15px;>';
bimg= '<a href="http://www.niwagekidan.org/preview/img/œœœ/01.jpg" rel="lightbox[œœœ]" title="¡¡¡¡">•‘‘äŽÊ^</a>';
bbimg= '<a href="http://www.niwagekidan.org/preview/img/œœœ/02.jpg" rel="lightbox[œœœ]" title="¡¡¡"></a>';
ppimg= '<img src=http://www.niwagekidan.org/next/img/nopic.jpg  border=0 align=left style=margin-right:10px;>';
//-->

