var fDesc=new Array(); fDesc[0] = "Here's what Anaconda, your "Virtual Amazon Research Worm" will do for you all day long..... Select products for you based on price & commission, in any category or sub-category you want. Create product specific keywords for you. (Keywords that people type in when they are ready to buy.) Show you the number of competing ads & also show you, if any of them are affiliates. (This is to prevent you from entering a bidding war that will do you no good.) Uncover products without affiliate ads. (Once you find these gems, you can bid as little as you want & still be seen by hungry buyers.) Create campaigns in literally seconds, with relevant keywords & call-to-action phrases. (If you can copy & paste, you can simply pop these into your AdWords account, how much easier can it get?) Dinamically update Amazon catalog tree for each supported site up to 5 level. Save your more popular queries for use them in the future"; 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 = ''; } }