function win(id,sirka,vyska){
	window.open('detail.php?'+id,"foto" + id, 'toolbar=0,location=0,scrollbars=0,width=' + sirka + ',height=' + vyska + ',resizable=1, scrollbars=yes, menubar=yes');
}
function okno(cesta,sirka,vyska){
	window.open(cesta + '.html',"foto" + cesta, 'toolbar=0,location=0,scrollbars=0,width=' + sirka + ',height=' + vyska + ',resizable=0');
}
function okno_ol(cesta,sirka,vyska){
	window.open('obrs/prodejny/' + cesta + '.html',"foto" + cesta, 'toolbar=0,location=0,scrollbars=0,width=' + sirka + ',height=' + vyska + ',resizable=0');
}

