function openPic(img) {
	window.open(img,'','width=700,height=600,left=10,top=10,toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes');
}