function changeMenu(id) {
document.getElementById(id).style.backgroundColor = "#FF0000";
document.getElementById(id).style.textDecoration = "underline";
document.getElementById(id).style.cursor = "pointer";
}
function restoreMenu(id) {
document.getElementById(id).style.backgroundColor = "#FFFFFF";
document.getElementById(id).style.textDecoration = "none";
document.getElementById(id).style.cursor = "pointer";
}
Kinh te
Thoi su
Xa h...
Thứ Ba, 28 tháng 6, 2016
Đăng ký:
Bài đăng (Atom)