        if (document.images) {            
            img1on = new Image();   img1on.src = "images/b1a.gif"; 
            img2on = new Image();   img2on.src = "images/b2a.gif";
            img3on = new Image();   img3on.src = "images/b3a.gif";  
            img4on = new Image();   img4on.src = "images/b4a.gif";  
            img5on = new Image();   img5on.src = "images/b5a.gif";
            img6on = new Image();   img6on.src = "images/b6a.gif";
            img7on = new Image();   img7on.src = "images/b7a.gif";
            img8on = new Image();   img8on.src = "images/b8a.gif";
            img9on = new Image();   img9on.src = "images/b9a.gif";
            img10on = new Image();  img10on.src = "images/b10a.gif";

            img11on = new Image();   img11on.src = "images/spring1a.jpg";
            img12on = new Image();   img12on.src = "images/spring2a.jpg";
            img13on = new Image();   img13on.src = "images/spring3a.jpg";
            img14on = new Image();   img14on.src = "images/spring4a.jpg";
            img15on = new Image();   img15on.src = "images/spring5a.jpg";
            img16on = new Image();   img16on.src = "images/spring6a.jpg";
            img17on = new Image();   img17on.src = "images/spring7a.jpg";
            img18on = new Image();   img18on.src = "images/spring8a.jpg";
            img19on = new Image();   img19on.src = "images/spring9a.jpg";
            img20on = new Image();   img20on.src = "images/spring10a.jpg";
            img21on = new Image();   img21on.src = "images/spring11a.jpg";
            img22on = new Image();   img22on.src = "images/spring12a.jpg";
            img23on = new Image();   img23on.src = "images/spring13a.jpg";
            img24on = new Image();   img24on.src = "images/spring14a.jpg";
            img25on = new Image();   img25on.src = "images/spring15a.jpg";
            img26on = new Image();   img26on.src = "images/spring16a.jpg";
            img27on = new Image();   img27on.src = "images/spring17a.jpg";
            img28on = new Image();   img28on.src = "images/spring18a.jpg";
            img29on = new Image();   img29on.src = "images/spring19a.jpg";
            img30on = new Image();   img30on.src = "images/spring20a.jpg";

	    img31on = new Image();   img31on.src = "images/spring21a.jpg";
	    img32on = new Image();   img32on.src = "images/spring22a.jpg";
	    img33on = new Image();   img33on.src = "images/spring23a.jpg";
	    img34on = new Image();   img34on.src = "images/spring24a.jpg";
	    img35on = new Image();   img35on.src = "images/spring25a.jpg";








            img1off = new Image();  img1off.src = "images/b1.gif";
            img2off = new Image();  img2off.src = "images/b2.gif";
            img3off = new Image();  img3off.src = "images/b3.gif";
            img4off = new Image();  img4off.src = "images/b4.gif";
            img5off = new Image();  img5off.src = "images/b5.gif";
            img6off = new Image();  img6off.src = "images/b6.gif";
            img7off = new Image();  img7off.src = "images/b7.gif";
            img8off = new Image();  img8off.src = "images/b8.gif";
            img9off = new Image();  img9off.src = "images/b9.gif";
            img10off = new Image();  img10off.src = "images/b10.gif";

            img11off = new Image();  img11off.src = "images/spring1.jpg";
            img12off = new Image();  img12off.src = "images/spring2.jpg";
            img13off = new Image();  img13off.src = "images/spring3.jpg";
            img14off = new Image();  img14off.src = "images/spring4.jpg";
            img15off = new Image();  img15off.src = "images/spring5.jpg";
            img16off = new Image();  img16off.src = "images/spring6.jpg";
            img17off = new Image();  img17off.src = "images/spring7.jpg";
            img18off = new Image();  img18off.src = "images/spring8.jpg";
            img19off = new Image();  img19off.src = "images/spring9.jpg";
            img20off = new Image();  img20off.src = "images/spring10.jpg";
            img21off = new Image();  img21off.src = "images/spring11.jpg";
            img22off = new Image();  img22off.src = "images/spring12.jpg";
            img23off = new Image();  img23off.src = "images/spring13.jpg";
            img24off = new Image();  img24off.src = "images/spring14.jpg";
            img25off = new Image();  img25off.src = "images/spring15.jpg";
            img26off = new Image();  img26off.src = "images/spring16.jpg";
            img27off = new Image();  img27off.src = "images/spring17.jpg";
            img28off = new Image();  img28off.src = "images/spring18.jpg";
            img29off = new Image();  img29off.src = "images/spring19.jpg";
            img30off = new Image();  img30off.src = "images/spring20.jpg";

	    img31off = new Image();  img31off.src = "images/spring21.jpg";
	    img32off = new Image();  img32off.src = "images/spring22.jpg";
	    img33off = new Image();  img33off.src = "images/spring23.jpg";
	    img34off = new Image();  img34off.src = "images/spring24.jpg";
	    img35off = new Image();  img35off.src = "images/spring25.jpg";



      }

    function imgOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");       
            }
    }

    function imgOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");        
            }
    }

function doit(htmfile) {

var htmfile1='popup1.asp?image_name='+htmfile;
//alert(htmfile1);
popUpWin =window.open(htmfile1,'SmallWin_alca','height=500,width=500,toolbar=0,location=0, directories=0,status=0,menubar=0,scrollbars=no,resizable=0')
	if (navigator.appName == 'Netscape') {
		popUpWin.focus()
	}
	}
