var fDesc=new Array();
fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good.";
fDesc[2] = "Ubisoft. It has a multiplayer online adventure and a single player mode. Storyline: You play the role of Jack Carver, you are on your boat in a beautiful day in the company of Valerie, a journalist. Suddenly your boat takes fire and you find yourself swimming in the ocean.";
fDesc[3] = "frequency, etc.), there are controls for volume, mute, open a file recorded, change channels (back and forward), use full screen mode, TV window mode, record a video, use scheduler. Also you can use auto scan channels.";
fDesc[4] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire.";
fDesc[5] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows.";
fDesc[6] = "thought had been deleted! Although you're not in the list of the most wanted people, your hard disk can say a lot about you. Even after repartitioning or formatting the information remains accessible to someone with the means and the desire to access it.";
fDesc[7] = "Ensure you download the latest music that you desire. Try music first before you download. Enable edit ID3v2 tag of the MP3 file including the title, artist and album before you download it. Easy to use with super friendly interface. Fast speed without seeds or sources problem. Compatible with any portable device.";
fDesc[8] = "go where you desire. The main objective is to grab the coins located on strategic places on the board. Time is running and you have a specific number of coins to collect in order to achieve the next level.";
fDesc[9] = "images. The program supports all basic image formats (JPEG, GIF, BMP, PNG, PSD and others) and video formats (MPEG, AVI, QuickTime, WMV, Real Media). There is a handy “Project wizard” that will help you to make settings for media you want to download.";
fDesc[10] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them.";
fDesc[11] = "charming little town find the items they desire. You have to earn enough money to restore and reopen your Uncle Roy's gas station. Featuring two exciting game modes, a unique hint feature, and hours of eye-popping fun.";
fDesc[12] = "centuries. Bible-Discovery 2.2 is the software designed to help you to get a little closer to the truth. To understand the complex meaning for the words in the Bible it was necessary that you have a good knowledge of the languages.";
fDesc[13] = "to use interface. With MonoCalendar you will be able to add as many \"calendars\" as you desire. Those calendars can be named as you want, and they will be differenced by colors, so in this way, you will easily know those events belong to a specific calendar.";
fDesc[14] = "engines directly to your computer. You just need to enter the keywords and the program automatically surfs the net downloading websites that contain your keywords as well as other potentially interesting pages that were linked from the search engine results";
fDesc[15] = "FS2004 1.0. You have your chance to fly the high seas and land on the smallest airstrip that keeps moving. What more can you desire out of a flying experience than to be able to feel the energy and the G’s.";
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 = '...';
}
}