function tover(q) {q.children.tags('a')[0].style.color = "#ff0000";}
function trtover(q) {q.style.backgroundColor='#0099ff'; q.style.cursor='hand'}
function tout(q) {q.children.tags('a')[0].style.color = "#000000";}
function trtout(q) {q.style.backgroundColor = '#fdedde';}
function vipover(q) {q.style.backgroundColor='#0099ff'; q.style.cursor='hand'}
function vipout(q) {q.style.backgroundColor ='#E5E5E5';}
function lmup(path) {location.href = path;}
