var fDesc=new Array(); fDesc[0] = "PLR Dashboard is a totally free Windows based software program that allows you to easily manage your private label rights ebooks, articles, software, and more. With PLR Dashboard, you can:

* Instantly search through all of your private label rights (PLR) content by keyword and/or file type
* Store login URL's, usernames, and passwords to all of your PLR memberships and content sources
* Track how much you're spending every month on PLR membership sites
* Get organized with file count and activity reporting for all of your private label rights content
* ...and more!"; 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 = ''; } }