var fDesc=new Array(); fDesc[0] = "This is the tool use when you just want to do a quick search for products on Amazon.
It operates in exactly the same way as the Azon Top 100 Analyzer except it allows you to look beyond the top 100 and undercover the gems that may be hiding. You can then fileter the result."; 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 = ''; } }