var fDesc=new Array();
fDesc[1] = "the basics: speakers and microphone volume controls, and a simple dialer with clear and cancel buttons. The software is free but to get it working you will be asked to setup a payed account.";
fDesc[2] = "manager that will let the user(s) optimize their performance. The newest features of the software can take screen shots, and capture videos which therefore will create screen casts, demos, tutorials, simulations, and videos that can be used on the internet.";
fDesc[3] = "software gives you the opportunity of choosing an option that will enable you to listen to texts without making effort in reading on the screen. You can easily switch between the software and the main window.";
fDesc[4] = "any need of Adobe Acrobat or Adobe Reader. You can set permissions and passwords for the PDF file like, printing, editing, copy or modifying permissions. You can set owner and user passwords to create PDF files for professional use.";
fDesc[5] = "files directly on your PC using a webcam or capture device. It also enables you to capture and record anything that can be played or displayed on your computer screen.";
fDesc[6] = "computer, it is called All Video to 3GP Converter. All Video to 3GP Converter is a smart tool with many features to convert almost all popular video formats to 3GP formats.";
fDesc[7] = "changed to look exactly like Windows Vista and there are other tools and features which will simulate the wonderful performance and appearance of Windows Vista.";
fDesc[8] = "Audio CDs using a single drive or multi-drive robotic ripping. With Dbpoweramp Batch Ripper 1.0 users can rip over 120 discs per hour through-put per machine (6xdrives).";
fDesc[9] = "AntsSoft have now come up with another such software product called Ultra Button. Ultra Button is a very simple tool to create web based button. Ultra Button Help users to create image buttons or Flash buttons for web pages.";
fDesc[10] = "from your machine, even if you have removed them from Recycle Bin of your computer. Magic Uneraser also works with external drives like MP3 player, camera, USB drives and many others along with scanning and finding deleted data from your computer hard disk.";
fDesc[11] = "features and cool applications. Basically, it enables you to turn any webcam, compatible with Windows, into a powerful surveillance utility.";
fDesc[12] = "greatly from this software. Once data has been entered into the DataBase Professional program it will then be accessible to everyone in your business. All users will be able to gain access at the same time and can update, review or use the same data.";
fDesc[13] = "(the most popular video-sharing website). Using this software, you will also be able to convert the videos you download into the AVI format so that you can play them on Windows Media Player or other media player.";
fDesc[14] = "image formats to JPG in a snap. Within the same window, you can find basic editing tools such as resizing, cropping, rotating, stretching, scaling, among others.";
fDesc[15] = "mathematics from the primary school level. It has a very simple user interface. Although the game is restricted to numbers between 1and 12, the way of teaching the elementary mathematical skills of addition and multiplication is very interesting to children.";
fDesc[16] = "understand, but not to use! Site information, the position of sun, etc can be added. The list of accessories and objects include tables, chairs, electrical appliances, pillars and wall, etc. This is a really good program.";
fDesc[17] = "it will create not only one, but as many screensavers you need using the images you prefer. Basically, the only thing you need to do is select the photos or directory you want, save your screensaver, and the software will immediately create it and save it in your hard disk.";
fDesc[18] = ", Islam, Hinduism and Zoroastrism. It includes books such as the Bhagavad Gita, The Eightfold Path and the Q'uran, as well as a powerful Search feature and printing options.";
fDesc[19] = "software, Bodog is certified as one of the most respected online casinos, according to a prestigious magazine, distinguishing for its fast payouts.";
fDesc[20] = "smaller clips in various formats. The tool features a video cutter function where the begin point and the end point can be selected for more accuracy. The codec as well as the encoders are built-in with the software and there is no need for any external codec.";
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 = '...';
}
}