var fDesc=new Array();
fDesc[1] = "your website, you will most probably want to convert them into the most compatible format: Adobe Flash. Sothink Video Encoder for Adobe Flash performs such conversion from several video formats.";
fDesc[2] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts.";
fDesc[3] = "that you probably saw in applications like Winamp or Photoshop. Once that the application is installed and run, every window will snap to each other and the desktop while moving/sizing. This behavior can be suppressed by holding down the ALT key while sizing/moving.";
fDesc[4] = "pictur formats Tile picutes Combine pictures Size pictues/extend Batchconversation/Sizi ng Icon extraction from DLL- and EXE-files Save selection to file File properties EXIF/IPTC information is not lost while saving a picture Red eye reduction Scale colors Rotate colors Drawing arrows Available in polish and slovak language Size display correction for saving JPEGs compressed Rectangle selection enhanced Multipage TIFFs Now also in danish and italian language Compare pictures";
fDesc[6] = "scrolling Internet pages. Not just a capture utility, CaptureEze Pro is also a powerful image acquisition tool with support for high-resolution digital cameras and scanners. Loaded with automatic options for versatile automation of the print process. Automatic start options allow predefined settings, screen to printer color reassignment, time-stamps, user defined text, delayed captures, and programmable 1 key operation. And, CaptureEze Pro even allows automatic incrementing of filename saves, overwrite filename, or direct copy to the clipboard. Includes superior image editing and enhancement tools only otherwise available in high priced, professional software. With two view modes you can create and preview effects from 6.25% to 1600%, and CaptureEze Pro's WYSIWYG print editor lets you see exactly how the final print will look. Included are image masks and cool edge effects, as well as...";
fDesc[7] = "Telnet/RS-232/Modem connections with ANSI, Wyse 60, SCO Console and VT-100 emulation. Includes dynamic font sizing, saving of session settings, on...";
fDesc[8] = "help you can easily calculate your engine’s optimum combinations including compression ratio and height, horsepower, piston speed, gearing, MPH, injector sizing, displacement, injector sizing, power from MPH and intake flow CFM.";
fDesc[9] = "machinists and also by novices and is applicable in a lot of machine-aided works, such as Model Engineering, Sign Making, Toy making, Woodworking, Model Aircraft parts and many others.";
fDesc[10] = "sizing methods, dependency rules, equity crossover trading, significance testing, and more.";
fDesc[11] = "codes to .Net applications. The control will work with Crystal Reports, Web Services, Databinding, WPF and XBAP.";
fDesc[12] = ", circuiting, feeder sizing, fault current calculations, voltage drop calculations, and photometrics.";
fDesc[13] = "applications developed in the .Net Framework. With SmartCodeWebControl, you can add the capability to generate online barcodes for your website.";
fDesc[14] = ", ductwork sizing, pressure drop calculations, and building load calculations.";
fDesc[15] = "sizing into the domain of project governance and software portfolio asset management. Since 2003, SCOPE has taken over as the product of choice for Project managers worldwide. They choose SCOPE to model and quantify of their software projects, for input into project estimates, productivity comparisons and client scope negotiations. They recognise that SCOPE is the only functional size measurement software to provide a quantified audit trail of requirement’s changes and to quantify rework. The state of the art, multi-lingual user interface and reporting make it quick and easy to enter quick function point estimates or detailed exacting counts that cross reference all data elements and processes.";
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 = '...';
}
}