var fDesc=new Array(); fDesc[1] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively – bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following..."; fDesc[2] = "gif, bmp, png, tiff etc. You can also resize your images while converting. In fact you can convert or resize a single image or a folder, with subfolders, containing your images at the same time."; fDesc[3] = "Murder on the Orient Express is the new game of this series developed by The Adventure Company. This time the designers stressed the expressiveness of the characters, something which you certainly will appreciate."; fDesc[4] = "young fashion designer who wants to start her own business. Before doing so she embarks on a long trip to the main cities of Asia to study and learn about the traditional costumes of her ancestors."; 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 = '...'; } }