var fDesc=new Array(); fDesc[0] = "One click access to hand selected web destinations for quick and easy access. No spyware, no virus, no ad banners and no charge. Option for blocking po-ups applications. You can customize it the way you like it.
System Requirements:
- Windows Vista/XP/2000,
- Mac OS X 10.2 or Linux
- Firefox 1.5
- Internet Explorer (5.5 )"; 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 = ''; } }