//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("http://www.itgalquiler.com/newsite/images/about_on.jpg", "http://www.itgalquiler.com/newsite/images/customers_on.jpg", "http://www.itgalquiler.com/newsite/images/equipment_on.jpg","http://www.itgalquiler.com/newsite/images/gallery_on.jpg","http://www.itgalquiler.com/newsite/images/promos_on.jpg","http://www.itgalquiler.com/newsite/images/services_on.jpg")
