Thanks Eric!  I found it out by myself :-) Made an array of the vector layers:<br><br>var <b>popLayers</b> =new Array(map.layers[2],map.layers[3],map.layers[4],map.layers[5]);<br><br>Then used it in the function:<br>selectControl = new OpenLayers.Control.SelectFeature(<b>popLayers</b>,{onSelect: onFeatureSelect, onUnselect: onFeatureUnselect});<br>
<br>Now I can click on markers in all layers. Still have a problem though trying to get the popups to keep from sticking when the map is zoomed ....<br><br>/asle<br><br><div class="gmail_quote">2009/6/11 Eric Lemoine <span dir="ltr">&lt;<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Wed, Jun 10, 2009 at 4:34 PM, Asle Benoni&lt;<a href="mailto:asle.benoni@gmail.com">asle.benoni@gmail.com</a>&gt; wrote:<br>

&gt; And to specify the array elements would be? Any help?<br>
<br>
</div>You can take a look at this example:<br>
&lt;<a href="http://www.openlayers.org/dev/examples/select-feature-multilayer.html" target="_blank">http://www.openlayers.org/dev/examples/select-feature-multilayer.html</a>&gt;.<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="h5">Eric Lemoine<br>
<br>
Camptocamp France SAS<br>
Savoie Technolac, BP 352<br>
73377 Le Bourget du Lac, Cedex<br>
<br>
Tel : 00 33 4 79 44 44 96<br>
Mail : <a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>
<a href="http://www.camptocamp.com" target="_blank">http://www.camptocamp.com</a><br>
</div></div></blockquote></div><br>