function preloadImages() { //v3.0


	var d=document; 
	if(d.images)
	{
		if(!d.MM_p) 
		d.MM_p=new Array();
		
		var i,j=d.MM_p.length,a=preloadImages.arguments; 

		for(i=0; i<a.length; i++)
		if (a[i].indexOf("#")!=0)
		{
			d.MM_p[j]=new Image; 
			d.MM_p[j++].src=a[i];
		}
	}
	
	
}

function sport_menu_desc(image) {
  if (image)
	document.getElementById('des_sport_menu').style.background='url(includes/templates/classic/images/'+image+'.jpg) no-repeat';
  else
	document.getElementById('des_sport_menu').style.background='';
}

preloadImages("includes/templates/classic/images/indicator8.gif",
			  "includes/templates/classic/images/background_l.jpg",
			  "includes/templates/classic/images/background_r.jpg",
			  "includes/templates/classic/images/atletismo_sport.jpg",
			  "includes/templates/classic/images/soccer_sport.jpg",
			  "includes/templates/classic/images/gym_sport.jpg",
			  "includes/templates/classic/images/hockey_sport.jpg",
			  "includes/templates/classic/images/sky_sport.jpg",
			  "includes/templates/classic/images/snowboard_sport.jpg",
			  "includes/templates/classic/images/tennis_sport.jpg",
			  "includes/templates/classic/images/water_sport.jpg",
			  "includes/templates/classic/images/head.jpg",
			  "includes/templates/classic/images/sport_menu_desc_hockey.jpg",
			  "includes/templates/classic/images/sport_menu_desc_racketsport.jpg",
			  "includes/templates/classic/images/sport_menu_desc_running.jpg",
			  "includes/templates/classic/images/sport_menu_desc_voetbal.jpg",
			  "includes/templates/classic/images/sport_menu_desc_watersport.jpg",
			  "includes/templates/classic/images/sport_menu_desc_wintersport.jpg",
			  "includes/templates/classic/images/sport_menu_desc_outdoor_wandelen.jpg",
			  "includes/templates/classic/images/sport_menu_desc_overige_sporten.jpg",
			  "includes/templates/classic/images/logo_navigator_hover.jpg",
			  "includes/templates/classic/images/mm_gunneman_hover.jpg",
			  "includes/templates/classic/images/mm_sports_hover.jpg",
			  "includes/templates/classic/images/mm_onderhoud_hover.jpg",
			  "includes/templates/classic/images/mm_verhuur_hover.jpg",
			  "includes/templates/classic/images/mm_vestigingen_hover.jpg",
			  "includes/templates/classic/images/mm_nieuws_hover.jpg",
			  "includes/templates/classic/images/mm_webshop_hover.jpg",
			  "includes/templates/classic/images/mm_actiepagina_hover.jpg)",
			  "includes/templates/classic/images/mm_contact_hover.jpg",
			  "includes/templates/classic/images/mm_inloggen_hover.jpg",
			  "includes/templates/classic/images/mm_myaccount_hover.jpg",
			  "includes/templates/classic/images/mm_logout_hover.jpg",
			  "includes/templates/classic/images/mm_gunneman_s.jpg",
			  "includes/templates/classic/images/mm_sports_s.jpg",
			  "includes/templates/classic/images/mm_onderhoud_s.jpg",
			  "includes/templates/classic/images/mm_verhuur_s.jpg",
			  "includes/templates/classic/images/mm_vestigingen_s.jpg",
			  "includes/templates/classic/images/mm_nieuws_s.jpg",
			  "includes/templates/classic/images/mm_webshop_s.jpg",
			  "includes/templates/classic/images/mm_actiepagina_s.jpg)",
			  "includes/templates/classic/images/mm_contact_s.jpg",
			  "includes/templates/classic/images/mm_inloggen_s.jpg",
			  "includes/templates/classic/images/mm_myaccount_s.jpg",
			  "includes/templates/classic/images/mm_logout_s.jpg");




function Dinamic_Imagen_Home () {

document.getElementById('image_home').style.background='url('+image_home+') no-repeat';

}