arImageSrc = new Array (
        "B-3Desig",
        "B-3Desi0",
        "B-Abou0",
        "B-About",
        "B-Awards",
        "B-Award0",
        "B-Contac",
	"B-Conta0",
	"B-Employ",
	"B-Emplo0",
	"B-Home",
	"B-Hom0",
	"B-Portf0",
	"B-Portfo",
	"B-Tou0",
	"B-Tour",
	"B-Eng",
	"B-Eng0",
	"T-3desi1",
	"T-Abou1",
	"T-Conta1",
	"T-Emplo1",
	"T-Hom1",
	"T-ArchP1",
	"T-EngP1",
	"T-Award1",
        "T-Tou1"
    )

    arImageList = new Array ();

    for (counter in arImageSrc) {
        arImageList[counter] = new Image();
        arImageList[counter].src = "../Images/" + arImageSrc[counter] + ".gif";
    }