var fDesc=new Array();
fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software.";
fDesc[2] = "ATI Catalyst Control Center can be used to fine-tune your graphic settings, enable or disable connected display devices, and change the orientation of your desktop, etc. Many features present you with a preview of your changes before they are applied.";
fDesc[3] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!";
fDesc[4] = "multiplayer games over the internet and chat at the same time. You can play games with other users all over the world and join to leagues and tournaments.";
fDesc[5] = "furnish a flat and calculate the it's cost with the latest IKEA prices. You can share the plan of your dream bedroom by saving the project to the disk and send it by email to your friend.";
fDesc[6] = "display your photographs. Take as many pictures you can of your room at varying angles. Install the program and goto its website \"http://photosynth.net \" and click \"create synth\". After uploading all your photos, the program will automatically generate the 3D view from your photos.";
fDesc[7] = "puzzles, but with a darker and deeper tone. Unlike many hidden object games, Return to Ravenhearst allows you to freely roam from room to room, add items to your inventory that can be used later to unlock new areas or solve puzzles, and investigate objects of interest in a scene.";
fDesc[8] = "should make a plan of coming changes. Forget about a piece of paper and a pencil because you can lose all you notes. Use Room Arranger instead. This light-weight software will help you make a project of your room or apartment with a desired furniture placing.";
fDesc[9] = "addresses, the USPS Shipping Assistant 3.5 software is the ideal tool for you. Having this program on your desktop will help you to carry out all the duties a mail room requires such as label making, shipping, postal rates and estimated delivery calculations.";
fDesc[10] = "finally get to the monitoring room. Every escape is a mission in which you need to solve some problems in order to be able to leave the room. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[11] = "is deeply dreaming and when she wakes up she remembers she must take care of her brother since their parents have gone to the city until the evening. The first problem she faces is finding out that the door is closed and the lock is broken so she must find the way out and look for her brother.";
fDesc[12] = "designing the bedroom you´ll like to have, according to its size, layout, and furniture you would like to add. It lets you view the planned bedroom before you buy anything, and gives you an idea of the cost it will have.";
fDesc[13] = "execute a game when you enter the same game channel. Instant messaging between users is also available. Needs port 1698 and ICMP echo in order to work properly.";
fDesc[14] = "creates his/her own personal three-dimensional avatar and virtual room(s) which can be embedded anywhere on the web.";
fDesc[15] = "but the Tile Covers Calculation will help you to create your new room with your own ideas in a fun but productive and accurate way. Using this program you can create your room virtually with three-dimensional views of the model.";
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 = '...';
}
}