function openWin(url,width,height,winname){
hWin = window.open('',winname,'width=800,height=600,scrollbars=yes,resizable');
hWin.document.open();
hWin.document.writeln("<html><head><title>gʐ^</title>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-12405405-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head><body onload='focus();' bgcolor='#000000'>");
hWin.document.writeln("<div align=center>");
hWin.document.writeln("<img src=" + url + ">"); 
hWin.document.writeln("<br><form><input type='button' name='tes' value='' onclick='window.close()'></form>");
hWin.document.writeln("</div>");
hWin.document.writeln("</body></html>");
hWin.window.resizeTo(width + 110,height + 110);
hWin.document.close();
return false;
}
