<!--//this script opens a new browser window.
    function NewWindow(mypage, myname, w, h, scroll) {
        var winl = (screen.width - w) / 2;
        var wint = (screen.height - h) / 2;
        winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable=false,status=false'
        win = window.open(mypage, myname, winprops)
        if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
    }
//-->

function showHide(inID) {
     if (document.getElementById(inID).style.display == 'none') {
          document.getElementById(inID).style.display = 'block';
     } else {
          document.getElementById(inID).style.display = 'none';
     }
}

function mNS(items){
	document.getElementById('sub'+items).style.visibility='visible';
	document.getElementById('href'+items).className='hactive';	
}

function mNH(items){
	document.getElementById('sub'+items).style.visibility='hidden';
	document.getElementById('href'+items).className='';	
}


  <!-- //KURA :) 

  Rollimage = new Array()

  Rollimage[0]= new Image(502,363)
  Rollimage[0].src = "slovenije/s0.gif"
  
  Rollimage[1]= new Image(502,363)
  Rollimage[1].src = "slovenije/s1.gif"
   
  Rollimage[2]= new Image(502,363)
  Rollimage[2].src = "slovenije/s2.gif"
  
  Rollimage[3]= new Image(502,363)
  Rollimage[3].src = "slovenije/s3.gif"
  
  Rollimage[4]= new Image(502,363)
  Rollimage[4].src = "slovenije/s4.gif"
  
  Rollimage[5]= new Image(502,363)
  Rollimage[5].src = "slovenije/s5.gif"
  
  Rollimage[6]= new Image(502,363)
  Rollimage[6].src = "slovenije/s6.gif"
  
  Rollimage[8]= new Image(502,363)
  Rollimage[8].src = "slovenije/s8.gif"
  
  Rollimage[9]= new Image(502,363)
  Rollimage[9].src = "slovenije/s9.gif"


  function Swap1(){
    document.slovenija.src = Rollimage[1].src;
    return true;
  }
  
  function Swap2(){
    document.slovenija.src = Rollimage[2].src;
    return true;
  }
  
  function Swap3(){
    document.slovenija.src = Rollimage[3].src;
    return true;
  }
  
  function Swap4(){
    document.slovenija.src = Rollimage[4].src;
    return true;
  }
  
  function Swap5(){
    document.slovenija.src = Rollimage[5].src;
    return true;
  }
  
  function Swap6(){
    document.slovenija.src = Rollimage[6].src;
    return true;
  }
  
  function Swap8(){
    document.slovenija.src = Rollimage[8].src;
    return true;
  }
  
  function Swap9(){
    document.slovenija.src = Rollimage[9].src;
    return true;
  }

  function Swap0(){
    document.slovenija.src = Rollimage[0].src; 
    return true;
  }

// - stop hiding          --> 

<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

function change1(picture) {
document.theimg1.src = picture
}
function change2(picture) {
document.theimg2.src = picture
}
function change3(picture) {
document.theimg3.src = picture
}
function change4(picture) {
document.theimg4.src = picture
}
function change4(picture) {
document.theimg4.src = picture
}
function change5(picture) {
document.theimg5.src = picture
}

//-->
