var fDesc=new Array();
fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[2] = "features of professional photography. BreezeBrowser Pro helps you to manage your photos: from editing your photos to publishing them on the web. BreezeBrowser Pro offers raw conversion for different cameras, and protects your photos using watermarks.";
fDesc[4] = "Internet in just a few easy steps. This program can browse the Web in an automated manner, indexing pages that contain specific keywords and phrases and exporting the indexed data to a database on your local computer in whatever format you want.";
fDesc[5] = "Annotate & cross reference information, edit it using rich HTML editing, organize it and use full text search to find information.";
fDesc[6] = "you gather on the Internet. Never lose another Web page. SurfSaver is an ideal tool for anyone doing on-line research.";
fDesc[7] = "book that allows you to collect exchange and organize your recipes and much more. You will be able to print out your cookbook and create also web pages! They have a large database with over 290 China food recipes available, all to download.";
fDesc[8] = "expectations. KeeBook Creator Home allows you to: Save the Web worthiest pages. Collect, organize and comment documents, images, illustrations and all your preferred Web pages. Create a 3D photo album. Send by email a book on travels with pictures, a book of jokes or your holidays' suggestions... and open it in any browser PC or Mac. Publish your most beautiful books on your Web site. KeeBook Creator Education allows you to: Gather, store and organize all types of electronic documents. Create workbooks of your teaching majors. Speed-up your Web quests and enhance them with personal annotations. Publish your students' books. KeeBook Creator Pro is a new and innovative work tool improving, simplifying and boosting your information in its creation, its enrichment and its transfer. Its functionalities are being optimized to ensure in the most efficient way a professional use in a large...";
fDesc[9] = ", Mozilla browsers. Collect HTML snippets, generate bibliographies, edit snippets and export to CHM, PDF, HTML, RSS, MHT formats.";
fDesc[10] = "instantly, in any order and without backtracking.";
fDesc[11] = "will have a permanent record.";
fDesc[13] = "messages, and more. Save txt, html, rtf, doc, and pdf files. Add saved data to iMiser Favorites with one click.";
fDesc[14] = "can easily extract,collect,store and manage text/html from web pages,filter invisible characters and give you a clean text when necessary!";
fDesc[15] = "closeat hand and up-to-date with Autobrowse - NearSite canautomatically collect your Web browsing while you geton with other tasks, ready for you browse offline whenever you wish, wherever you are. NearSite collects your daily news. Stay informed with a daily collection of local, world, business and entertainment news. Point NearSite at your regular news Web site, schedule an Autobrowse and NearSite will be your electronic paper boy. NearSite saves you time and money. Spend less time online obtaining the information you want and need. NearSite is like a VCR for your browser. As you browse, NearSite stores the Web pages you view, including images, sounds, video and other files. You can look at these pages again, anytime - even when not connected to the Internet. NearSites Cache Explorer makes it quick and easy to locate the information youre looking for in your offline store of Web...";
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 = '...';
}
}