
function searchBoard( pageId )
{
    var obj = document.subForm;

    obj.action="/eng/board/index.jsp?pageId="+pageId;
    obj.submit();
}