var fDesc=new Array(); fDesc[0] = "This project is a collection of dashboard gauges implemented in Silverlight 2.0 and Windows Presentation Foundation. There are upwards of nineteen dials, gauges and displays in the library.
Release 008 available now. This contains six new dials, the 180 degree dials in north, south, east and west orientations and a 90 degree dial in north-east, north-west, south-east and south-west directions. There are new demonstaration applications which allow you to experiment with functionality and appearance without writing code or markup. The face text visibility, color and format options are now applied to all dials uniformly."; 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 = ''; } }