// JavaScript Document
function onm(elem){
elem.style.backgroundPosition='left bottom';
document.getElementById(elem.id+'a').style.color="#117FE1";
}
function outm(elem){
elem.style.backgroundPosition='left top';
document.getElementById(elem.id+'a').style.color="#FFFFFF";
}
