var fDesc=new Array(); fDesc[0] = "LabelMee software rebrand tool helps you to create new brands from existing application in a several clicks. It supports C++/MFC, .NET, Java, Delphi and web applications and doesn’t require your application source code.

LabelMee Software Rebrand Tool was designed for any size of organization who wishes to create new brands from existing products. It completely automates the creation and management of brands, wiping out development effort and speeding up access to new markets."; 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 = ''; } }