function detailWindow(src , height,  width){
	window.open ("image.php?img="+src+"&height="+height+"&width="+width,"google","menubar=no;toolbar=no;statusbar=no");
}

//detailWindow("imgs/novostavba1_big.jpg",640,480);
