function redirect(adresa) { 
location.href=adresa; 
}
function on(who,color) { 
document.getElementById(who).style.background = color; 
} 
function off(who,color) { 
document.getElementById(who).style.background = color; 
} 




function image(adresa, id, ext, lang) { 
  window.open('pages/image.asp?img='+adresa+'&id='+id+'&ext='+ext+'&max='+lang,'image','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}


function onn(who) { 
document.getElementById(who).style.background = '#999999'; 
document.getElementById(who).style.color = '#FFFFFF'; 
} 
function offf(who,color) { 
document.getElementById(who).style.background = color;
document.getElementById(who).style.color = '#FFFFFF'; 
			} 
			