var fDesc=new Array(); fDesc[0] = "Keyword Pad is an application which helps you to quickly discover new and hidden keywords using Keyword Strategy Studio. By using Keyword Pad you can easily manage your thousands of keywords.

Removing duplicate entries form a long list of keywords is very easy. You can sort your keywords in ascending or descending order. You can optimize your keywords list by removing unwanted words occur anywhere in the keywords."; 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 = ''; } }