//
function winOpen(theUrl) {
 var w = window.open("popup.asp?img="+theUrl, "wo", "width=50,height=50");
}