var fDesc=new Array(); fDesc[0] = "During holidays Sandy works at her family gift shop. The game will keep you busy taking care of clients making the gifts they are searching for, decorating them and charging the bill for each client. The main objective of this game is to serve and satisfy your costumers, select and decorate the gift they want and reach the amount needed for each day. Two elves will help you with your work so you can be faster. In this game you will have different customers, such as kids, clowns, old women, sailors, and businessmen, among others. Every customer has different attitude; some of them are patient, and some are not. Don´t make them wait for too long, or you will lose both your customers and the gifts you have been preparing for them. When clients appear, you must select the gift they are asking for and give it to the elves to paint them and make all the decorations needed. After the gift is ready you must give it to your costumer, some will ask you to decorate and place their gift in a box, some will ask for an additional decoration on their gift and must must satisfy all their needs or they won't pay you."; 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 = ''; } }