
function topWindow(url)
{
popup = window.open("pic.asp?img="+url,"","height=250,width=350,scrollbars=no");
}
