var fDesc=new Array(); fDesc[0] = "Keyword Blaze is a program designed for market research that easily identify keywords with high search volume but low CPC's which you can then use to drive large amounts of Adwords traffic to any website for the lowest possible cost. In addition, the 'Magic Keyword Tagging' feature organizes these keywords into different tabs, with each tab representing a different opportunity type."; 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 = ''; } }