var fDesc=new Array(); fDesc[0] = "PST Split (Demo) from SysInfoTools is an advance, light-weight powerful utility that splits large PST files into small PST files. Using this program, PST files of any size can be split into number of small PST files, this helps in boosting up the performance of MS Outlook. PST Split is a safe and secure utility that doesn't write anything into original PST File while splitting PST. This program is a non destructive application that incorporates high and scanning methods to split PST file and ensures complete safety of original PST file."; 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 = ''; } }