function picpop(picture)
{
	
	window.open('_picpopup.php?picture='+picture, '','scrollbars=yes,resizable=yes,width=1024,height=screen.height' ); 
}
