var fDesc=new Array(); fDesc[0] = "8ta connect is the Windows dashboard only for use with Huawei Devices (Preferrably 8ta Devices). You need to start the 8ta connect, before using various functions of the terminal device. A text message contains up to 2048 characters. If the pasted content exceeds this limit, only 2048 characters of the content can be displayed, and the extra part is automatically deleted. The terminal device must connect to the Internet before you can surf the Internet."; 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 = ''; } }