function OpenImg(filename,width,height){var address = filename;var text = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html lang="ja"><head><meta http-equiv="content-type" content="text/html; charset=Shift_JIS"><meta http-equiv="content-style-type" content="text/css"><meta http-equiv="content-script-type" content="text/javascript"><title>WaTオフィシャルブログ</title></head><body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0><a href="#" onClick="window.close()" onkeypress="window.close()"><img src="' + address + '" width="'+ width +'" height="' + height + '" style="border-width:0px;margin:0px;padding:0px" alt="Photo" oncontextmenu="return false"></a></body></html>';var win_style = "width=" + width + ",height=" + height + ",menubar=0,status=0,toolbar=0,scrollbars=0,location=0,directories=0";hWin = window.open("","_blank",win_style);window.hWin.document.write(text);}