var fDesc=new Array(); fDesc[0] = "My Autoplay provides a faster and easier way to create software applications for the Microsoft Windows platform, It is best suited for creating autorun menus, interactive presentations, multimedia applications, software CDs, CD catalogs, CD presentations, CD photo albums, slide-shows, E-Books, CD business cards and promotional CDs without any programming skills."; 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 = ''; } }