<div>Hello guys... I have that set of sublayers :     </div>
<div> </div>
<div>new OpenLayers.Layer.MapServer(&quot;Streets&quot;,<br>                _cgi, {<br>                    map: _mapfile,<br>                    &quot;LAYERS&quot;: [&#39;Layer1&#39;,&#39;Layer2&#39;,&#39;Layer3&#39;,&#39;Layer4&#39;, &#39;Layer5&#39;],<br>
                    transparent: true,<br>                    format: &quot;image/png&quot;<br>                }, {<br>                    isBaseLayer: false,<br>                    buffer: 0,                  <br>                    displayInLayerSwitcher: false,<br>
                    visibility: false<br>                })</div>
<div> </div>
<div>IŽd like to start with Layer1 and Layer2 with visibility true ... How can I do that?</div>
<div> </div>
<div>Paul</div>