var fDesc=new Array();
fDesc[1] = "care about creative persons and released the phones’ platform Series 40 software - Nokia Series 40 Theme Studio. Using it you can develop and edit design themes.";
fDesc[2] = "especially for students and for those persons who want to built and improve their English and Urdu language skill and vocabulary. Their Cleantouch Urdu dictionary has a simple and user friendly user interface.";
fDesc[3] = "investigator. Ever since she partnered with Henry Fitzroy, a 450 year-old vampire, the pair has investigated cases involving everything from zombies and ghosts to psychics and demons. Now, a new mystery has emerged. 14 people have recently gone missing.";
fDesc[4] = "viewer software but it is also an e-books organizer or manager. By using this advanced software you can easily read your books and you can also highlights the topics in the books which VitalSource bookshelf will remember for you.";
fDesc[5] = "in the big stock markets of the world whether he is a small investor or a big player of this game. By using this incredible software you can view the last 11 years history of different stock markets in the form of analysis reports and charts.";
fDesc[6] = "lives.";
fDesc[7] = "trains that will run accross that layout. The user can plan the tracks situation, switches, gates, the whole layout, set buildings, industrial plants, lights, persons, cars, set the terrain characteristics, platforms, elevations, plants, reliefs, railway elements, etc.";
fDesc[8] = "a funny copy of the original game recreating the essence of the game but with fighters that are ordinary persons and some are even funny persons with funny clothes. The option to add you as a fighter is simply great.";
fDesc[9] = "approaches you, you can quickly switch to your 'Work' desktop.";
fDesc[10] = "Menu Maker anybody can create Drop down menus without writing a single line of code and in just few minutes your menu will be ready to insert in your site. Not only this, you can create horizontal and vertical both type of great looking drop down menus.";
fDesc[11] = "Documents on paper are scanned and converted into text with its highly accurate OCR capabilities, while electronic files are opened and transformed into readable text on the fly. Once converted, OpenBook’s high-quality synthetic speech will read it aloud for you.";
fDesc[12] = "lives. The software could be used with pictures or multimedia files. Events could be added with ease to any individual record. It also provides an ascending genealogy tree with 8 levels as well as a descending genealogy tree with 3 levels.";
fDesc[13] = "ones, of your friends and just known. You only need to enter the time of day and you will get reminders when somebody’s birthday is due, during the birthday and after it.";
fDesc[14] = "language and click the \"Conjugate\" button and you will see the complete conjugation. It is available for Windows and Macintosh.";
fDesc[15] = "must be taken at all times, which will go off in thirty minutes. The bridge can only take 2 persons at the same time and they all walk at different speeds.";
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 = '...';
}
}