var fDesc=new Array();
fDesc[1] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[2] = "software's caches. You simply select the software in the list, select what you want to clean and ClearProg does the job.";
fDesc[3] = "also refine the search by selecting one or more of the 24 food categories. A free software with amazing results.";
fDesc[4] = "phrase in the Bible. Its interface is very intuitive and easy-to-use. Also, the program has many customizable features, making your Bible-reading experience a more personal one.";
fDesc[5] = "several technical maps and drawings from raster to vector formats. Using this program, you will be able to scan a paper drawing and then represented in a vector format that can be imported to a drawing program.";
fDesc[6] = "annoying animals and other creatures that are brought by trespassers.";
fDesc[7] = "capable of creating new audio files (either from an external source or by using text to speech), make a frequency analysis of your sound files to detect lossy sources, and rip the tracks of your CDs. On the other hand, it not only supports WAV files, but also MP3, WMA, RAW, OGG, and others.";
fDesc[8] = "programming skills. User selects the required page layout out of the propossed by the application, by clicking on one of the standard layouts shown or a template masters set. Web page designers can bring in their own projected layouts in XHTML.";
fDesc[9] = "a very intuitive way. The resulting photograph will maintain the same level of quality present in the original file, and will retain all the Exif information embedded in the parent image. It allows for batch cropping, applying the selected settings to all the active images, if desired.";
fDesc[10] = "type of data in his/her computer or on the Internet. We are allowed to search by the following categories: The Web, All, Files, Emails, Contacts, Favorites, History, Music, Pictures and Videos. It is possible to refine the search.";
fDesc[11] = "our popular notecard-based writing tool, SuperNotecard, includes script text formatting and seamless exports to Final Draft. Assemble projects with either screenplay or stageplay text formatting Drag-n-drop cards to reorganize and refine the flow Efficiently define and track characters, plots, and settings in your scenes Instantly find scenes by keyword, category or character. Export to Final Draft or your favorite script editing software Hit a keystroke to insert a wide range of common script text elements Time your scenes or flag them for follow-up Enable automatic scene sequencing Available for Microsoft Windows and Mac OS X. Enjoy perfect file compatibility across platforms";
fDesc[12] = "Sweet Success. Refine your video poker strategies so you know when to hold 'em and when to fold 'em. Enjoy 50 styles of video ...";
fDesc[13] = "or emails using data in your Microsoft Access database. Documents can be created easily with any level of complexity.";
fDesc[14] = "information you need with WebSeeker.";
fDesc[15] = "problems. There is also an online version if you don't want to use the desktop one at cleanupcreditreport.ne t";
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 = '...';
}
}