// JavaScript Document
function logantodInit(menu, side) {
	if (menu) document.getElementById("menu_"+menu).style.textDecoration = 'underline';
	if (side) document.getElementById("side_menu_"+side).style.textDecoration = 'underline';
}