		function js_fotogalerie2(cid, w, h) {			
			w = w + 50;
			h = h + 150;			
			new_win = window.open("fotogalerie2.php?cid="+cid,"fotobanka_vyber","toolbar=no,scrollbars=no,resizable=yes,width="+w+",height="+h);			
			new_win.focus();						
		}
