var fDesc=new Array();
fDesc[1] = "and scan your directories and files in search for problems that could render your Lightscribe software non-functional. The application doesn't actually do anything to solve problems, but it directs you in the right direction.";
fDesc[2] = "environment to render their ideas with ease and precision. With a modern interface, still friendly and intuitive, Encore offers a comprehensive set of tools for composing, arranging, editing, and printing music.";
fDesc[3] = "multi-track waveform audio. REAPER provides an extensive set of features, but is a very small and lightweight application (the installer is less than 1 megabyte, and includes many effects and a sample project). Here are some key features of \"REAPER\": Supports ASIO, Kernel Streaming, WaveOut, and DirectSound for playback and recording Reads WAV, OGG, and MP3 files, records WAV files Lets you arrange any number of items in any number of tracks Supports audio processing plug-ins (DirectX and Jesusonic) Volume, pan controls and envelopes per track Multi-layer undo/redo support User creatable color themes";
fDesc[4] = "creating them seems complicated, with Abrosoft FantaMorph we can do it quite easily. This great program will let you create amazing morphing videos from still images and/or from other videos, all within a friendly interface.";
fDesc[5] = "a realistic way. It is has a simple interface that allows new users to learn fast, create animations or populate a scene with objects. Users can choose objects from the large DAZ 3D library or import a previously created landscape project.";
fDesc[6] = "directly into MP3. This powerful conversion tool supports a lot of languages, you will be able to install it in French, German, English, Spanish, Portuguese, Ukrainian, Russian, Deutsch and many other languages.";
fDesc[7] = ", using your video card. Pick up one of the 14 presets or create your own one. Make the difference and have fun! There are no limits.";
fDesc[8] = "and cost efficient way to render their most cutting-edge images. Although this application has been developed as a dedicated support for Rhino 4.0 but V-Ray for Rhino also works with Robert McNeel and Associates' Rhinoceros";
fDesc[9] = "to edit, build, animate and render 3D models and figures. It has been enhanced from previous versions thanks to the collaboration of regular users.";
fDesc[10] = "3D Web animation business. These Swift 3D plug-ins will give users of 3ds Max and LightWave 3D the ablity to render 3D scenes as high-quality, low-bandwidth vector or raster Flash animations, wich then will be viewable by the most part of the Web audience.";
fDesc[11] = "program offering them a quick one-click render for model adjustments and for online productions. All the features available in the full product are available in this free edition of IDX Renditioner Express Free 1.0 except that this program renders image sizes at a maximum of 600 x 480 pixels.";
fDesc[12] = "program we can find a Menu Bar, three tags and one panel in the first Tag we have the start, in the second we have the textures and the third is the render.";
fDesc[13] = "converting SketchUp files. If these documents are in 3D PDF files, then they can easily be sent to clients or others in an email or published and posted on a website.";
fDesc[14] = "batch multi-camera + multi-file rendering.";
fDesc[15] = "professionals. This version of Shade provides all of the features of Shade standard and much more! Key Features: Design Tools: Bezier curves with on-line and tangent control points allow for quick visualization and tailoring of designs. Use Alpha Blending, UV Mapping Editor, and the Solid Texture Shader to apply custom materials. Advanced Modeling: Use Boolean modeling, Polygon mesh modeling, Auto-smoothing of curves and more to add amazing detail to your projects. Precise numerical modeling and IGES5.3 format support integration into a CAD-based environment. Animation: All versions of Shade include automatic key frame creation with interpolation to automatically animate objects. Shade professional includes joint settings, motion settings, and BVH motion support for 3D character animation. Productivity Toolkit: PoserFusion enables in-product integration of Poser 3D figures in all...";
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 = '...';
}
}