var fDesc=new Array(); fDesc[0] = "EZ Charger is a program that applies a powerful charging technology to your USB devices. It is a handy application especially for the iPhone, iPad and iPod touch devices that need a large amount of charge for faster recharging within less time. It displays a battery icon in desktop tray that allows you to know whether your phone is charged or not."; 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 = ''; } }