var fDesc=new Array();
fDesc[0] = "Convert pointpoint, word and excel file to html for publishing on web ,
Convert PPT To HTML in batch mode ,
Convert DOC To HTML in batch mode ,
Convert XLS To HTML in batch mode ,
Support Powerpoint 2000, XP, 2003 and 2007,
Support Word and Excel 2003,
Support Word and Excel 2007 ,
Easy to use UI design. Support drag drop,
Support command line mode,
Convert PPTX to html,
Convert DOCX to html,
Convert XLSX to html";
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 = '';
}
}