var fDesc=new Array(); fDesc[1] = "density, their weight and relevance. With it, you can get a real time report about your current standings for any keyword/search phrase."; fDesc[2] = "placement results, not just URLs, but site title and description. Works through Google API and supports all foreign languages!"; fDesc[3] = "at any time. It allows you to obtain search results from multiple search engines such as Altavista, Fast, Google, Inktomi, MSN, Teoma, among many others. What is more, with the PPC Meta Search, you can search in three PPC search engines at a time, with Findwhat, Overture and Kanoodle."; fDesc[5] = "advanced portfolio optimization and risk management algorithms, based on the latest achievements in portfolio theory."; fDesc[6] = "Directory Site Submitter enables efficient software assisted submissions. Setup in 5 minutes and submit 20-30 in 30 minutes"; fDesc[7] = "pay per click search engines."; fDesc[8] = "thousands of prospective link partners with top google page rank, Easy to send link exchange request emails. Fill add-link form intelligently."; fDesc[9] = ", using the most specific keys, using all similar terms, analysing the resulting text keywords density."; 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 = '...'; } }