function TemplateLayoutInfo(layoutId,tdColumn,tdId,tdCss){ this.layoutId = layoutId; this.tdColumn = tdColumn; this.tdId = tdId; this.tdCss = tdCss; } var TemplateLayoutResult = new Array(); TemplateLayoutResult[TemplateLayoutResult.length] = new TemplateLayoutInfo(1,1,"c_1","width_240"); TemplateLayoutResult[TemplateLayoutResult.length] = new TemplateLayoutInfo(1,2,"c_2","width_680");