function show(imgname, text, root_position) {
	var scrollY;
	scrollY = document.documentElement.scrollTop;	
	if(scrollY==0)	scrollY = window.document.body.scrollTop;
	poloha_left=(self.screen.width-640)/2;
	poloha_top=scrollY;
	document.getElementById('detailwin').style.display = 'block';
	document.getElementById('detailwin').style.backgroundImage = 'url('+root_position+'userfiles/'+imgname+')';
	document.getElementById('detailwin').style.left = 120+poloha_left+'px';
	document.getElementById('detailwin').style.top = 100+poloha_top+'px';
	document.getElementById('detailwintext').value=text;

}

	function hide() {
	document.getElementById('detailwin').style.display = 'none';  
}


var sponsor=1;
function goBanner() {
  if (sponsor == 1) {
    window.location.href="http://www.euro26.sk";
  }

  if (sponsor == 2) {
    window.location.href="http://www.euro26.sk";
  }

  if (sponsor == 3) {
    window.location.href="http://www.isic.sk";
  }
  
  if (sponsor == 4) {
    window.location.href="http://www.itic.sk";
  }
  if (sponsor == 5) {
    window.location.href="http://www.vszp.sk";
  }
   if (sponsor == 6) {
    window.location.href="http://www.downloadpoi.com/sk/poi_stiahnutie.htm";
  }
   if (sponsor == 7) {
    window.location.href="http://www.ubytovanienaslovensku.eu";
  }
} 

function rotate() {
  if (++sponsor > 7) sponsor=1;
  if (sponsor!=7) {
	  document.getElementById("partneri_link").style.display='none';
	  document.getElementById("partneri").style.display='block';
	  document.getElementById("partneri").style.textAlign='center';
	  document.getElementById("partneri").src="userfiles/partneri/"+sponsor+".gif";
	  }
  if (sponsor==7) {
	  document.getElementById("partneri_link").style.display='block';
	  document.getElementById("partneri").style.display='none';
	  }
  window.setTimeout('rotate();',5000);
  }
  
function ResizeWin(){	
	document.getElementById('index_top').style.width = '200px';
	document.getElementById('index_top').style.styleFloat = 'right';
	document.getElementById('index_top').style.cssFloat = 'right';
	document.getElementById('index_novinky').style.height = '585px';
	document.getElementById('index_novinky').style.width = '585px';
	document.getElementById('index_news').style.height = '560px';
}
