<!--
var bg="ph_name"
var title="写真をクリックしてウインドウを閉じて下さい"
function out(obj){
return (typeof obj !="undefined") }
function ph_to(ph_name, ph_w, ph_h, mes){
function po(){
leftpo=0
uppo=0}
po()
var attribute='width='+ph_w+',height='+ph_h+',resizable=yes,left='+leftpo+',top='+uppo
if (typeof sub=="undefined" || sub.closed)
sub=window.open("","",attribute)
else{
sub.resizeTo(ph_w+12, ph_h+30) }
sub.document.open()
sub.document.write('<html><title>'+title+'</title><body bgcolor="#e9f3e9" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" onBlur="focus()" oncontextmenu="return false;"><a href="javascript:void(0)" onClick="window.close();" onKeypress="this.onclick();"><img src="'+ph_name+'" title="写真をクリックしてウインドウを閉じて下さい" border="0"><font color=#000000><B>'+mes+'</B></font></body></html>')

sub.document.close()
sub.focus() }
//-->

