var fDesc=new Array();
fDesc[0] = "XPAND 3D Plugin for PowerPoint® allows you to set depth to every element in the slideshow and to embed 3D objects (like movies, pictures, models) and create your own stereoscopic 3D content in a very intuitive and simple way.
XPAND 3D Plugin for PowerPoint® is a perfect and affordable solution for companies, education, even production companies that need very low cost projects! The application is ideal for event companies, rental companies and cinemas that host different events.
The plug-in comes in two different forms:
-as 3D viewer to play a 3D presentations
-as 3D converter to create and convert a presentation into stereoscopic 3D (viewer included).";
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 = '';
}
}