var fDesc=new Array(); fDesc[0] = "Habi Makeover Basic allows you to open downloaded SPP Lite Habitat files, list the items in them, make changes to your pet name, type, style and position, and save it into a new file. You can also change habitat backgrounds, effects, clothing, and accessories in a decorated habitat."; 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 = ''; } }