<!--
	zylberImageSrc = new Array (
		"img/spacer.gif",
		"img/menu_sup_01.gif",
		"img/menu_sup_01_on.gif",
		"img/box_home_001.jpg",
		"img/box_home_001_on.jpg",
		"img/box_home_002.jpg",
		"img/box_home_002_on.jpg",
		"img/box_home_003.jpg",
		"img/box_home_003_on.jpg",
		"img/box_home_004.jpg",
		"img/box_home_004_on.jpg"
    )
    zylberImageList = new Array ();

    for (counter in zylberImageSrc) {
        zylberImageList[counter] = new Image();
        zylberImageList[counter].src = zylberImageSrc[counter];
    }

//-->