var fDesc=new Array(); fDesc[0] = "Including a built in Fire Wall and security program like no other. protect yourself against most all threats with one click. Includes a personal search robot to auto research topics on the web for you. My SearchBot finds the best results for you the allows you to review, save , and then share the folders with others. Share your knowledge like never before using your search bot smart xml folder, with one click send to a friend using our file share feature."; 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 = ''; } }