var myimages=new Array()
var gotolink="#"

function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages(
"images/EGR/Aerowrap/egr_aerowrap.jpg",
"images/EGR/Aerowrap/egr_aerowrap_ford.jpg",
"images/EGR/Aerowrap/egr_aerowrap_chevy.jpg"
)

