var fDesc=new Array();
fDesc[0] = "Xilisoft PowerPoint to WMV Converter can convert any PowerPoint presentation (PPT) file into a video in WMV or full-definition (HD) 1080p HD-WMV format without Microsoft PowerPoint. This converter makes it possible to play your PowerPoint presentations on any multimedia or HD player capable of playing WMV or HD-WMV videos.
Xilisoft PowerPoint to WMV Converter also offers a variety of ways to help you make custom presentation videos: rehearse and record your own commentaries, add background music, attach your own logo, set slide transition interval or remove all the original slide effects. A variety of conversion parameters are also available to adjust.";
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 = '';
}
}