var fDesc=new Array(); fDesc[0] = "Web Boomerang is a fast web copier that can be used to capture thousands of photos, music, clips, sports stats, recipes, information, or even entire sites, and save them on your computer. When you are ready, you can work right off your computer from your own web library collection - you don't even have to be online to use captured contents. You'll never have to worry about contents not there any more or have to pay fees for archived articles that were free."; 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 = ''; } }