var fDesc=new Array();
fDesc[1] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program.";
fDesc[2] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID.";
fDesc[3] = "speakers or ear phone. It actually generates different sound waves with different frequencies, wavelength, pitch and intensity, and when you listen these sound waves as a sound by using ear phone for some time then your brain will be stimulated.";
fDesc[4] = "color coded. A very useful Visual Editor is included in the application for watching the conversion results and for possible necessary retouches on the generated image. Output resulting image can be resized for matching any picture container.";
fDesc[5] = "fascinates you. Vista boot logo generator is an application that lets you customize the boot screen of the operating system, that is, changes the logo start on the Windows Vista you want.";
fDesc[6] = "compliant with the standard W3C specifications. Interface is pretty nice and easy to understand. You just need a few minutes to make a nice menu, either horizontal, vertical and drop-down (combo-box) menus.";
fDesc[7] = "and galleries of various styles in a snap. The program features a nice and intuitive wizard-like user interface that enables you to easily go through the four steps of the process.";
fDesc[8] = "protect your compressed archives. With Password Generator you can choose the character set, this means what kind of characters you want to include in your passwords. There are three options: capital letters, small letters and numbers.";
fDesc[9] = "effortlessly to have every internet widget on your own computer. Amnesty Generator works flawless with a bunch of sites, sites where you can grab widget for your computer, like YouTube.";
fDesc[10] = "username/passwords, numbers and license keys. The program will export them to a text file in few seconds. It can be accessed through command line and a beautiful advanced front-end.";
fDesc[11] = "encrypted file in addition to an Array, ArrayList or test file.";
fDesc[12] = "can be submitted to Google to help them crawl your website better. Create a Text sitemap to submit to search engines";
fDesc[13] = "few seconds allowing you to choose keywords and optimized text. The program is very small and intuitive, which will only take you a few minutes to understand. In the input section you have to add a word list file and a sentences file, which can be created with Notepad.";
fDesc[14] = "and can be very useful for a web programmer. It really impressed me with its user-friendly interface that makes it very easy to use. It is very small in size and supports all common Windows family operating systems like 98/ME/2000/XP/2003.";
fDesc[15] = "'Master Password' and a 'Keyword'. This utility blends several combinations of symbols, upper and lower case letters and numbers into a unique password each time you request and it also allows customization.";
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 = '...';
}
}