var fDesc=new Array();
fDesc[0] = "Ulead® COOL 3D™ 3.5 allows designers to create high-impact 3D images. Output these 3D images as still graphics, animations, video or Macromedia® Flash™ . Ulead COOL 3D delivers stunning 3D graphics, without the complexities found in other software packages.
Customizable 3D Art in an Instant:
With COOL 3D 3.5, your text and shapes are easily customizable into eye-catching 3D. It only takes a couple of clicks to access many convenient features.
Animate and Add Special Effects:
Ulead COOL 3D's animation timeline is easy to use, yet powerful. Make your animation stand out with special effects you can drag-and-drop from the EasyPalette™.
3D Vector-based Flash™ Output:
Making 3D objects for Macromedia® Flash™ just got easier! Output vector-based Flash with the new EnVector module, a bonus tool for Flash fans.";
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 = '';
}
}