var fDesc=new Array();
fDesc[0] = "Elecard AVC HD Player is designed for high-quality decoding and playback of popular multimedia formats including, among others, AVCHD®, AVC/H.264, MPEG-4 SP/ASP, MPEG-2, MPEG-1 and 3GP. It combines robust functionality of the popular Elecard MPEG Player, innate AVC/H.264 support (without the need to install Elecard AVC PlugIn) and comes with the new exclusive skin.";
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 = '';
}
}