var fDesc=new Array(); fDesc[1] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website."; fDesc[2] = "You will play in different scenarios, from the jungles to the plains and everywhere in between. There are some special pieces that can be connected to any other, even different ones, to form a tile."; fDesc[3] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[4] = "part of the world. The service is really cheap and works perfectly. It also enables you to call other VoiPCheap users all over the world for free."; fDesc[5] = "behavior. You can fly fish in multiple destinations, in search of different types of fish, with different flies. You can practice all the necessary techniques: overhead casting, roll casting, mending, dry and nymph fishing, and other fly fishing techniques."; fDesc[6] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls."; fDesc[7] = "variety of files, to many destinations, in a completely automatic fashion. You just have to schedule it and forget all about it, the program itself will take care of the job. Besides it’s free of charge and runs on Win98/Me/2000/NT/XP/20 03/Vista."; fDesc[8] = "different versions of Windows. It includes some additional functions to the context menu of Windows and enhance others, although it is not really innovative. It’s only available from Windows Explorer."; fDesc[9] = "BUDDIES to great destinations! Go to Las Vegas! Take a cruise! Go to church! The fun never ends!"; fDesc[11] = "running out. But you need to be fast because you are over time. You have to get all the passengers to their destinations growing up your business by buying planes, expanding destinations, renovating your terminal and hiring employees, etcetera."; fDesc[12] = "Player to guide you for your travel. This amazing travel guide with elaborated maps and destinations can be downloaded and used for free. This amazing tool will guide you to your destination perfectly."; fDesc[13] = "an email. Output to a folder, ftp, fax or a printer. Choose from Word, Excel, HTML, Acrobat (PDF), RTF and more. Easy to use."; fDesc[14] = "folders to the second list, preview results and execute."; fDesc[15] = "organization. PAS can receive PDF documents from multiple sources concurrently, including email, ftp servers and local or network folders. Processes can then be defined independently for each document source to perform a number of different functions on the documents. Finally, PAS can route the original or modified document to multiple destinations, including folders, printers, email and ftp servers. PAS Features : Reliability. PDF Automation Server has been produced and tested with the utmost care so that uptime is maximized and your documents are always processed reliably. Intelligent error handling and recovery is done at multiple levels in the software so that the server can recover from transient error conditions. Multiple Sources. PDF Automation Server can receive documents from multiple sources concurrently, including folders, email and FTP servers. Multiple Destinations. PDF..."; 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 = '...'; } }