<div>Hello guys... I have that set of sublayers : </div>
<div> </div>
<div>new OpenLayers.Layer.MapServer("Streets",<br> _cgi, {<br> map: _mapfile,<br> "LAYERS": ['Layer1','Layer2','Layer3','Layer4', 'Layer5'],<br>
transparent: true,<br> format: "image/png"<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>