//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://localhost/imfe/img/benvin.gif", "http://localhost/imfe/img/biblio.gif")
