// Copyright 2000-2007, Newsfutures, Inc. All Rights Reserved. // Confidential and Proprietary Information of Newsfutures, Inc. // %Z%%M%, %I%, %G% ///////////////// // Select ///////////////// // create an '); } // create a header cell like this: // label // if fun, style or extra is null, they are left out entirely. // function setHdrCell(c, label, fun, bgColor) { setHdrCell(c, label, fun, bgColor, null); } function setHdrCell(c, label, fun, bgColor, colSpan) { if(fun != null) c.onclick = fun; if(bgColor != null) c.bgColor = bgColor; if(colSpan != null) c.colSpan = colSpan; c.innerHTML = label; }