var fDesc=new Array(); fDesc[0] = "Expression Design is a program for graphic application and web pages graphic elements development. The main advantage of this program is that it offers both vector and bitmap tools. There is possibility for progress visual styles using to create highly-organic painting effects for web pages, for texture applying, for colour correction, work with shades and other image effects. Wide range of vector and bitmaps tools will help to realize all intentions both for beginner and experienced designer. But the key feature that XAML technologies are used in Microsoft Expression Design. Microsoft Expression Design can export XAML-graphic into Expression Blend and into other graphic applications.
Microsoft Expression Design pack is for developers and designers. It’s important that this program uses program interface WinFx showing all features of this technology. Expression Design is for Windows XP SP2 и Vista. If you have only Windows XP, it’s necessary to have .NET Framework 3.0. You can find trial version of this program on the developer’s site. For purchase available only as a part of Expression Studio."; 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 = ''; } }