<!--
function menu(a){
	document.getElementById("m"+a).style.backgroundImage = 'url(images/over-boton-menu.jpg)';
	document.getElementById("m"+a).style.backgroundRepeat = 'no-repeat'; 
	document.getElementById("m"+a).style.backgroundColor = '#000000'; 
	document.getElementById("m"+a).style.color = '#FFFFFF'; 
	document.getElementById("m"+a).style.padding = '20px 13px 0 23px'; 
	document.getElementById("m"+a).style.margin = '0 2px 0 2px';		
}

$(document).ready(function(){
  $.preloadCssImages();
  
}); 
//-->