function openPicture ( n, p )
{
	window.open('ImageViewer.aspx?ShowPopup=1&Image=' + p, 'picture' + n.replace(' ',''), 'width=0,height=0,screenX=100,screenY=100,top=100,left=100');void(0);
}
