var fDesc=new Array(); fDesc[0] = "Lavenders Botanicals is a complete game where you will improve your business in luxury and beauty. The main objective of this game is to satisfy your costumers needs and complete all the tasks indicated in your list and agenda. In this game you must complete different tasks, like buying from your suppliers the ingredients that you will need to make certain products, make your list of ingredients, make your recipes, check products in your inventory, visit suppliers and factories, win contracts and build your own store of health products. To complete your tasks you must order your messages and work in order to satisfy your costumers- Check your products and ingredients to buy what you need in order to create your recipes and produce what you need to sell. You will have your computer to help you with your agenda and your tasks. This game allows you to play, to set options like music, volume and full screen, check how to play, see the hall of fame and exit the game. In order to play all you need is your mouse, move your mouse over your objective and press left mouse button to select."; 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 = ''; } }