// JavaScript Document
function toto(param){
$('#menu').css( {background: "url(../imgs/"+param+") 10px -54px no-repeat"}) ;
}
