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