var fDesc=new Array(); fDesc[0] = "LuJoSoft BoxCover II is the second version of the series to frame any covers from movies, to make it appear as it was in a DVD case. New tools are included in this new version, the ability to create table reflection with or without background color.
Features:
Fast.
Light on system resources.
It will resize the cover image to the right size to fit the box.
Easy to use, the full process in 4 clicks."; 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 = ''; } }