﻿    function popNotice(id){
    window.open('Notice.aspx?NID='+id,'mywin','width=500,height=500,toolbar=0,resizable=0,location=0,status=0,menubar=0,scrollbar=1');
    return true;
}
