function amora_over(obj) {
    obj.style.textDecoration = 'underline';
}
function amora_out(obj) {
    obj.style.textDecoration = 'none';
}
function amora_click(obj, id) {
     amora_out(obj);
     // window.location.href = amora_baseurl + 'id=' + id;
}
