var fDesc=new Array(); fDesc[0] = "True Connect is an exciting new way to control your Windows Mobile device when its plugged in! Simply drag your mouse off the side of your monitor, and it appears on your phone. Now you can click on the menus, controls and applications in an intuitive, natural way. It even works for non-touch screen devices! Of course, you can also use the PC keyboard to type, copy and paste information."; 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 = ''; } }