function opengallery(img) {
	window.open(img,'gallery','width=980px,height=550px,top=20px,left=20px,resizable=yes,toolbar=no,scrollbars=yes');
} 

