var fDesc=new Array(); fDesc[0] = "Mu Shop Final opens/saves shops and eventitembags files.

The Mu Shop Final puts level, options, skill, luck and durability in the items. Mu Shop Final supports transparency in the main form. You will need .NET FrameWork 2.0 to run the Mu Shop Final."; 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 = ''; } }