function zamen(nazev_obr,novy_obr) {
document.images[nazev_obr].src=novy_obr; }


//detail RD - galerie
function zie(pic, a) {
  document.getElementById('foto-e').src = 'images/'+pic+'.jpg';
  a.className='fotoActiv';
	return false;
}

function zii(pic, a) {
  document.getElementById('foto-i').src = 'images/'+pic+'.jpg';
  a.className='fotoActiv';
	return false;
}


// prubeh vystavby - old
function openJSLWindow(name) {
iMyWidth = (window.screen.width/2) - (250 + 10)
iMyHeight = (window.screen.height/2) - (166 + 25)
Fokus = window.open( name, "nove_okno","height=333,width=500,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
Fokus.focus()
}


//login
function go2() {
self.location.href="_ci/index.php";
}





