function ShowPic( cURLPicture )
{
	window.open( './ShowPic.php?pic=' + cURLPicture, '', "width=750,height=550,resizable=yes,scrollbars=yes" );
} 

