//
//
function pop(graphic, w, h)
{
screenshot=window.open("","_blank","width="+w+",height="+h);
screenshot.focus();
screenshot.document.write("<html><head><META HTTP-EQUIV='expires' CONTENT='0'><title>Screenshot of PowerDIFF</title></head><body bgcolor=black topmargin=0 leftmargin=0 border=0><img src='"+graphic+"' onClick='javascript:window.close();'></body></html>");
}
;



