function picpop(id) {
	var newwin=window.open("showpic.php?pic="+id,"picpop","status=0,toolbar=0,height=299px,width=400px");
	newwin.focus();
}