function PopupPicture(url, x, y)	{
	window.open(url, '', "width=" + x + ",height=" + y + ",toolbar=no,status=no,scrollbars=no,resizable=no");
}
