var fDesc=new Array(); fDesc[0] = "Perro Ministeck Creator is a program which you can use to create Ministeck puzzles from your own photos or images. The program creates an example with colored shapes. These shapes show how you can lay out actual Ministeck blocks to make your image appear.

The size of the Ministeck puzzle can be configured as well as the colors that must be used. Ministeck blocks are made with thirty different colors, but you might only have some of them in your home and only want to use these to create your image. The program can take this into account by only using the selected colors."; 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 = ''; } }