var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!";
fDesc[4] = "Active Desktop Application designed to display entertainment, information, and utility in the PCs of the cybercafes located in India. It features system, Internet Explorer and Firefox shortcuts, Yahoo Messenger, GTalk and Windows Live Messenger shortcuts, web search, and interactive ads.";
fDesc[5] = "in this incredible and mega airport. What an opportunity to discover the original feeling and atmosphere of this airport! Simwings utilized the BAA as having them onboard as an official partner for this project.";
fDesc[6] = "reconciliation, journal, point of sale, edit customer, edit supplier, edit inventory items, graphs and financial rates, business intelligence center and dashboard, pastel cash manager, explore, note facility, internet and help file.";
fDesc[7] = "and friends and have some Adult Fun at the same time.";
fDesc[8] = "recommendations, number of outs, over card percentages, online poker tells, pocket card ranks, pocket card nicknames and much more.";
fDesc[9] = "customizable tool will allow you to create fascinating invitations or greeting cards for your partner. This tool is compatible with most of the Windows operating systems";
fDesc[10] = "direct add link page, that you can add your link directly. Such as www.a.com/addurl.html, www.b.com/add-link.htm l";
fDesc[11] = "it easy to sort all your photos by date, name and collection -- and have fun, too. You can stay organized, enhance photos with crops, red-eye removal and Instant Fix, email links -- even order genuine prints. Best of all, you don't have to be a computer wiz to use it. Get 15 free 4x6\" prints on Kodak paper with your first order!";
fDesc[12] = "program will make you sure that the person you have chosen is actually the one to share your life with. Some personal information about the couple should be entered in the program first, and then comprehensive analysis of that data is performed.";
fDesc[13] = "person, that is right for You in respect of your Marriage and Intimate relations. Result is a product of counting and comparing four basic biorhythms and comparing signs of the Zodiac. The program uses in its calculations the exact values of biorhythms calculated on the basis of the influence of the Moon upon the Earth. Forget about searching for the information from different sources about your compatibility with someone else. All you need - add your name & birthdate into person list and press one single button! Besides, this software will provide you with a lots of additional information such as percentage of biorhythmic compatibility, detailed information about Zodiac signs compatibility and more. Ideal Partner already comes with the big person list which contains birthdays and names of celebrities.";
fDesc[14] = "of link exchange with thematically related sites thus helping improve your Web site`s link popularity";
fDesc[15] = "protecting your back links, and archieving higher link popularity and search engine rankings.";
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 = '...';
}
}