var fDesc=new Array(); fDesc[1] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[6] = "game develops in a farm and the activities undertaken by the character are all related to this farm environment. You will be picking apples from the trees, digging patches to sow chilies, harvesting chilies, selling the harvest in the market, and so on."; fDesc[7] = "and with great speed. It does this by providing a variety of methods which keep the interest of the user, including lessons involving simple key sequences for beginners and full paragraph writing practice, based on the \"Alice in Wonderland\"."; fDesc[9] = "Adventures in Wonderland, Alice's Magical Mahjong is an imaginative journey through a charming world. Help the quirky characters of Wonderland by matching tiles in more than 175 layouts."; fDesc[11] = "animals and vegetables. Follow the market trends, learn to know your customers and sell ripe crops down at the town market to expand and get your business profitable."; fDesc[12] = "files, Sony PSP MP4 files, Cell phone 3GP files, Pocket PC files , PDA files, Xvid files etc. . It contain H.264 and Xvid decoder."; fDesc[13] = "game is very simple, Alice helped the fairies to unlock the fruit and they gave her an island as a gift. Now she will need your help in order to decorate her island as she wishes."; fDesc[14] = "help you convert it with quick speed and hight quality. It also support select subtitle and Audio Tack"; 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 = '...'; } }