<!--

function dostosuj() {
  if (navigator.appName == 'Netscape') {
        document.getElementById("wydluz").height=screen.availHeight - (window.outerHeight - window.innerHeight) - 160; }
  else {
        document.getElementById("wydluz").height=screen.availHeight - 300; }
}

function over (elem) {
    document.getElementById("td"+elem).style.backgroundImage = "url(Grafika/bt_tlo_over.jpg)";
}

function out (elem) {
    document.getElementById("td"+elem).style.backgroundImage = "url(Grafika/bt_tlo.jpg)";
}

function skok_en (str) {
    document.getElementById("okno_menu").src = "Menu_En/"+str+".html";
    document.getElementById("okno_tekstu").src = "English/"+str+".html";
}

function skok_fr (str) {
    document.getElementById("okno_menu").src = "Menu_Fr/"+str+".html";
    document.getElementById("okno_tekstu").src = "French/"+str+".html";
}

bt1 = new Image();
bt1.src = "Grafika/bt_tlo_over.jpg";

var jest=0;
window.status="Euromontana";

//-->