var fDesc=new Array(); fDesc[0] = "With Maryfi, users can wirelessly share any net connections such as:cable modems, cellular"s card, or even another Wi-Fi network. All other devices with enabled Wi-Fi like:laptops, music players,gaming systems,and smart phones can join your Maryfi hotspot just like any other Wi-Fi access point and are kept safe and secure by password-protected WPA2 Encryption.By default Wi-Fi Name (SSID) is Maryfi and password is12345678 (you can view the password by clicking on View button), you may change these settings by simply entering the new values into the relevant textboxes and when clicking start hotspot/stop hotspot new settings will be saved."; 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 = ''; } }