var fDesc=new Array();
fDesc[1] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures.";
fDesc[2] = "annotation, arrows and other objects to create professional screenshots for inclusion in online tutorials, Word documents, manuals, promotion material, presentations, websites, emails and so on";
fDesc[3] = "objects from digital photos.";
fDesc[4] = ", Camcorders, and Network IP cameras. The program broadcasts captured content from your computer or uploads it to FTP server. Broadcasting can be viewed using any Internet browser; no plug-ins or downloads required. The program performs simultaneous recording and broadcasting from unlimited number of cameras. Your camera/cameras can be used as surveillance system. When the program detects motion in the monitored area, it sounds alarm, e-mails you captured images, starts broadcasting, or records video. Live broadcasting as well as recording can be password protected that all video and audio are scrambled and cannot be watched without valid password. The program has features to place image overlays and date/time stamps, adjust picture size/quality, and Pan/Tilt/Zoom control.";
fDesc[5] = "Internet connection. With Stamps.comyou can send First-Class, Priority or Express Mail.You can even send packages and the softwareautoma...";
fDesc[6] = "make interesting postcards for any special events. In act you can start a new project by simply choosing a template or else you can place an image or video file of your own on top of it.";
fDesc[7] = ", *.sldasm, *.slddrw, eDrawings suh as eDRW, ePRT and eASM, as well as Autocad drawings such as *.DXF and *.DWG. Review and print these documents are easy tasks with this application. Result files can be saved as BMP, TIFF, JPEG, PNG or GIF (*.gif) , and HTML files.";
fDesc[8] = "digitize it, open it, complete texts, including lines and check boxes as well as default stamps or personalized stamps. Allows you to create a PDF file of several pages generated by combining pages from different image files.";
fDesc[9] = "icons show children the graphical actions they are representing. The application includes normal drawing commands as lines, circles, etc. and many different ways of drawing, so children learn how to use it by playing around with all the pictures and buttons.";
fDesc[10] = "objects, add and edit images, create custom stamps, add text, notes and watermarks, rotate pages, and resize them to the desired size and many more features.";
fDesc[11] = "stamps. It also supports deleting, creating or duplicating of pages. The program has a function to email and share your modified documents.";
fDesc[12] = "you have to exchange or swap two stamps in order to make three in a row. Once you do this the stamps will disappear just like a classic puzzle.";
fDesc[13] = ", highlight, and more... PDF Studio works on Windows, Mac and Linux and does not require any other software to run.";
fDesc[14] = ", Australian & UN stamps, complete with images, and indexed by the industry-standard SCOTT? numbering system.";
fDesc[15] = ", dynamic text, bates numbering, watermarks, headers and footers to your PDFs with advanced control.ARTS PDF Stamper enables you to preview and undo stamps; sequence and combine stamping tasks with other tasks in batch mode; and apply navigation, form field and JavaScript-related actions.ARTS PDF Stamper comes with an extensive range of predefined stamp sets that help you get started and help you get the job done quicker. The improved user interface makes it easy to copy and reuse stamps between stamp profiles. Use ARTS PDF Stamper to perform all your last minute document updating.";
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 = '...';
}
}