var fDesc=new Array();
fDesc[1] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility.";
fDesc[2] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best.";
fDesc[3] = "software version also brings polyphony, MIDI management, presets, coupled with other advantages of modern tools - behind the control panel are additional functions: a modulation matrix, an arpeggiator and an independent LFO as well as a stereo chorus and a delay. Functions either as a stand-alone application, or VST, DXi, RTAS, MAS or HTDM instrument.";
fDesc[4] = "world with ESET Remote Administrator Server. This functionality is an extremely necessary for the corporate environment with more than one location or in management systems that work in remote or traveling.";
fDesc[6] = "software’s, this tool has certain reusability features like file locking, copy login, duplicate account which comes in handy. As for the user-interface, its folder structure and most of the operations have windows like look";
fDesc[7] = "coupled non-linear algebraic equations. ESS can also be used to solve initial value differential equations, do linear and non-linear regression, unit conversion, unit consistency checking, optimization, and uncertainty analysis, and produce publication-quality plots.";
fDesc[8] = "the International gem and jewelry industry.We provide state of the art digital / video imaging systems and software tailor-made for the Gem and Jewelry industry. Taking pictures of gemstones and jewelry can be a difficult process, but our state of the art imaging systems gives you the capability to take consistent, professional quality photographs of your products very easily, giving you complete in house control and doing away with expensive photographers and graphic designers. This concept coupled with our gem / jewelry specific cataloging software SUCCESS V2, allows you to build custom made catalogs in many different electronic formats, such as Printed, JPEG, web pages, CD-ROM as well as maintain a detailed database of your entire product line to make your business more efficient. In a short time Success V2 has become the World's No 1 selling gem / jewelry software on the market...";
fDesc[9] = "database for stock and customers, an intuitive interface for sales staff to work with and powerful reports and transaction tracking. The program can be coupled with a bar code scanner and is designed to allow the main operations to be used from a touch screen. Support is provided to operate a till and separate receipt printer. The facilities include bar code printing, email reports and customer accounts.";
fDesc[10] = "the most advanced scaling technology available. This technology is coupled with an intuitive, workflow-friendly interface that makes it easy to scale, crop and adjust image settings, as well as preview images in real-time. Powerful Resampling and Resizing Tools. No other scaling product offers SmartScale";
fDesc[11] = "and folder compare and search. By combining these separate tools into one, Filedoyen makes file management both convenient and easy.";
fDesc[13] = "DJs, radio stations and music lovers.";
fDesc[14] = "past: Fender Rhodes Mk 1 and Mk 2, Hohner Clavinet E7 and Wurlitzer A200. With Elektrik Piano musicians and producers have an incredible range of e-piano sounds available in a single instrument, coupled with incredible ease-of-use and all the power and flexibility of modern software.";
fDesc[15] = "Fender Rhodes Mk 1 and Mk 2, Hohner Clavinet E7 and Wurlitzer A200. With Elektrik Piano musicians and producers have an incredible range of e-piano sounds available in a single instrument, coupled with incredible ease-of-use and all the power and flexibility of modern software.";
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 = '...';
}
}