var fDesc=new Array();
fDesc[1] = "program comes with DHTML & JavaScripts, a DHTML Menu wizard, a big bag of fresh Graphics and 40 bullet proof CSS/XHTML layouts";
fDesc[2] = "It features slideshows, templates with three-dimensional effects, high transparency and even Vista-looks, along with useful tools for a highly sophisticated website design and management.";
fDesc[3] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !";
fDesc[4] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more.";
fDesc[5] = "in minutes! With Flash Website Design you can be up and running with your own fully complete and professional looking Flash website in less than an hour!";
fDesc[6] = ", ideal for both print and the web. If you're working with photos then Xtreme Graphic Designer can handle everything from a simple one click auto-enhance of your photo through to awesome photo compositions.";
fDesc[7] = "Axure RP Pro is a useful tool to create templates in wireframe for web applications. This is a powerful program that thanks to the wireframe system, will allow you to get a reliable idea of the final result.";
fDesc[8] = "changed, and to crawl your site accordingly.";
fDesc[9] = "different tools for choosing and comparing colors.";
fDesc[10] = "journal, student or personal website with Namu6. One click publishing, picture effects and themes are included. No HTML skills required.";
fDesc[11] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles.";
fDesc[12] = "unbelievable dynamics to your website. Select design templates and suitable intros, add your own content (text, photos, videos, music, sounds, etc) and your professional, animated website is complete. Just one more click to publish it and your work is visible to the world.";
fDesc[13] = "knowledge of HTML, the language of the web. This software has a very easy interface closely similar to that of a word processor which makes the website development procedure simple and quick.";
fDesc[14] = "programming in order to have your own professional website setup in a few minutes.";
fDesc[15] = "website design and development services including ecommerce systems, content management systems, secure shopping carts 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 = '...';
}
}