var fDesc=new Array(); fDesc[0] = "FPS Maps for WPF is a new WPF component that includes a set of country maps. This product is ideal for integration geographical, travel or educational applications. The maps can be seamlessly integrated into any WPF application and can be further customized using WPF themes and dictionaries.
This pack can be used in conjunction with other FPS Components products, such as FPS Flag Icon Pack, FPS Road Signs to indicate points of interest on the maps in your applications. The maps in this component support both navigation and zoom functionality intuitively using the mouse, enhancing the usability of the applications using the component. This makes it ideal to add varying levels of geographical details to the applications wherein this component is integrated.

For a complete list of the supported countries, see the Key Features section. Examples are included to demonstrate how to create and customize maps as well as how to transmit data between the WPF component external data sources. Examples are also available to demonstrate layers support."; 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 = ''; } }