function g(e){location=e.target.childNodes[0].href;}
function i(e){e.target.style.cursor="pointer";window.status=e.target.childNodes[0].href;}
function o(e){window.status=e.target.style.cursor="";}
function h(e){e.addEventListener("mouseover",i,!1);e.addEventListener("mouseout",o,!1);e.addEventListener("click",g,!1);}
window.onload = function() {m=document.getElementById('menu');for(j=0;j<m.children.length;j++){for(k=0;k<m.children[j].children.length;k++){if(m.children[j].children[k].id=='language')continue;if(m.children[j].children[k].elementName=='ul'){e=m.children[j].children[k];for(l=0;l<e.children.length;l++){for(n=0;n<e.children[l].children.length;n++){h(e.children[l].children[n]);}}} h(m.children[j].children[k])}}}

