var fDesc=new Array(); fDesc[0] = "Visual Explorer is the ultimate, fully featured web browser that comes with advanced privacy and security features, one-click Google searches, support for Internet Explorer favorites, add-ons and much more. Visual Explorer is compatible with Windows 98, ME, NT, 2000, XP, Vista and Windows 7. The software requires Internet Explorer 5 or higher to be pre-installed."; 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 = ''; } }