function change_over(obr,nazev) {
	//alert(overpath + nazev + ext);
	obr.src= overpath + nazev + ext;
	return false;
}


