var fDesc=new Array(); fDesc[0] = "Normally, you simply start the Traffic Exchange in your browser (e.g. Firefox or Chrome). You might discover that after just a few hours, your browser freezes and your are no longer earning minutes. To overcome this problem, use the HitLeap Viewer application for the Windows operating system. The application is designed to run only the Traffic Exchange and it is able to do so without freezing or requiring any extra attention."; 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 = ''; } }