var imagini = new Array();
 function preloader_menu ()
 {   
	 var menu_img = ['http://localhost/templates/images/qui_som.gif','http://localhost/templates/images/feines-speciale.jpg', 'http://localhost/templates/images/grups.jpg', 'http://localhost/templates/images/empreses.jpg', 'http://localhost/templates/images/galerie-foto.gif', 'http://localhost/templates/images/tipuri-de-equipaments.jpg', 'http://localhost/templates/images/contacte.jpg']
     for(i=0; i<menu_img.length; i++)
	 {
	   imagini[i] = new Image();
	   imagini[i].src = menu_img[i];
	}
 }
 
 preloader_menu ();