var fDesc=new Array(); fDesc[0] = "SSRS Subscription Manager is an effective, flexible, inventive and intuitive automation tool for backing up restoring, scheduling, creating and rerunning missed subscriptions. Create subscriptions in bulk. Turn 1 days work into 2 minutes.
SSRS Subscription Manager utilises the power of Excel to manage subscriptions and allows you to automate SQL reports and will make an instant impact on the efficiency of your business. Works with all versions of SSRS"; 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 = ''; } }