var fDesc=new Array(); fDesc[0] = "12 Labours of Hercules VII: Fleecing the Fleece is a time management game for Windows users. Jason and his friend Hercules have set out to steal the Golden Fleece from the land of Colchis. Together, they will need to build a ship and guide it through a treacherous sea to reach their destination. You must chop wood from the giant Sacred Oak, defeat the dragon and steal the Fleece. The Collector's Edition includes 5 jigsaw puzzle levels, wallpapers, and bonus levels."; 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 = ''; } }