var fDesc=new Array();
fDesc[0] = "Create and edit a professional autorun/autoplay interface and generate autorun and presentations files for CD/DVDs in a WYSIWYG environment. AutoRun Pro can open or execute files and display a professional and beautiful interface for users to open or execute files, print documents, send e-mail, visit Web sites, browse CDs, play sound, music and so on, when your CD is inserted. It supports bitmap, icon, JPEG, EMF, WMF image files, bitmap buttons, and labels.";
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 = '';
}
}