function imageholderclass(){ this.over=new Array(); this.down=new Array(); this.src=new Array(); this.store=store; function store(src, down, over){ var AL=this.src.length; this.src[AL]=new Image(); this.src[AL].src=src; this.over[AL]=new Image(); this.over[AL].src=over; this.down[AL]=new Image(); this.down[AL].src=down; } } var ih = new imageholderclass(); var mouseisdown=0; function preloader(t){ for(i=0;i