var fDesc=new Array(); fDesc[0] = "Revili is used to extract product reviews and analyze the benefits and problems of the products, giving you the ability to come up with 100's of private label product ideas to sell on Amazon. You can easily preview all the reviews that contain the corresponding word combination."; 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 = ''; } }