var fDesc=new Array();
fDesc[1] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers.";
fDesc[2] = "downloading. This software is used for faster and organized downloads. Platforms like Windows Vista and XP make use of it. ReGet Deluxe is basically another version of ReGet with advanced features and more convenient as a download manager";
fDesc[4] = "topermit you downloads of MP3s, movies and other desired files at highest speed.";
fDesc[6] = "visually appealing resume in a few minutes. The user friendly interface of the software is very helpful in building your own custom resume quickly and effortlessly.";
fDesc[7] = "called Bitcomet as well as the number of available sources. The plug-in sits in your system tray and enables you to control everything from there.";
fDesc[8] = "education, knowledge, projected position and area of expertise, it builds your resume, extracting ideas from a thousand built-in sample resumes. You can“t dowload a trial for ResumeMaker Professional. The provided link will allow you to download the product, but you will have to pay for it first.";
fDesc[9] = "Word file, HTML, format Texte ou HRXML file.";
fDesc[10] = "and from any directory or folder of the FTP web site. The application can perform searches by browsing local and FTP sites, even off line";
fDesc[11] = "career objectives, and deliver those to multitudes of employers seeking just the qualifications you possess.";
fDesc[12] = "hired! Contains a wide variety of templates in different categories and job types. Print your resume, publish it to a Web page, burn it to a CD, or save it as a PDF and e-mail it! Add your voice, your photo or even a video clip! Contains cover letters, letterhead, business cards and label templates, fonts, a power verb list, sound clips, video and photo editing plus a handy contact manager complete with built-in activity reminder.";
fDesc[13] = "resumes and letters make it easy to find the one right for you.";
fDesc[14] = "and creates contacts in your ATS. Works with ACT!, Outlook, GoldMine, Online Resume Submission form,Excel,Access.";
fDesc[15] = "transfers the resumes and creates contacts in your ATS. Works with ACT!, Outlook, GoldMine, Online Resume Submission form,Excel,Access.";
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 = '...';
}
}