var fDesc=new Array();
fDesc[1] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware).";
fDesc[2] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion.";
fDesc[3] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[4] = "you open the program you can find a box in the top, you must paste the video url and press the button add after you do that you can see your link in the window below ready for start the download.";
fDesc[5] = "sizes and colors/textures, which you can modify in a variety of ways. The first obvious way in which you can play with these buttons is by changing the text inside them. This is done by simply selecting a button and writing some text in its text field.";
fDesc[6] = "and information marketers, offering them a simple an easy to use tool to build web sites. During the installation, the program will check if you have the minimum requirements. But, if you your computer doesn´t meet them, the program will install anyway.";
fDesc[7] = "a complex system that allows you to retrieve myriad classifications and data about the desired broadcast. Also, it allows you to tune internet TV broadcast.";
fDesc[8] = "of this program, you are able to vary their background and text by customizing their dimension, texture, shadow, lighting, and shape. You will not need any extra effort to learn to create unique and professional custom 3D buttons for Web pages and projects.";
fDesc[9] = "customize each button, to match the web page style or user requirements. Buttons properties can be set from dimensions to lighting.Dimensions can be adjusted in width and height, as well as to set the horizontal and vertical margins.";
fDesc[10] = "Button Factory allows you to take predefined button styles and tailor them to your own needs.";
fDesc[11] = "Javascript and HTML code on the fly, so you don't need any additional graphics or programming skills and will get instant result.";
fDesc[12] = "analysis and produce a detailed report. Link popularity is actually a total count of all the linked pages that link to your site. Higher link popularity can help your website get higher search engine ranking.";
fDesc[13] = "tray after installation and only one window is all you’re gonna see of it. As you can imagine from what I just said, it’s extremely easy to use and low resource consuming.";
fDesc[14] = "translate the specified web pages into your own language";
fDesc[15] = "initiate a communication channel with the visitor to your web site.";
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 = '...';
}
}