var fDesc=new Array(); fDesc[1] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[2] = "display your photographs. Take as many pictures you can of your room at varying angles. Install the program and goto its website \"http://photosynth.net \" and click \"create synth\". After uploading all your photos, the program will automatically generate the 3D view from your photos."; fDesc[3] = "predecessor, with updated features to take advantage of the last versions of MySQL Server. You will feel very comfortable using this tool."; fDesc[4] = "cards for your friends, family and relatives and then you can send it via emails, Skype or any file sharing software. Voozie maker gives you the power to create 3D greeting cards in which you can write your own text. You can attach any still picture, mp3 or FLV file."; fDesc[5] = "Forex market , you can also use it to check the price of different currencies in relations to each others . you can also use this software to practice trading currencies."; fDesc[6] = "designed to foster a strong visual understanding of mathematics by providing reliable graphing technology."; fDesc[7] = "and it works just like an Astrology Encyclopedia, including all the facilities of Dasa Bhukthi analysis for all the divisional charts, which makes it very handy and useful for researchers, novices and astrology experts."; fDesc[8] = "7,300,000+ unique words, phrases and images in mind-map style associations reveal ideas that escape \"linear\" thinking."; fDesc[9] = "corrupted and damaged MDB files of Microsoft Access. It save a recovered data into new MDB file"; fDesc[10] = "emailing system created exclusively for MLM businesses.Maintain good relationships with your prospects and affiliates with an automatic reminder system."; fDesc[12] = "in structured and unstructured data. The newest data mining techniques were incorporated into Estard Data Miner for carrying out automated data analysis. The program is a powerful end-to-end analytical solution, some of it's functions are: importing data from databases, Excel and Text files, data editing, sorting, manipulation, visualization and reporting. Estard Data Miner performs statistical analysis, reveals all \"If-Then\" rules and creates decision trees. A special feature of the program is that the discovered knowledge can be easily used for prediction. Thanks to built in wizards and user-friendly interface the user needs minimum time to start working with Estard Data Miner."; fDesc[13] = "software gives you an easy way to manage, track, and organize data of a small church."; fDesc[14] = "effort. Define class attributes and methods, including implementations. You can also link classes to build relations like inheritance and association."; fDesc[15] = "software gives you an easy way to manage, track, and organize data of a small fundraising organization."; 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 = '...'; } }