var fDesc=new Array(); fDesc[0] = "A "no nonsense" utility to enable Poser files to be edited easily.

The copy/paste morph plugin allows morph data to be copied from one figure to another. Please note that:-
-you need to open two instances of PZ3editor and have one figure loaded into each.

Copy from one then paste into the other. Both windows must remain open through the whole process.

- no check is made regarding morph data compatibility.
- if full body morph data is transferred you may need to manually edit the governing figure/body part name and indices.
- external binary morph data not supported."; 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 = ''; } }