function(options) {
    var col, columns = options.columns;    
    col = columns.MSQUENCE;
    col.width = 40;
    col.noStretch = true;

    col = columns.METERTYPE;
    col.width =40;
    col.noStretch = true;
    
    return options;
}