var fDesc=new Array(); fDesc[0] = "Let your users create fantastic looking dashboards using your dashlets.

ash is an advanced ASP.NET MVC framework which allows you to easily integrate end-user designable dashboards into your application.

Key features include:

- Easy dashlet development using Mvc Views, user controls or pure Javascript.
- Database and browser independent.
- Multiple column/row layout with custom theme support.
- No external dependencies.
- HTML5 + CSS3 responsive design with mobile device support.
- Unique in its space. Seamlessly integrate into your application.
- Exceptional support and large customer community.

If you are looking to improve your Asp.Net web application by allowing your end users to create their own dashboards inside your application then JDash is for you."; 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 = ''; } }