var fDesc=new Array();
fDesc[1] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists.";
fDesc[2] = "command line. 3. Process Watch Module. 4. Connection for Ad-Watch. 5. Computer memory use has been reduced. 6. Rootkits detection and removal. 7. Support for several languages";
fDesc[3] = "long list of keywords is very easy. You can sort your keywords in ascending or descending order. You can optimize your keywords list by removing unwanted words occur anywhere in the keywords.";
fDesc[4] = "creating professional looking banners on the flash. This program can be used by both novices and professional Flash designers, and especially can be very useful for web masters to create smart-looking, flashy pages to attract new visitors and make good impression.";
fDesc[5] = "But that situation, which could be critical some times, now has a solution. It’s called Recover My Email. This handy application is designed and used to recover deleted email messages from Microsoft Outlook and Microsoft Outlook Express (.dbx files).";
fDesc[6] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect.";
fDesc[7] = "customers using Bluetooth protocol. With this program, you can target a specific area and group of people/businesses within a 15 meter radius. Bluetooth advertising is easy to use and is designed to provide spamless advertising.";
fDesc[8] = "getting information about your online behavior, block advertisement and images from web sites you visit, and kill annoying popup windows while surfing the web.";
fDesc[9] = "energetic girl finds a job advertisement as a server in a juice bar and without second thoughts decides to call. Before even noticing it she’s working at the Golden Hearts. The whole idea of the game is to serve customers as soon as possible and make the most money you can.";
fDesc[10] = "for only ?19.95.";
fDesc[11] = "is very effective software application which can be used at any public place for marketing. This marvelous tool is available at a very low price.";
fDesc[12] = "list of over 14000 black listed servers and tracking cookies, plus it updates this list automatically. Users may also add urls to be blocked in case they are missing in the list.";
fDesc[13] = "software that was developed for blocking such things. The program is absolutely free and can be easily downloaded from the developers' home page.";
fDesc[15] = "sending it. Your advertising message in the middle of someone's screen, on top of any other running applications.";
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 = '...';
}
}