var fDesc=new Array(); fDesc[0] = "Kate has just finished college and returned home. She finds out that her dad's workshop is at the edge of bankruptcy. She decides to restore family business. Will she succeed? It is up to you! Challenges await at 6 different locations, with over 10 different car types, 6 workshop buildings and many hidden surprises. Do you have what it takes to run a car workshop? Don't just wait, download the game and find out!"; 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 = ''; } }