var fDesc=new Array(); fDesc[0] = "MapDesign offers a WYSIWYG (what-you-see-is-what-you-get) user interface, allowing you to visually create simple or complex image maps for your website. In addition, MapDesign lets you add mouse-over and mouse-down effects using standards based CSS so you can easily make your website stand out among your visitors.

Since MapDesign uses only HTML and CSS, there is no need for your users to install third party plug-ins or add-ons. Your website will still be fast, responsive and compatible with all major web browsers.

Make your websites come alive with MapDesign."; 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 = ''; } }