
function screenshots(url) {
    popupWin = window.open("/screenshot2.asp?image="+url,"screenshot","width=800,height=650,scrollbars=yes");
}
