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