var fDesc=new Array(); fDesc[0] = "Clever Launch is a highly flexible and easy-to-use program that aims to enhance the users’ experience on creating and managing desktop shortcuts in any Windows operating system. Clever Launch emulates the interface of OICQ and combines the features of desktop tools so that all the shortcuts of any application, directory, file and website link can be handled elegantly and effectively. Built with the intuitive and straightforward interface, you can easily add application shortcuts, drivers, folders and website links which can facilitate your routine operation and management."; 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 = ''; } }