var fDesc=new Array();
fDesc[1] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[2] = ", create musical slideshows, make screensavers, and even order customized photo gifts (calendars, mousepads, and mugs). Digital Photos come to life with entertaining musical slide shows (PhotoShows) to share with family and friends online via e-mail or your own Nero PhotoShow Circle Web site.";
fDesc[3] = ", anti-spyware, and firewall security features a first-class PC backup and restore service. The program protects your computer from viruses, worms, Trojan horses, hackers, phishing, and other threats.";
fDesc[4] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[5] = "program has the ability to capture the full screen, an active window, an active window client, or any part of the screen in the form of a rectangle, square, ellipse, circle or polygon in a snap.";
fDesc[6] = "Basically, Memeo Share is responsible for posting the photos and videos you want in a private space on the Internet. A website that may only access people you invite. That is, your circle of friends.";
fDesc[7] = "application for managing your music and syncing your library to your iPod. It is also known that the iPod can only be synced using iTunes, and that iTunes only works with iPods. It is sort of a vicious circle.";
fDesc[8] = "applications like Adobe, AVG antivirus, Microsoft Office and many others with a great design different from original ones. This program is simple and easy to use.";
fDesc[9] = "counting. Kid’s Abacus has a simple interface with simple images which I think is better for small kids’ eyes of this age group. With Kid’s Abacus your kids can easily learn math counting.";
fDesc[10] = "with 10 different variations of the Solitaire Card Game: Spider, Lucky Fans, Circle, 21 Blitz, Propeller, Monte Carlo, Accordion, Carfield, Russian and Vanishing Cross.";
fDesc[11] = ", 3pt. Circle, 2pt.Arc, 3pt. Arc, Ellipse, Point, Polygon, MultipleLines, Place Text, Ortho Dimension, Radial Dimension,Angular Dimension, Leader, Snap Point, Snap Object,Snap Midpoint, Snap Percentage, Snap Perpendicular,Snap Tangent, Snap Intersection, Blank Line, Confineto Angle, Associates(Pre-drawn collections of objects).Editing Tools: Object Select, Window Select(with filtering by layer, object type, line width,line type), Break, Trim, Copy, Stretch, Mirror,Radial Copy, Rotate, Concentric Copy, Scale, Erase,Change.";
fDesc[12] = ", triangle solver, circle solver, and a steel shapes viewer.";
fDesc[13] = "options helps to calculate right angle triangle,bolt circle,speed and feeds for drills,X and Y coordinates,chord dimensions etc.Inch to metric and metric to inch conversions is available on all calculations in Machinist's Calculator.";
fDesc[14] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start...";
fDesc[15] = "which are commonly used in the Imperial measurement system. Plus, the radius of circumferences can be calculated and much simpler operations can be done, such as additions, subtractions, divisions, etc. It also converts cm to inches and vice-versa.";
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 = '...';
}
}