var fDesc=new Array(); fDesc[1] = "formats so that you will be able to extract them to your portable devices. Using this application, you will be able to extract your videos to the most popular portable devices such as iPod, PSP, 3GP, Zune and plenty of mobile phones."; fDesc[3] = "format available. Twins Video Player is not just a regular video player! Twins Video Player takes your mutlimedia-experience to a higher level. It's innovative interface makes it perfect for the experienced users as well as the noobs. Twins Video Player is also very fast and doesn't use all your memory. Watching DivX Movies on a slow p.c. is no longer impossible! Twins Video Player simply does it! Twins Video Player goes even further than other video players by providing you with options like a Security Wizard, Which can be used to protect yourself or your children from unwanted movies. (Sex, Violence, etc) Where other players contain spyware and do not respect your privacy, Twins Video Player does not contain any of these, and does respect your privacy!"; fDesc[4] = ", awareness, self confidence and concentration, speed, while playing and having fun. It provides 101 games divided in 3 main groups: There are games for children ages 3 to 6, games for kids ages 6 to 8 and games for kids ages 8 to 12. It runs under Windows 98, ME, and XP operating systems."; fDesc[6] = "your family. Your task is to find the twins behind windows or flip cards and find more matches than your opponents."; fDesc[8] = "that are not identical, the faces flash for less than a second, then they close up."; fDesc[9] = "to draw an imaginary line that connects two balls of the same color. The only rule is that this line should turn only twice."; 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 = '...'; } }