var fDesc=new Array();
fDesc[1] = ", specify output video parameters with AVS Video to Flash!";
fDesc[2] = "relevant to the business is placed on the net. It is easy to design this type of ads using this program. It is also good to upload them and change them.";
fDesc[3] = "publishing, music player with stream-only sharing, secure e-mail, personal website with blog, mobile phone access.";
fDesc[4] = "street maps, travel information, and points of interest from USA and Canada and now it includes Mexican highways. We can plan our trips with the planning tools. The GPS features include voice commands, color maps, etc.";
fDesc[5] = "and major roads. It also includes 4 millions places of interest, and a complete phone listing database for North America and Canada. We are allowed to import our own data from Microsoft Outlook, Excel, text, etc.";
fDesc[6] = "tools for creating a website graphical skills or technological/HTML knowledge and many extra features such as BLOG, Calendar, e-Commerce, Guestbook, impressive image slideshows, PodCast, Counters needed, EZ generator is an efficient solution to overcome all these problem.";
fDesc[7] = "to do lists, checklists, holidays, ideas, outlines, collections, videos, books, reference info and more Whenever you want to create a new list, a wizard will assist you.";
fDesc[8] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles.";
fDesc[9] = "PDA/smartphone, place text or logo, gather EXIF-collected photo statistics, search images and more...";
fDesc[10] = "images (.GIF) to Shockwave Flash animation files (.SWF), which can be viewed locally or published on the web. The program supports batch conversions.";
fDesc[11] = ", publish and access your data from anywhere. With Omnidrive sharing and publishing media is an easy single-click";
fDesc[12] = "letting the crowd chat, flirt, and joke on the big screen using text messages.";
fDesc[13] = "tools for page layout, image editing, illustration, and Adobe PDF workflows. This program combines: InDesign CS3, Photoshop CS3, Illustrator CS3, Acrobat 8 Professional, Adobe Bridge CS3, Version Cue CS3, Adobe Device Central CS3, Acrobat Connect.";
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 = '...';
}
}