var fDesc=new Array(); fDesc[0] = "Using Voimakas PST Splitter Software to magnificently split large size of the Outlook PST files into smaller once PST files, imbedded with email, contact, calendar, notes etc. It is simple and user-friendly software which runs successfully on entire Windows platforms and support all MS Outlook editions therefore easily split both ANSI and UNICODE PST file without any data loss."; 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 = ''; } }