var fDesc=new Array();
fDesc[1] = "still in development demonstrating the capacity and the desire of the user to create the perfect browser. There are many packages available covering practically every Windows, Mac and Linux Operating systems.";
fDesc[3] = "for image files, photographies, scanned documents, and any usual image format. Once the application is installed, its operation can be launched from any context menu. Right click on an image file, and the context menu offers. converting the image file format by starting Image Converter";
fDesc[4] = "money by making your inkjet cartridges last longer, up to 400%.";
fDesc[5] = "movie scripts, TV episodes, and stageplays, Final Draft combines powerful word processing with professional script formatting in one easy-to-use package. There is no need to learn script formatting rules - Final Draft automatically paginates and formats your script to industry standards as you write. Use your creative energy to focus on content; let Final Draft take care of the style.";
fDesc[6] = "operations to the user. With the help of this software, the user can easily make transition from 2D AutoCAD with import wizards, matched color and schemes, paper and model space support, XREF support, and lots more.";
fDesc[7] = "almost all the applications featured to email documents you are working on. All Microsoft Office applications are included: Word, Excel, Powerpoint , etc..; Adobe Acrobat; Windows explorer; Internet Explorer or Mozilla Firefox.";
fDesc[8] = "many attractive features such as creating, saving and printing personal designs and drawing with great ease. The application comes with cool snapping and co-ordinate input options, and displays dynamic dimensions helping the user to check distances and sizes.";
fDesc[9] = "worry about aligning and formatting Video and Audio script columns. Final Draft AV is the only dedicated word processor specifically designed for writing dual-column scripts. Final Draft AV lines up multiple audio/video columns automatically and keeps them aligned when text is added, edited or deleted. When text is added to a video paragraph the matching paragraph in the audio column automatically stays with it. There is no need to use text boxes or tables, or third-party formatting software. In addition, scripts previously created in other word-processing programs can easily be converted into professionally formatted, dual column scripts.";
fDesc[10] = "league, teams, and players. Play unlimited seasons with franchise mode.";
fDesc[11] = ", lashing, course, and distance calculations.";
fDesc[13] = "processing fees or merchant accounts. Also collect customer checks over the phone, fax, Internet or email; Process weekly, monthly or one-time bank drafts. Works similar to debit cards without the fees. Also prints MICR checks on plain check stock.";
fDesc[14] = "DraftSurvey Lt complies with the latest UN ECE standards for Draught Surveying.";
fDesc[15] = "complies with the latest UN ECE standards for Draught Surveying.";
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 = '...';
}
}