var fDesc=new Array(); fDesc[0] = "DVD-player DVDuck - features and benefits: Easy and most friendly interface. Original frames. A good combination of simplicity and elegance. Plenty of choice. You can tune interface to your taste with the help of professionally designed skins. Easy to use. Less efforts - more operations. DVDuck will arrange everything for you.Functionality. It plays films from all possible sources. Supports all video formats."; 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 = ''; } }