var fDesc=new Array(); fDesc[0] = "CSV Export is a plug-in meant to replace the CSV Export feature found in DVDProfiler 2.4 and earlier versions. It is easy-to-use and enables you to export your DVD collection in a comma-separated value format as a .csv file. It allows you to export different types of collections such as ordered DVDs, owned DVDs, DVD wish list, filtered profiles, flag profiles and all profiles.

CSV Export also enables you to control the export output by allowing you to select the fields to be displayed in the exported data."; 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 = ''; } }