var fDesc=new Array(); fDesc[0] = "StandAlone Gadgets Pack has everything you need for your desktop. This application will add to you desktop shorcuts for your Music, Movies, Pictures folders. You can play music from your playlist at the touch of a mouse button. It also shows weather forcast for your location, a calendar, a clock and your curent speed of yor processor."; 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 = ''; } }