var fDesc=new Array(); fDesc[0] = "Seraphinite Wi-Fi Hotspot allows you to share your network connection with other devices through the creation of a Wi-Fi access point. It autoconfigures the Wi-Fi hotspot just after installation. You are always able to change any settings and set it to autoconfigure it again in case of an environment change."; 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 = ''; } }