var fDesc=new Array(); fDesc[0] = "Cool DVD player is a high definition media player which supports a wide variety of video formats. It can put the super computation capability of dual-core CPU into full play and the latest dual-core decoding technology makes your PC the perfect HD video and audio playback platform. Meanwhile, Cool DVD Player is a complete compatible media player and it can support a wide variety of video formats including HDTV, DVD, VCD, MPEG1/2/4, AVI, RM, MOV, MP3 etc. Cool DVD Player can be extensively compatible with hardware, which is operated stably, smoothly under Windows 2000 \ XP system."; 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 = ''; } }