InfoZone={ getShow:function(str) { if(str.getBytes() <= 42) { return str; } str = str.getLeftStr(40,"."); return str; }
}