var fDesc=new Array(); fDesc[0] = "Tinker is a program to edit toys, clothes on-shelf graphics, playscene items, and other filmstrips for Petz 2,3,4,5, Babyz and Oddballz.

Tinker also lets you edit the Petz 5 toycase to allow you to add custom toys to your toycase. Note that you should not add the Hermit Crab to your toycase - it will cause a blank entry in the toycase to appear in Petz which will crash when you click on it.

Don't forget to keep backup copies of the toys that you plan to edit.

Please note that you must leave at least one frame in each animation. Tinker and Petz cannot read Toyz that have 'empty' animations."; 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 = ''; } }