var fDesc=new Array(); fDesc[0] = "Lost Lands The Four Horsemen Collectors Edition is a puzzle game with a mystery theme. After several centuries of peace, a terrible new evil threatens the Lost Lands. Rumors are spreading of four mysterious horsemen cutting a path of terror throughout the land. They burn villages, freeze the water, and bring darkness wherever they go. The horsemen are after a key that will allow them to control parallel worlds, and they'll stop at nothing to get it. As the champion of the Lost Lands, you're the only one brave enough to face them."; 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 = ''; } }