var fDesc=new Array(); fDesc[0] = "To increase the rate of return from the clicks, you need relevant carefully targetted AdWords phrases. AdWords Maker AdWords software can help you by doing the following:
-Replacing words with new ones from a list
-Changing the order of all or some of the words
-Filtering out unwanted phrases
-Rejecting duplicate phrases.
AdWords Maker just makes lots of AdWords Phrases. It doesn't manage your AdWords Account. It can be used by itself with your AdWords Account or in combination with other AdWords programs."; 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 = ''; } }