Hi,<br><br>I&#39;ve noticed that firefox (maybe other browsers too - i&#39;ve not checked) attempts to load and image in this type of structure:<br><br>&lt;div id=&quot;template&quot; style=&quot;display:none&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;div mjt.def=&quot;mkexample(o)&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img src=&quot;${o.src}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br>&lt;/div&gt;<br><br>It attempts to load a file called ${o.src}... I would have thought the display:none would have taken care of that, guess not. The solution is to use 
mjt.src instead of just src. I thought I would point it out as this kind of thing could easily not be noticed - it makes the page load more slowly and hits the server unnecessarily.<br><br>I also have a question, are there other attributes which could cause similar performance problems? 
I.e. could using class instead of mjt.class cause the browser to do some unnecessary work when it loads the page?<br><br>Thanks!<br><br>Geoff<br>