var fDesc=new Array(); fDesc[0] = "BOTOHOLIC was created in order to serve the needs of online game players, who like to play their games, but also value their time. There are currently lots of online games we all play and compete in, but it takes time to tend to our crops, virtual pets and to cook all the dishes in time in order to make our virtual customers happy. Wouldn't it be more fun to have a tool that could do all the boring tasks for you? If you feel the same way as we do, you've just found the BEST solution!"; 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 = ''; } }