function popupPID(pid)
{
	window.open('/popup.php?pid='+pid,'image','scrollbars=1,resizable=1,width=500,height=400');
}

