var fDesc=new Array(); fDesc[1] = "adds the ability to buy movies online as well. The estimated cost for each movie varies between about $2 and $5. This version also includes a tool called Genius, which lets you create playlists automatically by analyzing your personal library for songs that are related."; fDesc[2] = "synchronise our data (calendar, contact, bookmarks, etc) from our PC to various devices such as iPhone, iPod touch, a more applications."; fDesc[3] = "launching features will show up. Each corner has its own function: Left - up: opens My PC. Left - down: Internet Explorer Favorites. Right - up: switch windows. Right - down: Shorcuts from the desktop. You can change the assignments."; fDesc[4] = "variety of keyboard layouts. The program supports novice and expert users who wish to improve on their typing skills. It is appealing to adults and children alike by applying feeback techniques to keep the user interested in taking the next lesson."; fDesc[5] = "members on $100 bills! Swap faces and bodies! Change yourself into an astronaut or a personality on a poster. Change photos for practical jokes! FunPhotor is professional fun-photo-blending maker,Combine your photos to funny or surprise scenes!and it's also a valuable and sophisticated program for entertainment. It's just plain fun! Try the coolest image synthesizing software today and see the magic with your own eyes!"; fDesc[6] = "Trying it with any other device will result in a quite expensive paper weight. When you first run QuickFreedom it will look into your device's firmware and tell you whether or not your device can be jailbroken. Even if it is not ready, a firmware update will do the trick."; fDesc[7] = "high-quality formats your iPod can play. It converts your video clips to either of the high-quality MPEG4 or H264 formats that are playable on a 5th-generation iPod, a 6th generation iPod Classic, a 3rd generation iPod Nano, or a first-gen iPhone or iPod Touch."; fDesc[8] = "developed for iPhone and iPod Touch, this tool allows you to read most type of documents in your computer, including ePub, TXT, DOC, RTF, HTML, LIT, and LRF. Its conversion capabilities will then allow you to upload them to your iPhone, iPod Touch, or Kindle."; fDesc[9] = "Click on the following links for the driver package readme info:.../Disk1/Readme. txt This package supports the following driver models:One-Touch Buttons"; fDesc[11] = "accuracy. Your typing can be as easy and fluid as speaking while causing you to finish writing tasks with higher efficiency. Creating reports, emails and presentations will be done more quickly, giving you extra time in your day."; fDesc[12] = "English and Arabic Layouts. Help files are also available in Arabic and English. This software is designed to give us the opportunity to learn Arabic touch typing."; fDesc[13] = "first have to find some objects from a list, but in this case you will see that some of them will need a special tool to grab them. You will also have to solve some tricky puzzles."; fDesc[14] = "provide diversified and effective training. An intelligent free writing mode is available. The programme is server and network compatible."; fDesc[15] = ", creativity and communication skills at all levels. Ideal for anyone looking to improve their typing speed and accuracy, Teaching-you Touch Typing is like having your own personal tutor, but at a fraction of the cost."; 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 = '...'; } }