var fDesc=new Array(); fDesc[0] = "This software is designed to fully automate day-to-day,routine Windows operations. This software is so productive that those corporate users who have to handle a lot of routine operations highly evaluate the program. Mouse and keyboard operation is automatically recorded and playback anytime. Provides a wide variety of special facilities such aswindow's position and size adjustments for achieving more reliable automation. You do not have to write any complicated code or to be a programming expert."; 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 = ''; } }