var fDesc=new Array(); fDesc[0] = "Easily create HTML image maps with this friendly Photo Map Editor/Image Map Editor. Pos HTML Image Mapper includes WYSIWYG interface allowing you mapping images fast and easy.

Using the software you can easily create graphic toolbars to your website; you can easily link desired areas in a picture to URL's and add it to your website and more.

The software is very user friendly and intuitive to use; comes with easy to use help file and documentation."; 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 = ''; } }