var szukaj = new Image();
szukaj.src = 'themes/szukaj.gif';
var szukaj_over = new Image();
szukaj_over.src = 'themes/szukaj-over.gif';

onload = function() { if(preloadImages){preloadImages();} }
  
function pograniczaURL(nazwa)
{
 if ( nazwa == 'pogranicza' ) { location.href='http://www.pogranicze.sejny.pl'; }
  else 
 if ( nazwa == 'informacje' ) { popup('?s=informacje', false); }
 else
 {
  location.href='?s=' + nazwa;
 }
}
  
function urlIntro(kto)
{
 var link;
 switch(kto){
 case'polish_version':{link='http://www.pogranicze.sejny.pl/?lang=pl';break;}
 case'english_version':{link='http://www.pogranicze.sejny.pl/?lang=eng';break;}
 case'brama':{link='http://www.pogranicze.sejny.pl/?s=flash';break;}
 case'officyna':{link='http://www.pogranicze.sejny.pl/?s=oficyna';break;}
 case'warsztaty':{link='http://www.pogranicze.sejny.pl/?s=warsztaty';break;}
 case'skryptorium':{link='http://www.pogranicze.sejny.pl/?s=skryptorium';break;}
 case'dwor':{link='http://www.pogranicze.sejny.pl/?s=dwor';break;}
 case'miasteczko':{link='http://www.pogranicze.sejny.pl/?s=miasteczko';break;}
 case'kramnice':{link='http://www.pogranicze.sejny.pl/?s=flash';break;}
 case'wieza':{link='http://www.pogranicze.sejny.pl/?s=flash';break;}
 case'austeria':{link='http://www.pogranicze.sejny.pl/?s=flash';break;}
 case'akademia':{link='http://www.pogranicze.sejny.pl/?s=flash';break;}
}
if(link!=''){location.href=link;}
}

function position(width, height)
{
 var left = (screen.width / 2) - (width / 2);
 var top = (screen.height / 2) - (height / 2);
 return 'top=' + top + ', left=' + left;
}

function popup(adres, obrazek, obr_width, obr_height)
{
 if ( !nazwa ) { var nazwa = 'okno'; }

 if ( adres == '?s=informacje' )
 {
  psize = ',width=700,height=600,'+position(700, 600);
 }
  else
 {
  psize=',width=800,height=600,'+position(800, 600);
 } 
 var r = Math.random();
 r = r * 1000;
 r = Math.round(r);
 nazwa = nazwa + r;
 if (obrazek == false) {
  window.open(adres + '&popup=1', nazwa, 'resizable=no,scrollbars=yes,menubar=no' + psize);
 }
  else
 {
  if ( !obr_width || !obr_height )
  {
   img = new Image();
   img.src = adres;
   set_width = img.width + 40;
   set_height = img.height + 35;
  }
   else
  {
   set_width = obr_width + 40;
   set_height = obr_height + 35;
  }
  psize = ',width='+set_width+',height='+set_height+', ' + position(set_width, set_height);
  window.open(adres, nazwa, psize + ',resizable=yes,scrollbars=yes,menubar=no');
 }
}

function newsletterOficyna()
{
 window.open('themes/oficyna/html/newsletter.php', 'newsletter', 'width=250, height=100, resizable=0,scrollbars=no,menubar=no, ' + position(250, 100));
}

function showNewsletter()
{
 window.open('themes/flash/html/newsletter.php', 'news', 'width=250, height=100, resizable=no,scrollbars=yes,menubar=no, ' + position(250,100));
}

function searchCDKP(){
var frm=document.forms['frm_cdkp'];
if(frm){frm.submit();}
}

