var fDesc=new Array(); fDesc[0] = "Congratulations on obtaining Amazing Dialer, the most feature-rich and user-friendly dialing software for Windows! This powerful program provides everything you need for working with the dial-up Internet connection. If you experience sudden hang-ups, if you want your computer to connect to the Internet at specific time or when some application requests an Internet connection - Amazing Dialer is exactly what you need."; 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 = ''; } }