var fDesc=new Array();
fDesc[1] = "with the work of administration, the hassle of transferring files, backups and sharing content; Windows HomeServer attacks all these fronts.";
fDesc[2] = "different software solutions. They have developed many products and one of them is the AlbumPlus X2. AlbumPlus X2 is Serif's powerful, Microsoft® Windows Vista™ certified too. AlbumPlus X2 is a kind of digital media manager,";
fDesc[3] = "will make a system PC cleaner and more efficient. It is easy to use so the user can clean and repair Windows registry problems with a few simple clicks.";
fDesc[4] = "your computer in full screen. Let the sexiest girls on the web come on your demand and strip for you right on your desktop.";
fDesc[5] = "appointments and dance and strip for you whenever you want them to. The desktop version is free and unlimited.";
fDesc[6] = "promote your web site to over one million search engines and internet directories worldwide.";
fDesc[7] = "files, simplify the error codes, firewall or your antivirus if blocking the email sending or Outlook Express functioning, and many more. This tool does not provide support for Windows ME, 98 and 95 operating systems.";
fDesc[8] = "and dance and strip for you whenever you want them to. The desktop version is free and unlimited.";
fDesc[9] = "first and only free video screen saver with real live girls that come to your desktop at your demand in full screen mode.";
fDesc[10] = "registry problems with a few simple clicks and enable you to enjoy a cleaner and more efficient PC.";
fDesc[11] = "submitting your press releases to over 33000 media contacts including newspapers, magazines, tv and more!";
fDesc[12] = "These workers encounter several challenges in their daily lives such as maintaining himself up-to-date about the news in their specific area, monitoring their companies competitors, clients and partners, following the companies news posted on the intranet, etc. Have you ever wondered how much time your employees could save if there was a mechanism that could easy their process of following and searching for relevant information in the Web in an automated and proactive way? InstantaNews was created to help the companies which face this kind of problem every day. Working totally integrated to Microsoft Outlook it enables its users to retrieve news from websites, blogs, portals and various other types of information sources in an automated way. Using InstantaNews, the users can monitor the increasing number of information sources that support the RSS format in order to obtain news that...";
fDesc[13] = "check at all times. It includes scientific studies, videos and information about natural products, nutrition and health.";
fDesc[14] = "build the right link exchange strategy, increases your web popularity and takes your web visibility to the next level.";
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 = '...';
}
}