var tmp = Array();
function Images(i) {
	for (a in i) {
		tmp[a] = new Image();
		tmp[a].src = i[a];
	}
}