function showNews(n) {var form = document.getElementById("news");form.action = "showDetail!getMenuNames.action?DetailID=" + n;form.submit();}