var fDesc=new Array(); fDesc[0] = "Collection of 30 different logic games under a single interface.
Logyx Pack is a collection of 30 different logic games under a single interface: Puzz, Zookey, Bapp, Foldex, Hopper, Zoodoku, Mem Pro, Spiny Goo, Mips, Moc, Inrot, Zyx, Qwez, Zbam, Thux, Rotiz, Woosho, Newpy, Cossai , Sanno , Chakz , Chagwa, Choy , Tac 3D , Symh , Geex , Micro Master Mind , Baca , Infe, Nam Chess. You can adjust options to be suitable for almost all ages. They all have basic but understandable descriptions."; 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 = ''; } }