function openImg(uri,w,h,pname){
 var PW;
 PW=window.open("",pname,"toolbar=no, location=no, directories=no, status=no,menubar=no, scrollbars=no, resizable=no, width="+w+", height="+h);
 PW.focus();
 PW.document.open();
 PW.document.write("<html><head>");
 PW.document.write("<meta http-equiv='content-script-type' conent='text/javascript'>");
 PW.document.write("<meta http-equiv='content-style-type' conent='text/css'>");
 PW.document.write("<title>"+pname+"<"+"/title><"+"/head>");
 PW.document.write("<body style='margin: 0\; padding: 0\;'><p>");
 PW.document.write("<a href='javascript:window.close();'><img src='"+uri+"' width='"+w+"' height='"+h+"' alt='"+pname+"' border='0'></a>");
 PW.document.write("<br><"+"/p><"+"/body><"+"/html>");
 PW.document.close();
}
function Msg1(){
	status="別ウィインドウで拡大します";
}
function Msg2(){
	status="";
}
