var fDesc=new Array(); fDesc[0] = "Create icons with XAML Icon Studio 2013 with a few clicks. Design Windows 8 symbols, shapes and buttons in various formats and sizes. XAML Icon Studio 2013 offers many advantages over conventional icon libraries. You can flexibly react to current and future system requirements, because image sizes and DPI are freely configurable.
The output size of the graphics can be scaled without loss of quality. All graphics will be presented in a clear format. The graphics filters allow an individual design. The color of the shapes can be freely selected. Graphics can be combined with overlays or text. Size and positioning of base graphics and overlays can be adjusted. The settings are saved persistently. A configuration must be carried out as a rule only once.
The export function supports the file formats XAML Silverlight, XAML, WPF, ICO, PNG, BMP, JPG and GIF."; 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 = ''; } }