/*==================================================== - HTML Table Filter Generator v1.6 - By Max Guglielmi - mguglielmi.free.fr/scripts/TableFilter/?l=en - please do not change this comment - don't forget to give some credit... it's always good for the author - Special credit to Cedric Wartel and cnx.claude@free.fr for contribution and inspiration =====================================================*/ // global vars var TblId, SearchFlt, SlcArgs; TblId = new Array(), SlcArgs = new Array(); function setFilterGrid(id) /*==================================================== - Checks if id exists and is a table - Then looks for additional params - Calls fn that generates the grid =====================================================*/ { var tbl = grabEBI(id); var ref_row, fObj; if(tbl != null && tbl.nodeName.toLowerCase() == "table") { if(arguments.length>1) { for(var i=0; i