function picture(pic) {
	window.open('picture.php?pic='+pic, 'picture', 'height=396,width=375');
}

function picClose() {
	self.close();
}