hi !  i&#39;ve read the documentation you gove me and tried to apply it for changing selection color : format of my &quot;ajaxmappane.templ&quot; (or function wich concerning me) is<br> <br>function RequestMapImage(reqId)<br>
{<br>    url = webAgent + &quot;?OPERATION=GETDYNAMICMAPOVERLAYIMAGE&amp;FORMAT=PNG&amp;VERSION=1.0.0&amp;SESSION=&quot; + sessionId + &quot;&amp;MAPNAME=&quot; + encodeComponent(mapName) + &quot;&amp;SEQ=&quot; + Math.random()<br>
    document.getElementById(&quot;overlay&quot;).innerHTML =<br>            &#39;&lt;img class=&quot;mapImage&quot; name=&quot;&#39; + reqId + &#39;&quot; id=&quot;mapImage&quot; src=&quot;&#39; + url + &#39;&quot; width=&#39; + mapDevW + &#39; height=&#39; + mapDevH + &#39; border=0 vspace=0 hspace=0 style=&quot;visibility: hidden; width: &#39; + mapDevW + &#39;px; height: &#39; + mapDevH + &#39;px;&quot; onload=&quot;return OnMapOverlayImageLoaded(event)&quot;&gt;&#39;;<br>
}<br> <br>i&#39;ve tried to modify it by adding:<br>.....Math.random()+ &quot;&amp;BEHAVIOR=7&amp;SELECTIONCOLOR=FF5300FF&quot;; As documentation says, and when i try after to get my map on ajaxviewer it&#39;s not loaded the ajax viewer is loaded but page not contains my map!!!! i&#39;ve changed version too (as documentation you sent me)<br>
 <br>VERSION=1.0.0 to VERSION=2.0.0 but it doesn&#39;t give good result, if you can explain me why?? thanks in advance