function popup(intImageID)
{
	window.open("image.asp?ImageID=" + intImageID, "Popup", "resizable=1,height=512,width=512");
}
