
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function imgwin(img,w,h) { 
win1=window.open("","win","width="+w+",height="+h);
with(win1.document){
write("<html><head><title>ʐ^</title></head>");
write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
write("<a href='JavaScript:void(0)' onClick='window.close()'><img src='"+img+"' border=0></a>");
write("</body></html>");
close();
}
}
