var fDesc=new Array();
fDesc[0] = "- A standalone version in addition to a version that works within Poser.
This means that you do not need to own Poser to use the core components of Wardrobe Wizard.
- Greatly enhanced conversion quality.
- A new user friendly graphical user interface.
- The ability to retain existing clothing morphs.
- The ability to add Full Body Morphs into the clothing to match the figure you are converting to.
- The option to add very powerful yet easy to use clothing adjustment morphs.
- You now no longer need to load the figures and clothing into the scene to perform the conversion.
- Batch conversion, to allow the processing of multiple clothing items to multiple characters at the same time.
- Body Handles are now built into the skirts of converted clothing to assist with posing.
- Able to convert the following formats:- CR2, HR2, PP2, OBJ, CRZ, HRZ, PPZ & OBZ.
- Increased figure support. Now including DAZ Troll, PhilC Ogre, MelodyA3, Micah, NearMe, BelBel & ChibiBel.";
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 = '';
}
}