var fDesc=new Array();
fDesc[1] = "links, you only need to chose what you want to watch. The program interface is in portuguese language, and most of the channels are from Brazil. You can watch lots of channels grouped in packages (even radio stations), and you can even download more packages from the web.";
fDesc[2] = "user can copy one or more file links and the program checks them if they are available and, if so, downloads them, this feature can also work by introducing the page’s code complete";
fDesc[3] = "access your Personal Photo Gallery, keep an eye on your appointments, keep track of your Music Library, write down notes as well as having access to Breaking News, Instant Web Searches and Weather Information. There are lots of other things to add.";
fDesc[4] = "and portals. The program is also very useful for webmasters to keep an eye on their competitors' websites for inbound web-links.";
fDesc[5] = "with Windows Vista. Downloading from the filesharing service is a quick and easy way to download batches of links. The program has an integrated link checker and link grabber. It can save your password so you don’t have to worry about forgetting it.";
fDesc[6] = "and suggested corrections. Its dictionary includes hundreds of thousands of entries in each language. The grammar checker includes the analysis of the function of words in a phrase (part of speech and grammatical links; homophones and homographs; synonyms and definitions, etc.). Grammatica can check text in any text editable window using our \"hotkey\" (the default is F2, but the user can set their preference). It integrates tightly with Microsoft Word 2000 and XP. Each language module is sold separately, but can be easily added to and accessed from one Grammatica interface.";
fDesc[7] = "search engines are supported), we can see small icon on the right side of each link. A \"green\" tick means, good site. A \"yellow\" means linked to bad sites or have some threat level. A \"red\" \"X\" means, websites with virus or misleading contents.";
fDesc[8] = "- Netscape, Internet Explorer, and Opera. Plus, it can launch any system specified generic browsers.";
fDesc[9] = "search engines. Other tools included with Advanced Searchbar are a pop-up blocker, an Internet tracks eraser, a calculator, a spell checker. The program also features Internet network tools, games, web page translation and more.";
fDesc[10] = "pages this file has links to until it checks all links on the site.";
fDesc[11] = ", etc, click a button and JOC MP3 Finder will check simultanously all configured search engines, finding MP3 files related to to the text entered. Results are returned almost instantanely and are validated automaticly after the search is performed. Verified MP3 links can be downloaded immediately with a quick double-click. Features include: store results in projects files, verification of MP3 results, integrated downloader supporting resume of parcial downloads, exports results in diferents formats, offline sorting/searching, adding your own mp3 links, search history and many more. Fast, Compact, easy to use and the best of all, it's FREE! A MUST for every Internet user.";
fDesc[12] = ", files etc. Dividing servers by categories tree and regions. Power search ability. Check links ability. Deleting duplicates abilit...";
fDesc[13] = "your Windows visual and sounds components such as Wallpaper, logos (Win95), logon screen (WinXP), sounds, screen saver, themes (Win9x). You can automatically download new items from this web-site. Also Desktop Studio includes helpful tools such as Check you lists for broken links, Converting pictures to BMP or JPEG formats, synchronize changing between items, Import THEME files into Desktop Studio items-separated lists, Automatically Backup On First Change, Add New Items Wizard and more...";
fDesc[14] = "your websites and your competitors in seconds! It could help you load and extract all of the hyper links from a website, a local or online page. Check if the links are broken and check the PageRank for each link. A Google API account is not needed. It combines powerful features and an easy-to-use interface and is robust enough to deal with more than 100,000 links.";
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 = '...';
}
}