function ShowBasket() {
document.getElementById('basketbox').style.display = "block";
}
function OurAgents() {

  window.open("europa.html", null, "height=550,width=510,status=yes,toolbar=no,menubar=no,location=no");

}
function GoToPage(url) {
  page = document.getElementById('PageNum').value
  window.location=url+","+page+".html";
  
}
function CheckPage(pages) {
  if(document.getElementById('PageNum').value>pages)
    alert("Nie ma takiej strony");
}
function displayWindow(plik, w, h)

   {

   

   if(w>1024) scroll_='yes'; else scroll_='no';

   

   noweOkno = window.open('photo,'+plik+'.html', 'okienko', 'menubar=no, toolbar=no, location=no, scrollbars='+scroll_+', resizable=no, status=no,width='+w+', height='+h)

   }
