<!-- Mouseover-Effekt für Links //-->
function tover(q) {  q.style.backgroundColor = 'ff0000'; q.children.tags('a')[0].style.color = "#ffffcc";  q.style.border = "1px solid ffee44"; q.style.cursor = 'hand' }
function tout(q) {  q.style.backgroundColor = ''; q.children.tags('a')[0].style.color = "#ffffcc";  q.style.border = "0px solid #ffee44"; }
function LmUp(path) {  location.href = path; }

