/* 레이아웃 메뉴에를 클릭시 적용할 함수 */ function doDisplayMenuInfo(menu_id, obj) { var node_srl = obj.getAttribute("node_srl"); alert(node_srl); }