<!--
function edit(zdroj) {
	aPopUp = window.open(zdroj,'Detail','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=650,height=580');
}

function enlarge(zdroj, h, w) {
	window.open(zdroj,"okno", "height="+h+", width="+w+", top=0, left=100px, resizable=no, status=no, toolbar=no,location=no, scrollbars=yes");
}

function enlargefajn(zdroj, h, w) {
	window.open(zdroj,"okno", "height="+h+", width="+w+", top=0, left=100px, resizable=no, status=no, toolbar=no,location=no, scrollbars=yes");
}

function detail(id) {
	window.open("./detail.php?id="+id+"", "detail", "width=200px, height=600px, resizable=no, status=no, toolbar=no, location=no, scrollbars=no, copyhistory=no, directories=no, menubar=no");
}
// -->

