var fDesc=new Array();
fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information.";
fDesc[2] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[3] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers.";
fDesc[4] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages.";
fDesc[5] = "able to search for Winamp skins and plug-ins without having to open a separate website while they listen to their favorite music or watch videos.";
fDesc[6] = "Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though.";
fDesc[7] = "structure? Install Handy Folders and get instant access to whatever you need. Here you can get to a location through different, yet equally short ways.";
fDesc[8] = "provides instant access to all AOL services and features such as mail, Instant Messenger, and much more. It includes a surfometer that shows you the number of webpages visited and enables you to add the buttons your want to your bar from its button gallery.";
fDesc[9] = "difficult. It only requires you to go to the website and select the picture you want to upload, copy the code or link and paste it somewhere else. This toolbar will make that process a whole lot easier.";
fDesc[10] = "mapquest.com to get driving directions, it might be nice to have this toolbar installed. The application will install itself onto Internet Explorer. It will run automatically the first time you open the web browser.";
fDesc[11] = "weather on-line to see how you need to get dressed, if you need to take an umbrella, etc. AccuWeather.com summarizes the information on the website and puts that data into your web browser, the application you spend most of your time on.";
fDesc[12] = "the future, with quick and easy one-click access to LinkedIn - save and return to profiles of interest, see connections at any hiring company, get introduced to hiring managersinclude HotJobs, Monster, Craigslist, CareerBuilder, Simply Hired, Dice, and Vault)";
fDesc[13] = "news directly on your browser. It also shows you which movies are coming soon and which ones are currently in theaters. With this toolbar you will never miss a movie and you will be the first to know about the latest news.";
fDesc[14] = "search experience. The program provides a list of daily free mp3 and enables you to listen to full CDs online and The Interface with just a few clicks. It provides the latest music news directly on your toolbar displaying headlines, no matter what you are doing.";
fDesc[15] = "install itself onto your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though.";
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 = '...';
}
}