
   
     var weather = new Array();
   
  weather["belsk"] = new Array("12471", "Belsk");
weather["bialystok"] = new Array("12295", "Bialystok");
weather["brwinow"] = new Array("12365", "Brwinow");
weather["chojnice"] = new Array("12235", "Chojnice");
weather["gdansk"] = new Array("12140", "Gdansk");
weather["gdn"] = new Array("12150", "Gdansk Airport");
weather["gdynia"] = new Array("12145", "Gdynia");
weather["goleniow"] = new Array("12206", "Goleniow");
weather["gorzow_wielkopolski"] = new Array("12300", "Gorzow Wlkp");
weather["hel"] = new Array("12135", "Hel");
weather["jelenia_gora"] = new Array("12500", "Jelenia Gora");
weather["kalisz"] = new Array("12435", "Kalisz");
weather["kasprowy_wierch"] = new Array("12650", "Kasprowy Wierch");
weather["katowice"] = new Array("12560", "Katowice");
weather["ketrzyn"] = new Array("12185", "Ketrzyn");
weather["kielce"] = new Array("12570", "Kielce");
weather["klodzko"] = new Array("12520", "Klodzko");
weather["kolobrzeg"] = new Array("12100", "Kolobrzeg");
weather["koszalin"] = new Array("12105", "Koszalin");
weather["krakow"] = new Array("12566", "Krakow");
weather["leba"] = new Array("12120", "Leba");
weather["legionowo"] = new Array("12374", "Legionowo");
weather["lodz"] = new Array("12465", "Lodz");
weather["lublin"] = new Array("12495", "Lublin");
weather["mlawa"] = new Array("12270", "Mlawa");
weather["plock"] = new Array("12360", "Plock");
weather["poznan"] = new Array("12330", "Poznan");
weather["przemysl"] = new Array("12695", "Przemysl");
weather["pyrzowice"] = new Array("12555", "Pyrzowice");
weather["raciborz"] = new Array("12540", "Raciborz");
weather["rzeszow"] = new Array("12580", "Rzeszow");
weather["siedlce"] = new Array("12385", "Siedlce");
weather["slubice"] = new Array("12310", "Slubice");
weather["jeleniogorski"] = new Array("12510", "Śnieżka");
weather["suwalki"] = new Array("12195", "Suwalki");
weather["szczecin"] = new Array("12205", "Szczecin");
weather["tarnow"] = new Array("12575", "Tarnow");
weather["terespol"] = new Array("12399", "Terespol");
weather["torun"] = new Array("12250", "Torun");
weather["warszawa"] = new Array("12375", "Warszawa");
weather["warszawa_bielany"] = new Array("12372", "");
weather["wroclaw"] = new Array("12424", "Wroclaw");
weather["zakopane"] = new Array("12625", "Zakopane");
weather["zamosc"] = new Array("12595", "Zamosc");
weather["zielona_gora"] = new Array("12400", "Zielona Gora");

   

   function WeatherWin(url) {
     myWin= open(url, "WeatherWindow", "width=725,height=450,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,left=50,top=100");
   }
   
  

   function weathermap(language,station,banner_unit) {
    document.all.weatherImg.src='http://banners.wunderground.com/weathersticker/' + banner_unit + '/language/' + language + '/global/stations/' + station + '.gif';
document.all.weatherUrl.href='http://' + language + '.wunderground.com/global/stations/' + station + '.html';
   }
  
function infobox(language,station,banner_unit) {
document.write('<a target="_blank" href="http://' + language + '.wunderground.com/global/stations/' + station + '.html"><img src="http://banners.wunderground.com/weathersticker/' + banner_unit + '/language/' + language + '/global/stations/' + station + '.gif" height="108" width="144" border="0"></img></a>');
 } 
function big(language,station,banner_unit) {
document.write('<a target="_blank" href="http://' + language + '.wunderground.com/global/stations/' + station + '.html"><img src="http://banners.wunderground.com/weathersticker/' + banner_unit + '/language/' + language + '/global/stations/' + station + '.gif" height="60" width="468" border="0"></img></a>');
 } 
function gizmo(language,station,banner_unit) {
document.write('<a target="_blank" href="http://' + language + '.wunderground.com/global/stations/' + station + '.html"><img src="http://banners.wunderground.com/weathersticker/' + banner_unit + '/language/' + language + '/global/stations/' + station + '.gif" height="41" width="127" border="0"></img></a>');
 } 
function bigtemp(language,station,banner_unit) {
document.write('<a target="_blank" href="http://' + language + '.wunderground.com/global/stations/' + station + '.html"><img src="http://banners.wunderground.com/weathersticker/' + banner_unit + '/language/' + language + '/global/stations/' + station + '.gif" height="94" width="185" border="0"></img></a>');
 } 
function smalltemp(language,station,banner_unit) {
document.write('<a target="_blank" href="http://' + language + '.wunderground.com/global/stations/' + station + '.html"><img src="http://banners.wunderground.com/weathersticker/' + banner_unit + '/language/' + language + '/global/stations/' + station + '.gif" height="28" width="53" border="0"></img></a>');
 } 
function sunandmoon(language,station,banner_unit) {
document.write('<a target="_blank" href="http://' + language + '.wunderground.com/global/stations/' + station + '.html"><img src="http://banners.wunderground.com/weathersticker/' + banner_unit + '/language/' + language + '/global/stations/' + station + '.gif" height="150" width="256" border="0"></img></a>');
 } 
