function showPic(pic){
	newwindow = window.open('show_pic.php?pic='+pic,'showPic','top=0, left=0, scrollbars=1,resizable=0');
	newwindow.focus();
}
