if(navigator.appName == "Netscape") document.write('<style>td.menuentry{cursor:pointer;}</style>')
else document.write('<style>td.menuentry{cursor:hand;}</style>')
function over(obj) {
	document.getElementById(obj).style.textDecoration = "underline";
}
function out(obj) {
	document.getElementById(obj).style.textDecoration = "none";
}