function PopupPic(pictureID) {
	window.open("design/popup/popup.php?showImage="+pictureID, "", "resizable=1,height=800,width=600,status=no");
}

