var w_pics;
w_pics=new Array(6);

function w_preload(a,b,c,d,e,f){
   w_pics[0]=new Image();
   w_pics[0].src=a;
   w_pics[1]=new Image();
   w_pics[1].src=b;
   w_pics[2]=new Image();
   w_pics[2].src=c;
   w_pics[3]=new Image();
   w_pics[3].src=d;
   w_pics[4]=new Image();
   w_pics[4].src=e;
   w_pics[5]=new Image();
   w_pics[5].src=f;
}

function w_on(name,num){
   document.images[name].src=w_pics[num].src;
}

function w_off(name,num){
   document.images[name].src=w_pics[num].src; 
}


w_preload("/pic/weather/Ukraine.gif", "/pic/weather/Ukraine1.gif", "/pic/weather/Ukraine2.gif", "/pic/weather/Ukraine3.gif", "/pic/weather/Ukraine4.gif", "/pic/weather/Ukraine5.gif");
