var fDesc=new Array();
fDesc[1] = "and search for all your scanned papers, image and computer documents with ease.";
fDesc[2] = "to express your love to that special person in your life. This is not something that will be kept in a drawer and very seldom enjoyed. The screensaver will show several hearts floating like balloons and each with its own message or word, or a group of them to form a longer phrase.";
fDesc[3] = "RSS Wizards and lots more. The application has a tabbed system, which makes life easier for the user and assists in book-marking RSS feeds, Internet links, files and folders and makes it possible to access all of them from a single window.";
fDesc[4] = "Editor (PL), integrated Video or Visualizations (Video/Vis Drawer), or the EQ, Skin Options, and Color Themes (Config Drawer) from the Main Window.Includes over 50 color themes that suit nearly every mood or occasion.Winamp 5 carries forward the unobtrusive \"Window Shade\".";
fDesc[5] = "any elements of source code to diagrams. Code Visualizer show flow-chart and NSD about a method. Code Visualizer summarize project's statistics.";
fDesc[6] = "others you will need the Tams11 Lobby found at http://www.tams11.com.";
fDesc[7] = "grocery store you can customize Amigo Point Of Sale to suit your business. Also included: unlimited-line caller ID capability, time clock, 2 second IP-based credit card processing using your existing merchant account and PCCharge, graphical pizza order entry, bar and nightclub module, split checks, reservations, and dual cash drawer capable. Use your own logo for the branded look. It supports IP credit card processing with PCCharge Payment Server, unlimited bar tabs, and redesigned quick pay screen for fast food and nightclubs.";
fDesc[9] = "himself or his clients. Kesway CabiDesigner Pro is the abstraction of a long time working experience in cabinet furniture designing. It covers many useful default actions so that the user can focus on designing his cabinet instead of worrying about the details. It is the best choice for DIYers! WYSIWYG (What You See Is What You Get!). A user can design his style of cabinet furniture in a 3D view and see the final design result as they are working. Wood Cutting Layout and Cost Estimating. With the help of Kesway IWCLE Engine (Intelligent Wood cutting List Engine), Kesway CabiDesigner can create a wood cutting list report automatically with the layout of boards, estimate cost and board usage. Cabinet boards separating. ACBS Engine (Automatically cabinet board separating Engine) will help the user to separate the cabinet into right single boards automatically. Board shape Editing. User...";
fDesc[14] = "provides list view of macroscopic contents. It also provides flow and NSD. It co-relations between user source code and Visual Studio.";
fDesc[15] = "Lock, Butt, Rebate1, Rebate2 and Dovetail. Overview of Drawer Cut Benefits: Calculates all parts for cabinet drawer manufacturing. Eliminates errors! Many joinery options are provided to enhance the flexibility of your drawer making. Quickly calculates all materials: Lineal & Board footage plus material costs Drawer Designer : allows you to design a custom drawer unit. FAST!";
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 = '...';
}
}