function pop_picture(path) {

	var height,left;
	width=480;
    height=280;
	window.open("include/popPic.php?path="+path,"", "menubar=no,resizable=no,scrollbars=yes,toolbar=no,status=no,location=no,width="+width+",height="+height+",top=220,left=500");	
}

