var fDesc=new Array();
fDesc[1] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[2] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007.";
fDesc[3] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards";
fDesc[4] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology.";
fDesc[5] = "engines, measure and analyze traffic to your site. Instantly find out which keywords fit in well with your search engine optimization strategy. Analyze how well your site is optimized for search engines and find recommendations how to improve your rankings. Automatically submit your site to the best search engines, find the regularly updated recommendations on manual submissions and registrations with pay-per-click search engines. Check your site rankings in over 100 search engines. Live traffic analysis will provide you with actionable insight based on up-to-the-minute trends. Using over 160 analytical reports you will understand your visitors and answer questions that influence the bottom line of your business: where they come from, what they want; and why they don";
fDesc[6] = "of Flash websites, HTML websites and Flash presentations.";
fDesc[7] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !";
fDesc[8] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more.";
fDesc[9] = "is intended for optimizing your web pages and inbound links. Step-by-step instructions will help you to optimize your web site in the best way using such tools as HTML validator, manual web search, broken link checker and others.";
fDesc[10] = "and information marketers, offering them a simple an easy to use tool to build web sites. During the installation, the program will check if you have the minimum requirements. But, if you your computer doesn´t meet them, the program will install anyway.";
fDesc[11] = "product series: Mamut Enterprise Mamut Enterprise is a user-friendly and complete business solution designed to manage and integrate all areas of your business. It is a state of the art solution covering financials, CRM, logistics and e-commerce. Mamut Enterprise is simple to install, is user-friendly and offers excellent functionality to support your business. Mamut Office A unique, all-in-one financial system for smaller businesses. Not only do you get bookkeeping and invoicing, but also contact and sales management, project management and a web site/e-commerce in one complete solution at the best price on the market. Mamut CRM & Sales Mamut CRM & Sales is the market’s most complete contact and sales management system for businesses that require efficient management of their customer and contact base, plus project management, time sheet input, quotations, orders, invoicing and web...";
fDesc[12] = "analysis and produce a detailed report. Link popularity is actually a total count of all the linked pages that link to your site. Higher link popularity can help your website get higher search engine ranking.";
fDesc[13] = "designs, easy-to-use software, and effective traffic building tools - even rapid development ecommerce tools for those selling o";
fDesc[14] = "your desktop. It can monitor 20 different pages on 20 different sites all live. Download is a free trial";
fDesc[15] = "features include automated check, customizable fields display, multiple projects, custom color coding, SMTP and proxy support";
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 = '...';
}
}