var fDesc=new Array(); fDesc[0] = "Rascal is a broadband and dial-up connection manager that enhances your online experience with useful features not found in the standard Windows network tool. Rascal is fast, reliable and easy to use, making it a tool of choice for your DSL, Cable, VPN, ISDN and other dial-up connectivity needs."; 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 = ''; } }