function OpenPicturePopup(bildname, altText, width, height)
{
var popup = window.open("about:blank","_blank","width="+width+",height="+height+",resizable=0,scrollbars=0, dependent=yes");
popup.document.write("
Takeda Ryu Seibukan");
popup.document.write('');
popup.document.write("
");
popup.document.write("");
}
function OpenPopup(path, width, height)
{
window.open(path,"_blank","width="+width+",height="+height+",resizable=0,scrollbars=0, dependent=yes");
}