var fDesc=new Array(); fDesc[0] = "Maze Creator is the world leader in maze creation software. If you are a maze enthusiast, teacher, parent, or publisher this product will almost automatically create mazes for you. It creates pencil puzzles so quickly and easily making it a great tool for publishers, authors, teachers, parents, kids, or anyone who likes puzzles. Use this award-winning application to create printable mazes almost instantly complete with a 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 = ''; } }