var imagini = new Array();
 function preloader_menu ()
 {   
	 var menu_img = ['http://www.hotel-gl.gr/templates/images/the_hotel.jpg','templates/images/accomodation-speciale.jpg', 'templates/images/servicesBL.jpg', 'templates/images/photo_gallery.jpg', 'templates/images/the_area.jpg', 'templates/images/tipuri-de-camere.jpg', 'http://www.hotel-gl.gr/templates/images/contact.jpg']
     for(i=0; i<menu_img.length; i++)
	 {
	   imagini[i] = new Image();
	   imagini[i].src = menu_img[i];
	}
 }
 
 preloader_menu ();
