var fDesc=new Array();
fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator.";
fDesc[2] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros.";
fDesc[3] = "Corel VideoStudio is software that is filled with a lot of “deliciousness’s and various beautiful things. As any other program of Corel this program distinguishes by its user-friendly and intuitive interface and inimitable style. You will be surprised how easily and quickly you can create your own home video with professional results!";
fDesc[4] = "organizing of your image and video files with standard editing functions and some small “prettinesses” like Smart Collection function, Slide Shows creation etc., easy by using with the intuitive interface.";
fDesc[5] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista.";
fDesc[6] = "amazing and the interface is very dynamic. When we open the program can find the common buttons, file, edit, view, help, search box and the button to order the images by date taken newest or oldest, folder, filename and more.";
fDesc[7] = "tools: - A complete management suite to keep your collection organized. - A comprehensive photo editor for both novices and experts. - An extensive collection of presentation options to boost your creativity.";
fDesc[8] = "fixes, straightforward organization and sharing options, and an array of creative project templates, it's never been so fun and easy to do more with your photos. With drag-and-drop simplicity, you can quickly and easily create impressive photo projects and slide shows.";
fDesc[9] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors.";
fDesc[10] = "almost the same way as Photoshop with similar support for pressure sensitive tools. But Painter also emulates the visual characteristics of traditional art painting such as oil paint, pastel sticks, charcoal, etc. supporting several textured surfaces.";
fDesc[11] = "require, a target drive, and click Start. It’s that simple! The choice of formats is amazing, including full support for AVCHD! Make perfect copies of your unprotected DVDs, or convert them into portable formats like DivX, H.264, MPEG1/2/4, WMV, or 3GPP.";
fDesc[12] = "offers a set of specialized applications to perform 2D and 3D graphics, converting bitmap images into vector, capturing and editing photographs, creating flowcharts, 3D to 2D file conversion, among others.";
fDesc[13] = "commercial photo editing software like Adobe Photoshop 7, CS, CS2, CS3, Adobe Photoshop Elements 2, 3, 4, 5, 6, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro (Photo) X, X1, X2, Corel Photo Paint 11, 12, Xara Xtreme, Microsoft Digital Image Suite 2006 etc.";
fDesc[14] = "Ray or HD DVD data or discs. This tool is for someone who needs to buy the Corel WinDVD 9 with blue ray enabled player, and can see whether his computer is fully prepared to run a blue ray or HD/DVD.";
fDesc[15] = "powerful publishing tools and high quality professional results, this excellent software will offer it. Corel Ventura has high productivity and easy to use. It has exceptional Internet integration and wide opportunities that save your time and money.";
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 = '...';
}
}