var ima=new Array()
function preload(){
for (i=0;i<preload.arguments.length;i++){
ima[i]=new Image()
ima[i].src='../grafx/'+preload.arguments[i]
}}
