var fDesc=new Array(); fDesc[0] = "Map Maker Pro is for people who want to make maps.
Creating a basic map in Map Maker Pro is simple. If your needs are more complex and demanding do not let this simplicity put you off. Behind the simple, clean interface there is a wealth of powerful features
• Unlimited number of layers, raster and vector.
• Vector drawing and editing.
• Colour, mono, and grey-scale bitmap backgrounds.
• Virtually limitless range of user-definable fill styles, including symbol fills and multi-coloured hatching.
• User-definable symbols.
• Translucent and semi-translucent fills."; 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 = ''; } }