How do I redefine the style of the popup when loading the xml file with GeoRSS? <br> Not all information and images within it are displayed<br><br>new1= [];<br>&nbsp;&nbsp;&nbsp; new1[0] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/blu.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[0]} );<br>
&nbsp;&nbsp;&nbsp; new1[1] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/rosso.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[1]} );<br>&nbsp;&nbsp;&nbsp; new1[2] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/verde.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[2]} );<br>
&nbsp;&nbsp;&nbsp; new1[3] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/giallo.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[3]} );<br>&nbsp;&nbsp;&nbsp; new1[4] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/marrone.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[4]} );<br>
&nbsp;&nbsp;&nbsp; new1[5] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/arancio.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[5]} );<br>&nbsp;&nbsp;&nbsp; new1[6] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/celeste.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[6]} );<br>
&nbsp;&nbsp;&nbsp; new1[7] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/viola.xml&#39;, {&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:4326&quot;),&#39;icon&#39;:color[7]} );<br><br>for (n=0; n &lt; 8; n++) <br>
&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; map.addLayer(new1[n]);<br>&nbsp;&nbsp;&nbsp; }<br><br>I would like to set different popup configurations