function popupWindow(name,width,height)
{
	window.open(name + '?location=' + name,'photo','width=' + width + ',height=' + height + ',toolbar=0,scrollbars=0,resizable=0,status')
}