var fDesc=new Array(); fDesc[0] = "LuJoSoft Music Description Maker is a special tool to create ready to use template for description in forum or torrent site. With LuJoSoft Music Description Maker you will save time creating your description because it will do it all for you without having to enter any text or the use of your keyboard.

Main features:
-Support most common use audio formats.
-Fast.
-Include Sql server Compact Edition database that can auto store all your nfo.
-A live search function to the database.
-A check box to auto save all your new nfo to the database.
-Tab to preview in real time your nfo before posting them
-In most case you have several choices of cover size
-Ready to post your nfo in 1 minute.
-No typing.
-As auto update function, that will check for new update every week and an update now button.
-It's absolutely free!!! No catch no nag screen or cripple function."; 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 = ''; } }