var fDesc=new Array(); fDesc[0] = "Do you have a favorite image stored in your personal computer that you would like to use as your i5807, i5857, or i5867 wallpaper or to assign to one of your 50 available phonebook directories? Using the Image Editor Software, you can view and convert your image. Once you have selected your file and viewed your image in the software, use the included USB cord to send the converted image directly into the Handset. You'll start by downloading the software into your computer."; 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 = ''; } }