var fDesc=new Array(); fDesc[1] = "Real Video, VCD, Quick Time, DVR-MS, MTS, FLV, MP4 , MKV , 3GP, VOB, Nullsoft Video. It helps you convert files to formats compatible with popular portable devices. Includes a trim tool, profiles for the most common outputs and automatic shutdown after a job is done."; fDesc[2] = "you’ll have a shooter-like device with which you’ll drop balls. The colors of the balls to be shot varies randomly, so you have to select the best place to drop it according to the color."; fDesc[3] = "others games alike since it has an underlying story going on.The goal of the solitaire is to clear all the cards from a certain layout. To do that you have to make pairs of cards that match their values."; fDesc[4] = "interested in, and the information about those who serves it now. LanWhoIs will answer all your questions about domain (site) holder or IP address!"; fDesc[5] = ":) Can be used instead of messaging service/WinPopup for LAN. A lot of options for every application aspect"; fDesc[6] = "numbers, software information, vendor information, license information, billing information and much more..."; fDesc[7] = "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..."; 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 = '...'; } }