var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "you’ll be able to transfer photos, video from smart phone Nseries to your PC, organize them and place at the online service Ovi. It is also possible to transfer content from the PC to the smart phone and at the same time all the files will be converted to the appropriate format."; fDesc[3] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner."; fDesc[4] = "different software solutions. They have developed many products and one of them is the AlbumPlus X2. AlbumPlus X2 is Serif's powerful, Microsoft® Windows Vista™ certified too. AlbumPlus X2 is a kind of digital media manager,"; fDesc[6] = "images, generate web pages and much more."; fDesc[7] = "Help."; fDesc[8] = "have felt the need for an intuitive yet powerful tool to organise and keep them in order: now you have found it."; fDesc[9] = "library from different points of view. Biblio will be the exhaustive source of information about your book collection."; fDesc[10] = "need for an intuitive yet powerful tool to organise and keep them in order: now you have found it."; fDesc[11] = "Features word processing, spreadsheet and source code type notes, as well as full text search for almost instant search results."; fDesc[12] = "free of charge for a 30-day period. This software provides an useful toolbox set for coins dealers, collectors, private or public institutions, etc. Its easy-to-use interface helps us to create coin collection databases, reports, inventories."; fDesc[13] = "is used to organise your information, and the notes, amount and size are unlimited. Easy drag and drop allows you to quickly reorganise your data..."; fDesc[14] = "real estate people for real estate professionals. Features Version 1.0.0. - Insert and manage contacts, properties, buyers."; fDesc[15] = "solution. Landlord Manager helps landlords organise their rental income and expenditure saving hours at tax time."; 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 = '...'; } }