function nahod(co,kam) {
    document.getElementById(kam).style.backgroundImage = 'url('+co+')';
}
