<!--
if (document.images) {
ImgSrc = new Array ("1-2","2-2","3-2","4-2","5-2");
ImgLst = new Array ();

for (i in ImgSrc) {
ImgLst[i] = new Image ();
ImgLst[i].src = "images/" + ImgSrc[i] + "_.gif";}

 -->
