function preload(fields){
	im=new Array();
	for(i in fields){
		im[j]=new Image;
		im[j++].src=i;
	}
}
