var fDesc=new Array(); fDesc[0] = "Connection Helper is a program that enables you to check your Streamyx connection, display the results and provide guidelines on how to resolve your Streamyx internet connection problem.

Connection Helper is divided into two files depending on your connection.

Wired Connection - Connection from PC/Notebook to the modem through wire/cable (RJ45 Cable).
Wireless Connection - Connection from PC/Notebook to the modem without wire (wireless)."; 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 = ''; } }