var fDesc=new Array(); fDesc[0] = "EASY Burning is the easiest way to backup your files in a cdr(w). Integrated to the shell (send to) or used as a normal application, EASY Burning works with any CD writer. .Write a folder and files, pictures and what ever you want. Easy to use. Create Data CD from a folder. Backup your MP3 collection. Integrated into Shell. send to Integrated into Desktop. Designed for Windows 98, Me, 2000, XP. Multissession support. A special DVD on my site"; 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 = ''; } }