var fDesc=new Array();
fDesc[1] = "phone or compatible player. The program offers flexible conversion with customized video resolution and quality that matches all the popular phone brands and models.";
fDesc[2] = "for a fast and proper search. It also permits you to see the newest information on MSN most popular channels. You can customize this application as you wish, and do not have to leave the page you are working on.";
fDesc[3] = "WMV.ASF. MOV. 3GP. SWF. FLV, among others to iPod, PSP, 3GP, Zune, FLV Video in a few steps. This incredible program has been designed for anyone who wants to enjoy movies or videos on any portable video device wherever you go.";
fDesc[4] = "the credit of being punctual. Make your lifestyle convenient with this useful tool that will make you punctual. This amazing application will synchronize you desktop with all the important notes you have fed online so that you are reminded of important events wherever you are.";
fDesc[5] = "programmes plus live channels * Catch up on the shows you've missed * No Sky TV subscription required * Free content for Sky TV customers";
fDesc[6] = "software will help you to plan individually and design according to your real kitchen size all your ALNO new furniture. You can have the traditional design, stylishly combined with modern kitchen technology – ALNO Country.";
fDesc[7] = "Touch, Nano and Classic mp4 video. With just a few clicks, the program enables you to convertm, divx, xvid, avi, wmv, asf, mpg, etc. formats to iPod compatible format at high speed and with an excellent output quality.";
fDesc[8] = "video format at a high speed and with excellent output quality. With just a few clicks, this incredible program converts avi,mpeg, flv, rm, divx, xvid, wmv, among many other formats to 3gp.";
fDesc[10] = "This title has the particularity of combining adventure and action genres in a lifestyle simulation game which covers virtually all aspects of student's life.";
fDesc[11] = "their systolic and diastolic values and their pulse rate. In the comments field the users can also add any other information they consider to be relevant.";
fDesc[13] = "Selector function can be used to balance nutrients by combining natural foods.";
fDesc[14] = "your life and the solar planets. Having analized your personality and received some predictions, you can benefit from future opportunities and be ready for any threats.";
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 = '...';
}
}