/* table layouts */ var layout1 = new DesignTable("std", "Standard"); layout1.layout = function(table){ table.setAttribute("border","0"); table.setAttribute("cellSpacing","0"); table.setAttribute("cellPadding","0"); table.setAttribute("width","100%"); var trs = table.getElementsByTagName('tr'); for(var i=0;i