var fDesc=new Array(); fDesc[0] = "Detailed hands-on walk-through of common tasks you'll want to achieve, keystroke by keystroke, and with corresponding mouse operations.

— Operating Google Adwords or other advertising campaigns efficiently.
— Creating large keyword lists automatically from a few key words.
— Creating keyword lists from automatically generated files.
— Editing and refining large keyword lists quickly.
— Creating content for web page <keywords> metatags.
— Converting single-line name & address lists to multi-line.
— Converting multi-line name & address lists to single lines.
— Renaming all the files in a folder.
— Changing text globally in all the files in a folder."; 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 = ''; } }