
function rolon(a) {
a.src=eval("'/img/'+a.id+'on.gif'")
}

function roloff(a){
a.src=eval("'/img/'+a.id+'off.gif'")
        }

function color(id) {
	var bottomMenu = document.getElementById('s'+id);
document.getElementById('s'+id).style.backgroundColor='#F4B200'
}


function decolor(id){
document.getElementById('s'+id).style.backgroundColor='#8D8D8D'
           }

function colora(id) {
document.getElementById('a'+id).style.backgroundColor='#F4B200'
}


function decolora(id){
document.getElementById('a'+id).style.backgroundColor='#8D8D8D'
           }

function lor(a){
        a.style.color='#ffffff'
        document.getElementById('o'+a.id.charAt(1)).style.backgroundColor='#F4B200'
        a.style.backgroundColor='#8D8D8D'
        }



function delor(a){
        a.style.color='#000000'
        document.getElementById('o'+a.id.charAt(1)).style.backgroundColor='#B9C6D4'
        a.style.backgroundColor='#CCD7E3'
        }

function ped(a){
        a.style.backgroundImage="url(/img/0.gif)"
        a.style.color='#545454'
        }

function deped(a){
        a.style.backgroundImage="url(/img/1.gif)"
        a.style.color='#656565'
        }

        

        

function hide_all(id,a) {
		document.all[id].style.visibility='hidden';
        a.style.textDecoration='none'
document.getElementById('s'+a.id.charAt(1)).style.backgroundColor='#8D8D8D'
a.style.backgroundImage="url(/img/2.gif)"
    a.style.color='#656565'

		}

function show_all(id,a) {
		document.all[id].style.visibility='visible';
	     a.style.color='#000000'
         a.style.textDecoration='underline'
document.getElementById('s'+a.id.charAt(1)).style.backgroundColor='#F4B200'
a.style.backgroundImage="url(/img/0.gif)"
		}
function hide(id) {
		document.all[id].style.visibility='hidden';
		}
function show(id) {
		document.all[id].style.visibility='visible';
		}


function showdela (id) {
document.getElementById(id).style.display='block';
}

function hidedela (id) {
document.getElementById(id).style.display='none';
}


