﻿function LoadPage(web)
{
   newwindow=window.open(web,'euro012');
	 if (window.focus) {newwindow.focus()}
	   return true;
	  
} 

function fadeToMaps()
{
  $(".pix_stadion_ac1").fadeTo("fast",0.15);
  $(".pix_stadion_ac2").fadeTo("fast",0.6);
  $(".pix_stadion_ac1").click(function(){ document.location='index.php?page=dodaj_reklame' });
  $("#logo").click(function(){ document.location='index.php' });
}

$(document).ready(function()
{ 
       fadeToMaps();
});

