var fDesc=new Array();
fDesc[1] = "to creativity and work better and faster. The program SolidWorks reduces the overall costs in terms of CAD, because it is easy to deploy, use and maintain, giving the engineer more time to devote to design better products.";
fDesc[2] = "thirty hills and compete against other competitors or the CPU. You are also enabled to play online. Fun is unlimited as well as the options this program provides you with.";
fDesc[3] = "You find a stream running down the mountain. You start following it, enjoying the beauty of the scenery, while at the same time feeling very relaxed and at ease with the continuous sound of the stream as it flows over the rocks.";
fDesc[4] = "flows. It will help to stop wasting and start saving your money. The SERIUS-CD will allow you to calculate your money flows with ease.";
fDesc[5] = "the Charming Waterfalls. Fairy creatures living there invite you to turn your screen into a magic window of ceaseless Joy. Features: Natural scenery Realistic animation Funny animals and birds Amazing scene transitions Flexible screensaver settings Relaxing Music/ability to put your favourite music Turn your screen into a magic window of joy! Make yourself and your children happy!";
fDesc[6] = "and connect them with lines of various types. Full zoom, OLE, graphics import and export, curves, flow symbols.";
fDesc[7] = "buildings and all the energy flows inside of them so you can figure out the best way to provide all energy-based services required at a minimum cost. It offers commercial and non-commercial licenses. There are many third-party interfaces to run with EnergyPlus.";
fDesc[8] = "finally become a savvy spender and protect yourself from the danger of debt.";
fDesc[9] = "output will be faster with this program because you do not have to take care of the layout or any formatting as this is done automatically, unlike in other WYSIWYG applications.";
fDesc[10] = "discount rates per series.";
fDesc[11] = "interrelated flows and relationships of multiple forms, emails, reports, databases, systems and other items in a process.";
fDesc[12] = "model simple process flows as flowcharts and run & visually monitor simulations entirely within Excel.";
fDesc[13] = "where your money flows. This allows you easily to increase your savings.";
fDesc[14] = "quantities in process systems. Useful for process engineers, professionals in energy management, waste, water, logistics and quality.";
fDesc[15] = "It displays a complete visual representation of the MySQL database allowing you to observe actual activity.";
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 = '...';
}
}