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[4] = "pictures, but also for scrapbooking, since you can also add text and even hypertext links. There are two ways of starting a project. You can create a new book, which will give you a sort of 3D representation of a book.";
fDesc[5] = "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[6] = "services that can help us in this task, but what about if we want to create our own photo album? Then iWebAlbum can help us to do this, a simple tool that will help you to create your online web album with just a couple of clicks and a few minutes.";
fDesc[7] = "results. Showcase digital images with your own personal website. One-click FTP upload and no HTML knowledge needed.";
fDesc[8] = "your images to the list, click a few buttons and watch your new web gallery come alive. This all is done by the help of a wizard which guides the user through a series of easy steps to create photo galleries easyly and fast.";
fDesc[10] = "software, HTML, programming, or hosting company required.";
fDesc[11] = "Showcase your images by creating your own personal Web site, with no HTML knowledge required";
fDesc[13] = "images of the format of .jpg,.gif,.bmp,.tif,.t iff,.psd and .png. The kimmie Album can be embedded on web pages.";
fDesc[14] = "numerous themes, customize almost every detail, and publish your web album instantly or save it for future use.";
fDesc[15] = ", picture album, album review and family photo album. It can create, release or manage your photo album online easily, and allows you to upload, download, manage, and browse your photos online, and you even could browse your album through web.";
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 = '...';
}
}