function popup_gal(img,x,y) {
	window.open('gal_popup.php?img=' + img,img,'width='+(x)+',height='+(y + 20));
}
