function showPicture (id)
{
	window.open (pictureUrl + '/' + id, 'Picture', 'width=300px,height=300px');
}
