
function winOnLoad()
{
		var root = document.getElementById("menuList");
		getMenus(root, root);
		
}

