var fDesc=new Array(); fDesc[0] = "mail2disk Standard enables you to archive your emails easily and reliably. The program integrates fully with Microsoft Outlook, so you can archive and save your emails with just one click of the mouse. Simply use the mail2disk toolbar, which can be opened from any of the functions."; 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 = ''; } }