﻿
var strImages = new Array('images/button1.gif', 'images/button2.gif', 'images/button3.gif', 'images/button4.gif', 'images/button5.gif', 'images/button6.gif', 'images/logos.gif', 'images/main.gif', 'images/spacer.gif');
var aImages = new Array(strImages.length);

for (i = 0; i < strImages.length; i++)
{
	aImages[i] = new Image();
	aImages[i].src = strImages[i];
}

