// JavaScript Document

<!--
function podrob(i) {
 p = window.open("img/velke/"+i, "nahled", "scrollbars=0,width=500,height=500,left=150,top=60");
 p.focus();

}

function mapa(i) {
	p = window.open("img/velke/"+i, "nahled", "width=591,height=471,left=150,top=60");
	p.focus();
}

//-->

