var fDesc=new Array(); fDesc[0] = "This is a utility for Poser. It permits to transport the morphs of the body to the clothes. It operates directly with CR2 files and is easy to use. At the start, a wizard will guide you through the functions of the program - you can make your first morphs in a dress in few minutes."; 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 = ''; } }