// JavaScript Document

function bigimg(img) {
	window.open('./bigimg.php?foto='+img, 'okno', 'scrollbar=no, resizable=no, status=0, scrolling=no, top=30, left=30, width=100, height=100, dependent=yes');
}
