// Image preload

if (document.images)
{
  pic1= new Image(220,75); 
  pic1.src="wp-content/themes/brucos/images/posebna_ponuda_button_off.gif"; 

  pic2= new Image(220,75); 
  pic2.src="wp-content/themes/brucos/images/posebna_ponuda_button_on.gif"; 

  pic3= new Image(220,75); 
  pic3.src="wp-content/themes/brucos/images/pitaj_brucos_button_off.gif"; 
  
  pic4= new Image(220,75); 
  pic4.src="wp-content/themes/brucos/images/pitaj_brucos_button_on.gif"; 
  
  pic5= new Image(220,75); 
  pic5.src="wp-content/themes/brucos/images/prijava_newsletter_gumb_off.gif"; 
  
  pic6= new Image(220,75); 
  pic6.src="wp-content/themes/brucos/images/prijava_newsletter_gumb_on.gif"; 
  
  pic7= new Image(220,75); 
  pic7.src="wp-content/themes/brucos/images/postani_brucos_button_off.gif"; 
  
  pic8= new Image(220,75); 
  pic8.src="wp-content/themes/brucos/images/postani_brucos_button_on.gif"; 
  
}
