var fDesc=new Array(); fDesc[0] = "XamlPadX 4.0 new info for this software:The UI has been revamped to give the Blend sorta look;Menus have been rearranged to maximize the space;New addins: Clipboard viewer - which works well for analyzing rtf/xaml ... Path Designer/Jasema (thanks to Marlon);Snapshot utility to take snapshots and save the xaml rendering;Syntax highlighting and collapsing (thanks to the editor control from SharpDevelop project);Error logs - left bottom corner has a link to the stack trace when there is an error;Error light - editor has a red/green box at the bottom right corner;Bug fixes/code restructuring."; 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 = ''; } }