function openPicture(src)
{
	window.open('picture.php?' + src, 'picture', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=no, resizable=0, width=500, height=500, top=100, left=100');
}
