/* table layouts */ var layout1 = new DesignTable("noBorders", "Ingen%20rammer"); layout1.layout = function(table){ table.setAttribute("border","0"); table.setAttribute("cellSpacing","0"); table.setAttribute("cellPadding","0"); table.className = 'noBorders'; } DesignTable.register(layout1); var layout2 = new DesignTable("AMtable", "Amagerbank%20tabel"); layout2.layout = function(table){ table.setAttribute("width","95%"); table.setAttribute("cellpadding","1"); table.setAttribute("cellspacing","1"); table.style.border = "1px solid #ADC6B5"; table.style.borderCollapse = "collapse"; var trs = table.getElementsByTagName('tr'); for(var i=0;i