//Preload Image Tabs code- Dynamicdrive.com/////////

var interfaceimg=new Array()
function preloadimg(){
for (i=0;i<arguments.length;i++){
interfaceimg[i]=new Image()
interfaceimg[i].src=arguments[i]
}
}

//Enter full URL to image tabs to preload below. Separate with comma:

preloadimg("images/lightbluetabwgrey_hist.JPG", "images/lightbluetabwgrey.JPG")