var fDesc=new Array(); fDesc[0] = "The 1X is a hybrid wireless mode data card which is suitable for CDMA EVDO networks. The card is compatible with PCMCIA card slots which are basically found in all most all computers and laptops. The card gives the user the ability of connecting to any network and internet. It allows the user to send or receive short message service alerts have an online address book. The 1X is one of the most advanced network cards that have been designed for the PCMCIA slot. The 1X operates on the EVDO networks and can only be in use if a CDMA network is available. Every CDMA provider operates at different networks that are at di9ffrent frequencies. The user is supposed to get roaming agreements that will allow the user to access the 1X services any where. One would require an access code to gain access to a different network."; 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 = ''; } }