function openImg(img){
	window.open(img,'pic','scrollbars=false, status=false, width=800, height=600');
}
