var fDesc=new Array(); fDesc[1] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20."; fDesc[2] = "clicking on them or typing them with the keyboard. You´ll get more points for longer words.Once you finish forming a word, press the \"Submit\" button or the Enter key. If the program recognizes the word as valid, the \"Submit\" button will change its color."; fDesc[3] = "cards, sound, in-depth statistics, and solitaire for points in solitaire quests."; fDesc[4] = "package on the planet."; fDesc[5] = "a semi-automatic way. You just have to add the articles you want to submit, complete the articles' information, select the article site to which you want to submit them, and the program does everything for you."; fDesc[6] = "your content, and getting more traffic."; fDesc[7] = "thousands of directories in a few minutes. This application can help you generate a lot of traffic to your website and increase your productivity in a substantial way."; fDesc[8] = "provides access to an on-line database of 600+ download site templates. The templates are used to fill out submission forms automatically."; fDesc[9] = "detailed reports before and after the submission process. It allows the user to submit his/her site without having any specific SEO knowledge."; fDesc[11] = "blogs to many different search engines and web directories, which can drive many visitors to your websites. The program's interface is very easy to understand and follow."; fDesc[12] = "feed subscribers. Stop searching for places to promote your blog, and quickly submit your feed to 200 of the top blog and RSS feed directories."; fDesc[13] = "database that allows you to submit your web site to the Internet's biggest search engines and directories and request domain whois information."; fDesc[15] = ", Google, and more search engines now!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }