var fDesc=new Array(); fDesc[0] = "Let CoolMenu remove the hassle of using Windows StartMenu. It's innovative layout lets you group (on 3+ levels) 100's of shortcuts, applications & documents in a small corner of your desktop. To access any one of 100's of shortcuts involves only a couple of mouse clicks. CoolMenu provides fast easy access to shortcuts, applications & documents. It's ease of use and helpful tutorial makes it ideal for novice or expert windows users. CoolMenu comes complete with supporting website on which to find latest versions, tips, support & contact info. If you think alltaskbars are the same check out CoolMenu and see whyit's right for the job. Work faster, work smarter - try CoolMenu now for free."; 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 = ''; } }