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