var fDesc=new Array(); fDesc[0] = "Send instant and offline message to contact(s) from anywhere, track your message was read or not yet. All messages will be logged on both client computer and IM server, you can search with query conditions and print your dialog in one click.
Start discussion among participants in real time, invite/remove members at any time. Group discussion can be arranged within Departments, multiple contacts or Users selected to create personalized discussion Groups. Also you can keep a record of group discussion and print it out."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }