function logoover()
{logor.src='web/firmalogo2.gif'}
function logoout()
{logor.src='web/firmalogo1.gif'}
document.write("<A class=m1 Href='mailto:wmax@ua.fm'><img id='logor' src='web/firmalogo1.gif'");
document.write("onmouseout='logoout()'");
document.write("onmouseover='logoover()'");
document.write("width=240 height=24 border=0></A>");