function newImage(arg)
{
if (document.images)
{
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
function changeImages()
{
if (document.images && (preloadFlag == true))
{
for (var i=0; i<changeImages.arguments.length; i+=2)
{
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}
}
}
// pomocniczy preloader dla rollover CSS
var preloadFlag = false;
function preloadImages() {
if (document.images) {
back19over = newImage("http://www.zofianieruchomosci.com.pl/images/back19over.gif");
domy12over = newImage("http://www.zofianieruchomosci.com.pl/images/domy12over.gif");
dzialki15over = newImage("http://www.zofianieruchomosci.com.pl/images/dzialki15over.gif");
email1 = newImage("http://www.zofianieruchomosci.com.pl/images/email1.gif");
english1 = newImage("http://www.zofianieruchomosci.com.pl/images/english1.gif");
Excel_blue1 = newImage("http://www.zofianieruchomosci.com.pl/images/Excel_blue1.gif");
form1 = newImage("http://www.zofianieruchomosci.com.pl/images/form1.gif");
home1 = newImage("http://www.zofianieruchomosci.com.pl/images/home1.gif");
kalkulator1 = newImage("http://www.zofianieruchomosci.com.pl/images/kalkulator1.gif");
kontakt16over = newImage("http://www.zofianieruchomosci.com.pl/images/kontakt16over.gif");
kupno1 = newImage("http://www.zofianieruchomosci.com.pl/images/kupno1.gif");
links1 = newImage("http://www.zofianieruchomosci.com.pl/images/links1.gif");
lokale17over = newImage("http://www.zofianieruchomosci.com.pl/images/lokale17over.gif");
mieszkania14over = newImage("http://www.zofianieruchomosci.com.pl/images/mieszkania14over.gif");
newsletter1 = newImage("http://www.zofianieruchomosci.com.pl/images/newsletter1.gif");
ofertaspec1 = newImage("http://www.zofianieruchomosci.com.pl/images/ofertaspec1.gif");
okazje1 = newImage("http://www.zofianieruchomosci.com.pl/images/okazje1.gif");
o_nas1 = newImage("http://www.zofianieruchomosci.com.pl/images/o_nas1.gif");
pensjonaty1 = newImage("http://www.zofianieruchomosci.com.pl/images/pensjonaty1.gif");
return1 = newImage("http://www.zofianieruchomosci.com.pl/images/return1.gif");
rss1 = newImage("http://www.zofianieruchomosci.com.pl/images/rss1.gif");
russian1 = newImage("http://www.zofianieruchomosci.com.pl/images/russian1.gif");
sprzedaz1 = newImage("http://www.zofianieruchomosci.com.pl/images/sprzedaz1.gif");
statystyka1 = newImage("http://www.zofianieruchomosci.com.pl/images/statystyka1.gif");
WinZip_blue1 = newImage("http://www.zofianieruchomosci.com.pl/images/WinZip_blue1.gif");
wynajem1 = newImage("http://www.zofianieruchomosci.com.pl/images/wynajem1.gif");
wyszukiwarka1 = newImage("http://www.zofianieruchomosci.com.pl/images/wyszukiwarka1.gif");
preloadFlag = true;
}
}