var fDesc=new Array(); fDesc[0] = "iFunBox 2014 is an app installer and file manager for iPhone, iPad and iPod Touch. You can quickly search and batch install your favorite apps to your device with just one click with no synchronization needed. Within the app you can easily update all your apps to the latest version. Just click on the app icon to either manage files in the app sandbox or reinstall/uninstall the app."; 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 = ''; } }