// JavaScript Document vlozeni change foto 24.12.2009

function changeIMG(id){

var objectIMG = document.getElementById('img_srm');	
objectIMG.style.display='none';
objectIMG.src="./foto/"+id;
objectIMG.style.display='';
}
// banner flash
function bannerflash(){

document.getElementById("banner-flash").style.display = 'none';
}

