var fDesc=new Array(); fDesc[0] = "OrgScheduler is a universal scheduling system for your individual, offices, business events with unrivaled features and flexibility. Building upon the interface options introduced in Microsoft Outlook, OrgScheduler includes importing from Outlook, exporting to Outlook, Text, Html, Xml, Excel formats. The program is designed to enable the communication between different scheduling applications. Exchanging data with other applications (Apple iCal, Microsoft Exchange Server, Android apps) is made easier with the new support for the iCal data format."; 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 = ''; } }