var fDesc=new Array();
fDesc[1] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9.";
fDesc[2] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[3] = "media manager, you can now have the complete PC and TV experience. Whether you want to access your media files from the comfort of your living room, or complete digital media projects on your PC, Nero 8 Ultra Edition is all you need. Now, with more features than ever before, this powerful software can transform your digital photos into professional animated slideshows, backup all of your valuable data, manage and search your media files, edit video or photos, create DVDs (including menus), stream your files over a media server, and compress files to take on the go. Beginners and experts alike will be amazed by what one solution can do. Really, it’s that good.";
fDesc[4] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text.";
fDesc[5] = "contracts, agreements, letters, board resolutions, plans, proposals, policies, checklists and spreadsheets, Business-in-a-Box™ simplifies and accelerates all your writing tasks. Simply fill in the blanks and you'll be ready to do business in minutes! Features: Save Time & Effort – Don't start from scratch. Simply fill-in the blanks! Save Money – Avoid lawyer's fees by using reliable do-it-yourself legal forms. Act Professionally – Improve your overall productivity and corporate image. Fast Document Search – Perform keyword searches or browse by subject. Easily Customize Templates – Use MS Word & Excel or the Default Text Editor. Auto-Fill Feature – Automatically enter your information in all relevant fields.";
fDesc[6] = "music you write can be played by the system on the fly, so you´ll be able to hear the results of your writing instantly.";
fDesc[7] = "correct the grammar, spelling, and style mistakes we may have made while writing English. It offers grammar explanations and synonyms, as well as dictionary, idioms, thesaurus, translation, etc. WhiteSmoke has several versions to suit our needs.";
fDesc[8] = "conceived, LyX tries to make writing accessible to the masses, and, also, to those who need more than just writing words. LyX comes with several layouts inbuilt.";
fDesc[9] = "problems of a writer. It is an excellent tool for organizing and administrating texts during the writting process that also allows importing projects that are being developed or that have already been finished.";
fDesc[10] = "features a very simple and intuitive user Tabbed multi-document interface which is comfortable both for beginners and experienced programmers, making PHP development easy and productive.";
fDesc[11] = "minutes. Thanks to its intuitive and easy to use interface, making copies of your data files has never been so simple. You just drag and drop the files or folders you want to copy to the FileCD window.";
fDesc[12] = "represent Carrie again. After the adventure of taking care of babies in the six continents around the world, you’ve adopted a child in Africa called Safi, and now you’re back ready for your next adventure: preschool. You’ll have to teach the kids painting, writing, shape-sorting, and much more.";
fDesc[13] = "great features and allows you to determine and organize every aspect of your story before you ever begin to write. You can easily switch between different story guide paths, allowing you to achieve your maximum writing potential.";
fDesc[14] = "They help the user in making sense of their writing. The writers can now write different chapters completely unrelated to each other and when required they can be slotted by simply dragging and dropping the chapters to complete the flow of the book.";
fDesc[15] = ", and Chicago/Turabian style of writing. This amazing tool easily integrates with MS Word text processor, so you can make the necessary formatting of your Word document according to your requirements.";
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 = '...';
}
}