var fDesc=new Array(); fDesc[0] = "OIV Mailer is an application to view, send and receive regular email and OIV Stamped Mail. It has all the basic features of mail clients like “Outlook Express”, “Outlook”, “Thunderbird” and “Eudora” and adds all the features of OIV Mail. In particular OIV Mailer manages folders to give you a completely clean inbox. The main window consists of Title bar, Menu bar, hot button bar, three resizable panes and a status bar. Top left pane displays your mail folder hierarchy, top right pane displays the list of messages in the selected mail folder and the bottom pane is the mail message preview pane."; 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 = ''; } }