var fDesc=new Array();
fDesc[1] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code.";
fDesc[2] = "popular file formats can be converted to DVD and played on any DVD player. This utility provides settings needed for DVD creation such as choice of NTSC or PAL standards, resolution of the video, aspect ratio of the video.";
fDesc[3] = "then I recommend you to download and use DIKO. With this simple yet powerful video converter, you can easily create SVCDs and DVDs, and, in order to achieve the best quality and efficiency, DIKO works with other applications included in the installing package.";
fDesc[4] = "environment.";
fDesc[5] = "complete with a large number of ready-to-use templates and project assistants, which make getting fast professional results child's play.";
fDesc[6] = "wizard. Just tell where your CD files are located and what documents you would like to autorun or display in the autorun menu. No programming required!";
fDesc[7] = "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[8] = "environment.";
fDesc[9] = "to create powerful menus without the need for programming experience. You can create menus with buttons for automatic, photos, text, html, flash files, RTF files, GIF files, hyperlinks, \"hot spots\", timers and more.";
fDesc[10] = "programs, launch applications, show documents, play movies, explore Internet etc.";
fDesc[11] = "CDs with an easy-to-use interface. The user friendly GUI allows you to create auto run CDs with ease, you may save your project so that you can modify it whenever you want to. It comes with a demo project so that you can know how it works. Features: User friendly interface. Has option to make your menu fully customizable. Includes buttons like Install, Read me, License, Help, Browse CD, About Author, Exit. Save and open project at anytime for modifications. Plays music. Displays your company's logo. No Ads, No Nag Screen, No Links to author's homepage. Build Professional CD Menus. 100% Free.";
fDesc[12] = ", E-Books, CD business cards and promotional CDs. It is an essential tool for software companies, retailers, photographers, designers";
fDesc[13] = "almost every parameter of the menu and create your own professional looking DHTML menu within a few minutes.";
fDesc[14] = "JavaScript and CSS files that you can incorporate into your existing HTML pages. The application is shareware with a 30 day time limit and the web menus will only work with DOM/DHTML compliant web browsers (the menus have been tested with the current versions of Microsoft Internet Explorer, Mozilla, Firefox, Opera and Netscape).";
fDesc[15] = ", descriptions, colors, backgrounds, gradients side-bars for each popup menu with aligned/rotated/colore d text, image, custom colors, and more!";
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 = '...';
}
}