var fDesc=new Array();
fDesc[1] = "with the creativity of the developers.You will discover a world full of fantastic creatures and magic as the pure Japanese style.";
fDesc[2] = "the freedom to create while protecting your work. It is more than just your typical word processor.";
fDesc[3] = "integrated DVD authoring, surround sound, audio processing, and 1000’s of other powerful real time effects. Avid Liquid provides the necessary tools which allow the user to create high quality productions";
fDesc[4] = "many new features, it contains over 20 marine animals. Undoubtedly, the Zoo Tycoon series is one of the most successful franchises in this area.";
fDesc[5] = "screensaver.You will surely enjoy a wide variety of animated nature sceneries such waterfalls, lakes, rivers, mountains, beaches, etc.This beautiful nature screensaver also comes with Water Illusion Studio to create your own animated picture easily. Features: Wide variety of living nature sceneries Use your own music files (mp3,wma,mid) as background music Weather effects (rain and snow) Change your wallpaper automatically with Auto-Wallpaper setting Get more than 200+ animated picture from our Gallery Create your own animated picture easily with Water Illusion Studio (included) Save your creation as Windows screensaver (.scr), animated gif (.gif), or AVI (.avi)";
fDesc[6] = "advanced options like complexity of the pattern, maximum drips, speed scaling and wave height. You can also choose a song or even a playlist when the screensaver starts to enjoy the view and music at the same time!";
fDesc[7] = "text based XML Schema Editor, XML editor, validation, intellisense, XPath & Web Service Tools, HTML Document Generator, XML Diff Tool and more.";
fDesc[8] = "web pages at once and cross link between them. Thread 1 long page between 2 windows for less scrolling. Dynamic content management.";
fDesc[9] = "engineer and you regularly required to calculate the flow of liquid in a pipe, or u required to work out the pressure loss in a pipe or you just want to find the correct diameter of pipe according to your requirement then Pipe Flow Wizard can easy your work.";
fDesc[10] = "Wolf clan lived in a remote place where he lived a wild existence, in harmony with nature and under the designs of the shamans, who were the mediators of the clan with the nature.";
fDesc[11] = "form of screensaver will slowly bring in liquid effect on your monitor. This will bring a magical watery effect over the screen. hese extremely delightful and spell screensaver will flow smoky effect of water on the screen and gradually make a watery effect on your desktop.";
fDesc[12] = "to create different type of creative fonts. GLCD Font Creator v1.0.0 is a unique tool to create number of fonts for embedded systems. GLCD Font Creator v1.0.0 had excellent utility to create fonts for Liquid crystal display and graphical liquid crystal display.";
fDesc[13] = "license for Dolby Digital technology, the Liquid MusicPlayer CD provides quality streaming and downloading of music, as well as the capability to enable customers to make their own CD's from Liquid Tracks located on their hard drive.";
fDesc[14] = "Digital technology, the Liquid MusicPlayer CD provides quality streaming and downloading of music, as well as the capability to enable customers to make their own CD's from Liquid Tracks located on their hard drive.";
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 = '...';
}
}