// JavaScript Document

function popupImg(url)
{
	window.open(url,'pic','menubar=no,toolbar=no,resizable=yes');
}
