// JavaScript Document
function popup(imgpath)
{

void window.open("popup.asp?path="+imgpath,"POPUP","height=300,width=500")

}