/****************************************/

function zvetsovani_1(x) {
	p = window.open("big.php?name="+x+"&cesta=img/sw/velke/", "nahled", "scrollbars=0,width=500,height=500,left=150,top=60");
	p.focus();
}

/****************************************/

function zvetsovani_sruby(x,c) {
	p = window.open("big.php?name="+x+"&cesta="+c+"", "nahled", "scrollbars=0,width=500,height=500,left=150,top=60");
	p.focus();
}

/****************************************/

//<a href="javascript:big('nazev-obrazku.jpg','img/rd/honza/velke/')">xxx</a>
