function flagReportAbuse(obj, table, val){
    sndReq(obj, table, val);
}


function sndReq(obj, table, val) {
    window.open('/ReportAbuse.aspx?table='+table+'&val='+val, "Report Abuse", "scrollbars=yes, location=no, status=no, toolbar=no, resizable=yes, width=450, height=200");   
}

