var fDesc=new Array();
fDesc[1] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software.";
fDesc[2] = "YAHOO the software giant has introduced its new innovation a form of preventive software to spyware,viruses,malwar e,spam and unsolicited emails.As they say prevention is better than cure,it holds apt in here as with YAHOO SEARCH PROTECTION you can have a protective layer around you PC";
fDesc[3] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist";
fDesc[4] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program.";
fDesc[5] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[6] = "that case you need to use WinHTTrack, which will allow you to create a complete copy of the website in your hard drive. Although the simplicity and shortly striking appearance of the software is very useful.";
fDesc[7] = "login screen at the same time, recreating the experience we got with Windows XP on hotmail website. The best feature of the program is that it will get the account info automatically from windows live messenger.";
fDesc[8] = "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[9] = ", readit's, and other portals. Stumbleupon allows you to rate any website that you want. The feedback that you give a site will be sent to all the users who are connected to the Stumbleupon service.";
fDesc[10] = "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[11] = "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[12] = "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[13] = "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[14] = "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[15] = "cookies. Copy and store websites on portable media such USB and CD. Convert dynamic websites into static.";
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 = '...';
}
}