var fDesc=new Array(); fDesc[0] = "With SilentNight Microburner 6.0 you will be able to burn all kinds of CD and DVD media. Besides the creation of simple data cd and dvd it also support creation and burning of .ISO files, duplication of cd and dvd, creation of audio cd, make autorun cd/dvd etc. It also has a strong and reliable backup sollution for safe storage of your data. Finally there is a cover maker with many possibilities."; 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 = ''; } }