var fDesc=new Array();
fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007";
fDesc[2] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge.";
fDesc[3] = "it is to use! Everything is \"drag and drop\". No need to know HTML or any other techie language, its as easy as painting by numbers!";
fDesc[4] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes.";
fDesc[5] = "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[6] = "support for many digital cameras software and is compatible with file formats such as JPG, GIF , RAW, BMP, TIFF, PNG, DNG. The tool is bundled with a FTP client software. Many website templates like wedding, model book, holiday, real estate, etc are also available";
fDesc[7] = "website builder and so users does not required any technical or programming knowledge to create websites. Due to its template based designing process, users can easily add or modify content without affecting the design of the site.";
fDesc[8] = "and share photos and videos online. This incredible program enables you to upload photos easily, select design templates, add text and music.";
fDesc[11] = "information that is needed to successfully promote your software. Free submission to 20 download sites utility is included. Maximize your sales.";
fDesc[12] = "software, or simply use it as a revenue raising tool! Content updated hourly, no intervention required";
fDesc[13] = "PageBreeze's design emphasizes simplicity and ease-of-use. You'll find that you'll be creating great looking websites almost instantly.";
fDesc[14] = "simply point and click on website templates, click the web designs that you like, and voila! You are done! Che";
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 = '...';
}
}