var fDesc=new Array(); fDesc[0] = "Use your mobile device to conveniently connect your PC to the internet, using CDMA 1x Data support.
Keep in touch with music, news, and weather using the integrated Stereo FM radio.
Save important information with storage for more than 500 phonebook contacts and 400 SMS messages
Essential features to help you stay on top of your busy life including, PC Suite support, Alarm Clock, Distribution Lists and Calendar.
Use the Hands-free Speakerphone to get your friends and family involved."; 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 = ''; } }