/*function loginover(a){
document.getElementById(a).style.backgroundColor="#33CCFF";
}

function loginout(a){
document.getElementById(a).style.backgroundColor="#FF7000";
}*/
function loginover(a){
document.getElementById(a).style.backgroundImage="url(../../../images/log/log_but1t.jpg)";
}

function loginout(a){
document.getElementById(a).style.backgroundImage="url(../../../images/log/log_butt.jpg)";
}