function passamouseon(){ document.getElementById('mb_titulo').style.backgroundColor = '#'; document.getElementById('mb_geral').style.borderColor = '#'; document.getElementById('mb_link').style.color = '#'; } function passamouseout(){ document.getElementById('mb_titulo').style.backgroundColor = '#8b2323'; document.getElementById('mb_geral').style.borderColor = '#8b2323'; document.getElementById('mb_link').style.color = '#ffffff'; } document.write('