var fDesc=new Array(); fDesc[0] = "The main stage in the game "Candy Factory" is the confectionery production line. A monster who loves sweets has jumped onto the conveyor. But not everything is so simple, because some products were spoiled. The monster moves along the conveyor belt, eating everything in its path, but can you tell him at the right time that the sweetness needs to be jumped over, since it is spoiled?
The main stage in the game "Candy Factory" is the confectionery production line. A monster who loves sweets has jumped onto the conveyor. But not everything is so simple, because some products were spoiled. The monster moves along the conveyor belt, eating everything in its path, but can you tell him at the right time that the sweetness needs to be jumped over, since it is spoiled?
The main stage in the game "Candy Factory" is the confectionery production line. A monster who loves sweets has jumped onto the conveyor. But not everything is so simple, because some products were spoiled. The monster moves along the conveyor belt, eating everything in its path, but can you tell him at the right time that the sweetness needs to be jumped over, since it is spoiled?
The main stage in the game "Candy Factory" is the confectionery production line. A monster who loves sweets has jumped onto the conveyor. But not everything is so simple, because some products were spoiled. The monster moves along the conveyor belt, eating everything in its path, but can you tell him at the right time that the sweetness needs to be jumped over, since it is spoiled?
The main stage in the game "Candy Factory" is the confectionery production line. A monster who loves sweets has jumped onto the conveyor. But not everything is so simple, because some products were spoiled. The monster moves along the conveyor belt, eating everything in its path, but can you tell him at the right time that the sweetness needs to be jumped over, since it is spoiled?"; 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 = ''; } }