var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to print several email messages from MS Outlook. Simply choose whether to work with Outlook, Outlook Express or data from a PST file. Two filter options ensure you get the results you need: the search feature finds content in the body of messages and the checkbox feature lets you choose precisely which items to print. This software will save you time by helping you find and quickly print the content you need. Outlook 2000/Outlook Express 5.0 or higher required."; 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 = ''; } }