Hi,
I am trying to create a simple toolbar with about 10 images. I have a simple table with img tags in it. The problem is once the page loads, one or many of the images at random do not come up. If I refresh the page other may not work (seems to be random.). Any ideas???

<table>
<tr>
<td><img name="pic1" src="pic1"></td>
<td><img name="pic2" src="pic2"></td>
ect...
</tr>
</table>