var fDesc=new Array();
fDesc[1] = "WYSIWYG mode, with little HTML knowledge or experience. You can build your pages dragging and dropping images or text until you get the desired look. Then you can upload them to your Website.";
fDesc[2] = "all your FTP Servers settings in one place. This incredible program supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode.";
fDesc[3] = "three windows: Code editor, Visual editor and Preview. Tables, fonts, frames, forms, backgrounds, icons, toolbar buttons, blog icons, image borders, etc., are ready to be inserted and dimensioned for the user to build whatever is necessary for the project.";
fDesc[4] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !";
fDesc[5] = "eye on the whole process giving you a clear overview of the status of your file uploads and downloads. This incredible program enables you to make last-minute changes, preview, organize and upload your work, and then back it up, just in case.";
fDesc[6] = "changed, and to crawl your site accordingly.";
fDesc[7] = "easy step. Free Zip Wizard can also run any program or setup file inside Zip files.";
fDesc[8] = "just a few steps. This incredible program enables you to upload images from any camera, to any Website on your list, on any schedule you set.";
fDesc[9] = "quickly creates complex text and image effects with just a few clicks of the mouse.";
fDesc[10] = "You can just go in there and do whatever you need to do and then go back home. CoffeeCUP MP3 Rip & Burn is all you need to handle your Audio CDs and your MP3 Files.";
fDesc[11] = "any other confidential information in one convenient and secure place. All data files are stored in an 448-bit encrypted format to prevent unauthorized users from accessing and viewing them.";
fDesc[12] = "What You Get) environment using both CSS or tabled layouts. CoffeeCup HTML Editor's design emphasizes simplicity and ease of use. You'll find that you can create great looking websites almost instantly with virtually no learning curve!";
fDesc[13] = "enhancing it with stylish fonts that can be created with this exclusive tool. This economical tool is enhanced with a simple interface which includes the following options: preview pane, enter sample text pane, tags pane, fonts selection pane, and effects pane.";
fDesc[14] = "and CSS in s a faster way. This incredible program comes with DHTML & JavaScripts, a DHTML Menu wizard, a big bag of fresh Graphics and 40 bullet proof CSS/XHTML layouts";
fDesc[15] = "to help the world of software developers and computer users. Coffeecup has now come up with their new wonderful product Coffeecup sIFR Font Maker. With Coffeecup sIFR Font Maker one can convert many fonts to be used in customized manner for their Flash files.";
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 = '...';
}
}