var fDesc=new Array(); fDesc[0] = "The Xtreme SkinFramework was designed with the Windows Visual Style architecture in mind to ensure developers have the most up-to-date and Windows friendly themes available anywhere.
With Microsoft® Visual Style support already built in you are not limited to pre-defined skins that are provided with the control. You can use any *.msstyles dll from any Visual Style developed for use with Windows XP or later themes"; 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 = ''; } }