function info_logomailClick(lang){
    window.open("http://maps.google.com/maps?f=q&source=s_q&hl=" + lang + "&geocode=&q=carlos+chagas,+480+cidade+universitaria&sll=-22.824961,-47.060323&sspn=0.024722,0.038624&ie=UTF8&z=16&iwloc=addr");
    document.body.style.cursor = 'default';
}

function info_logomailOver(){
    document.getElementById("info_logomailtext").style.color = "#AA4444";
    document.getElementById("info_logomail").style.borderColor = "#AA4444";
    document.body.style.cursor = 'hand';
}

function info_logomailOut(){
    document.getElementById("info_logomailtext").style.color = "#195F9A";
    document.getElementById("info_logomail").style.borderColor = "#195F9A";
    document.body.style.cursor = 'default';
}

function info_logowebClick(){
    submenuCall('./php/sendmail.php');
    document.body.style.cursor = 'default';
}

function info_logowebOver(){
    document.getElementById("info_logowebtext").style.color = "#AA4444";
    document.getElementById("info_logoweb").style.borderColor = "#AA4444";
    document.body.style.cursor = 'hand';
}

function info_logowebOut(){
    document.getElementById("info_logowebtext").style.color = "#195F9A";
    document.getElementById("info_logoweb").style.borderColor = "#195F9A";
    document.body.style.cursor = 'default';
}
