var fDesc=new Array();
fDesc[1] = "Dragon NaturallySpeaking is the promising software which assures continuous recognition of natural speech that is converted to text.";
fDesc[2] = "sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your dino with a treat after each trick, buy clothes and dress up your dinos, zoom in, zoom out, tilt and rotate in real 3D.";
fDesc[3] = "Format (ODF), and share them with Linux users. Come on people, we are talking about an ISO standard format...why not to use it?";
fDesc[4] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link.";
fDesc[5] = "Hot Date • The Sims Vacation • The Sims Unleashed • The Sims Superstar • The Sims Makin' Magic • The Sims Creator Tool • Plus bonus content from previous collections!";
fDesc[6] = "inconveniencies! Together, you and your new cuddly companion will encounter a world that’s fun to play in, explore and share.";
fDesc[7] = "program: Alien, Cavern, Ghost, Radio Distortion, Telephone and Underwater. You will need to have MorphVOX installed in your system if you want to use this pack, otherwise it will have no effect.";
fDesc[8] = "your puppy to sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your puppy with a treat after each trick, buy clothes and dress up your puppies, zoom in, zoom out, tilt and rotate in real 3D.";
fDesc[9] = "and send message and mail when states of some equipments change , it could also adopt necessary steps to deal with troubles.";
fDesc[10] = "simultaneously and send message when states of some equipments change , it could also adopt necessary steps to deal with troubles.";
fDesc[11] = "bunnies. You will have to groom, pamper your bunnies and play with them, trying to keep them healthy and happy. In order to do so, you can teach the bunnies to perform tricks, such as jumping the rope, twisting their ears and things like these.";
fDesc[12] = "feed, clean, sleep, health, make happy, etc. You can reward your kitten with a treat after each trick, buy clothes and dress up your kitties, zoom in, zoom out, tilt and rotate in real 3D.";
fDesc[13] = "to zune video converter for free trial with no time limit!";
fDesc[14] = "iPhone. Convert SWF to MP3, AAC, M4A, WAV audio files and support batch mode conversion. lets you easily and fully enjoy.";
fDesc[15] = "mobile phones, etc. This low price 3gp converter is developed for home use, download free swf to 3gp converter for trial.";
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 = '...';
}
}