function newPopupWindow(url){
    var winpops=window.open("image-viewer.jsp?image=" + escape(url),"","width=760,height=550")
}
