function tv1(q) {q.children.tags('a')[0].style.color = "#ff0000";}
function tr1(q) {q.style.backgroundColor='#EEEEEE'; q.style.cursor='hand'}
function to(q) {q.children.tags('a')[0].style.color = "#000000";}
function tr2(q) {q.style.backgroundColor = '#C0C0C0';}
function vi1(q) {q.style.backgroundColor='#EEEEEE'; q.style.cursor='hand'}
function vi2(q) {q.style.backgroundColor ='#E5E5E5';}
function l1(path) {location.href = path;}