var fDesc=new Array();
fDesc[1] = "you have to throw balls with a given color to groups of two or more balls with the same color, making them disappear before they reach a hole located near the center of the screen.";
fDesc[2] = "and add music to the slideshows. There are two ways to create discs with MyDVD. The first is by recording directly from a video source to a DVD or VCD and the second is by bringing video, audio, and images into a DVD/VCD project and then burning on a disc from the project.";
fDesc[3] = "get mines, lasers, nuclear bombs, piranha, lightning, insulators, infectors, ball lightning, homing lasers and more!";
fDesc[4] = "of course more action. In this case, like in the old times, you will have to build castles and defend them of your enemies. Like in Stronghold Crusader you will have to be prepared to use raw materials that get the soldiers and citizens in a fruitful manner.";
fDesc[5] = ", adventure and role, to offer the player a universe where evil is the key to success. Are you prepared to be the new lord of evil?. In this game you must embody illustrious and armed Overlord.";
fDesc[6] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized...";
fDesc[7] = "minutes. The program features more than 8,000 recipes, including grill recipes, appetizers, entrees, foods for kids, and incredible desserts.";
fDesc[8] = "code examples. The excellent BASIC editor is prepared for coloring the written syntax, comments, variables, etc. It also includes find, replace, undo, copy, cut, paste, restore, print the code, a font editor and a simple but useful Icon editor, math features, among other useful utilities.";
fDesc[9] = "Ray or HD DVD data or discs. This tool is for someone who needs to buy the Corel WinDVD 9 with blue ray enabled player, and can see whether his computer is fully prepared to run a blue ray or HD/DVD.";
fDesc[10] = "semi-transparent borders will give a professional and stylish look to any photograph. ARTEdges will offer you over 160 various effects that use the specially prepared images, masks.";
fDesc[11] = "No more \"start button\" presses! Shoot again and again through 9 missions and 47 levels in 5 different worlds. Fight against smart alien armadas and kill mission bosses till your flippers are broken, till aliens have destroyed your starship or till you win... Strike back the INVASION! Save the Universe!";
fDesc[12] = "and East/Central Pacific only. This program uses Internet to automatically download active storm information (US Hurricanes).";
fDesc[13] = "not only can save the file in a different format, but the filename is divided into Master and Sub, which is useful in managing files. Set parameters for compressing the document into MP3 format. The program is compatible with CDDB. Convert the document's format from CD to MP3. Even convert the document's format from CD to wav. You can copy , move , delete , rename , play , search the document which has been converted , And then you could manage these document at ease . PCDAYS not only can save the file as different sorts as usual, but also provide a special function. The file name is divided into master and sub. \"Master file name\" and \"sub file name\" are very useful to manage the file for the clients which has been converted, and the rename function also be provided for these document! Set parameters to compress the document into mp3 and Play CD's every song what is prepared to...";
fDesc[14] = "connect to the Internet and download the latest information regarding hurricanes, tropical storms and tropical depressions. This way you will be able to follow its trajectory so you can just forget about it or start getting prepared for its arrival to your city.";
fDesc[15] = "true with this new screensaver namely Christmas Night 3D Screensaver. The effects are so real that it seems as if real live web cameras connected to the screensaver.";
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 = '...';
}
}