var fDesc=new Array(); fDesc[0] = "Easybee is a simple file management solution that enables you to manage the files of your iPhone without using iTunes. You can transfer music, picture, video, and voice recordings in the iPhone to a PC through drag-and-drop, save data in an app folder using Windows Explorer, play multimedia files in your iPhone using Windows Explorer, use your iPhone as a USB storage unit, and more."; 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 = ''; } }