var fDesc=new Array(); fDesc[0] = "Windstream Service Agen assists you in the installation, configuration, and management of your Windstream Internet service. You can view and purchase available Windstream Internet services using this program. You get access to account information such as billing due date and email addresses. Chatting with technical support is also possible using its interface."; 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 = ''; } }