var fDesc=new Array(); fDesc[0] = "Anna, Bob, Grandma and Grandpa are coming back again! This time while being on vacation they decided to take part in the Best Farmer competition. Help them to prove everyone that they are the best! Travel all over the hot countries together with heroes, visit Australia, Egypt and China. Set out on a world tour together with Anna and her family in Farm Mania: Hot Vacation! This time you're given a unique opportunity to take part in challenging farming contests held in different parts of the world. Spend the greatest vacation ever traveling around Australia, Egypt and China, look after rare animals and take care of exotic plants! Help Anna grow pineapples and cacao beans, breed camels and ostriches, make tequila and sushi to win the first prizes in the upcoming farming competitions!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }