var fDesc=new Array();
fDesc[1] = "and connect the left side of the playfield to the right side in order to connect flames to rockets and make them explode and disappear from the board, thus adding new ones.";
fDesc[2] = "of commonly encountered engineering problems. Engineers have to work over and over again with a wide range of formulas, constants and algorithms, so it’s very convenient for them a library that provides quick access to all those important information and tools.";
fDesc[3] = "Expert engineering software can work for you without and error. This software application could be used for designing and analyzing the complex pipe networks which may include tanks, pumps, pipes, fittings etc.";
fDesc[4] = "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[5] = "electronic collection of engineering utilities that can be used to solve, in an efficient and fast manner, a large variety of normally encountered engineering problems.";
fDesc[6] = "ability, fastness, calculation, everything will be challenged as you play this game. It has got a very nice and colorful graphics to attract the young generation. In the game your role is to help Alfonso Junior and Fawcett, his sister, to save their paradise island Home.";
fDesc[7] = "pipe sizes. It will display the respective ratio, or orifice diameter to pipe diameter, for a given set of input variables. The calculated values for the beta ratio are approximate, typically within 2% - 5% for gases and steam, and 1% for liquids.";
fDesc[8] = "pipe organs and play them using a MIDI keyboard or keyboards. In place of, or in addition to MIDI keyboards, you can use a sequencer to control the organ. It is a specialised form of 'virtual sampler', some other examples of which have recently become available with the rapid increase in computer processing power. It receives MIDI data and produces pipe organ sounds using recordings that have been made of a real pipe organ, hence giving very realistic results. Unlike many home keyboards and professional synthesizers, which are often sample-based, Hauptwerk has been designed to take advantage of the high processing power and relatively low cost of computer memory to give a far more accurate rendition of an organ than is possible on most keyboards, synthesizers or samplers. Whereas synthesizers and samplers usually use a few small samples, recorded at intervals across the keyboard and...";
fDesc[9] = "will be in charge of constructing an oleo duct to transport oil safely to its destination with pipes of different shapes. The object of the game is to select the pipes that appear on a window and set them on the board in order to form the longest pipe you can make.";
fDesc[10] = "efficiently enter system data, evaluate and analyze results, and produce professional hydraulic calculation reports.";
fDesc[11] = "you of Tetris, as there are pieces falling from the upper part of the screen, and you have to arrange them in such a way to make them find their matching pieces. As for PipeFun, it features two game modes to choose from, Arcade or Pipeline.";
fDesc[12] = "game that no PC game aficionado should overlook. The rules are very simple. Available for free download now.";
fDesc[13] = "to graze on. The game is composed of challenging 'build a pipe' puzzles, and every level in the game is unique. The different pieces provided are: pipe corners, pipe ends, pipe re-sizers, trampolines, gate switch, paint shed, points and bonuses.";
fDesc[14] = "distribution of any number of pieces, having mostly different lengths, amongst a number of larger uniform or different stock lengths in order to minimize the material waste or as a version,-associated material cost. download Free Version Optimizer objective, as well as some other optimizer settings, such as saw blade width (gaps between pieces). Actually, term \"Stock Material Length\" may be associated with real Length of stock, bars, water pipe, aluminum pipe, aluminum tubing, aluminum window, door, roof, aluminum fence, steel, PVC, glass water pipe, aluminum water pipe, water tube, wood, board, beam, wire, iron, strip, fence, timber, channel, rod, column, glass, aluminum, concrete, building material, wood working, steel building, aluminum tubing, aluminum fence, aluminum window, or with real total Width of stock roll, which have to be cut into different more narrow rolls(1D nesting...";
fDesc[15] = "you can send a messages through Oracle pipes.";
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 = '...';
}
}