var fDesc=new Array(); fDesc[0] = "cdrLabel is the premiere application designed for creating labels and jewel case inserts for your DVDs and CDs. cdrLabel can read its resources (dialogs, all text strings, menus) from a DLL file instead of the main application, so you can convert cdrLabel to a different language by merely converting these resources and making a DLL file called "LANGUAGE.DLL"."; 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 = ''; } }