var fDesc=new Array();
fDesc[0] = "Xilisoft Blu-ray Creator converts and burns various Blu-ray video discs and AVCHD DVDs with several resolutions to choose from. Even can create BDMV ISO and AVCHD ISO from your videos.
Moreover, the Blu-ray creator allows you to burn your shot videos from HD camcorders or DVs onto Blu-ray discs.
The Creator can burn videos to Blu-ray discs (BD-R, BD-RE, BD-25, BD-50) and AVCHD DVDs (DVD-5, DVD-9) from all popular video formats such as AVI, MP4, MKV, DV, MPEG, QuickTime Video (MOV, QT), Real Video (RM, RMVB), WMV, DivX, XviD, H.264/AVC, ASF, DAT, FLV, VOB, and 3GP, especially HD camcorder videos (M2TS, MTS, TS), iPhone 4 videos (MOV).";
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 = '';
}
}