function menu(obj, estilo){obj.style.cursor = 'hand'; obj.className=estilo;}
function menuentra(src) {src.bgColor='#FFFFFF';src.style.cursor='hand';}
function menuentra2(src) {src.bgColor='#cfdeef';src.style.cursor='hand';}
function menuentra3(src) {src.bgColor='#c0d3e9';src.style.cursor='hand';}
function menuentra4(src) {src.bgColor='#f0f5fb';src.style.cursor='hand';}
function menusale(src) 	{src.bgColor='';}