﻿

function preload(myImages) {
	for (i = 0; i < myImages.length; i++) {
		preload[i] = new Image();
		preload[i].src = myImages[i];
	};
};

