	function popOpen(Limage,dim) {		var large = open('',Limage,'status=0,resizable=1,width='+dim+',height=550,toolbar=0,menubar=0,location=0');		large.document.write('<html><head><title>'+Limage+'</title><link rel\=\"stylesheet\" rev\=\"Stylesheet\" href\=\"danBrown.css\" charset\=\"iso-8859-1\" /></head><body><div align\=\"center\"><img src=\"images/travel/'+Limage+'.jpg\" id\=\"bord\"></div></body></html>');		large.document.close();	}	 	var Hots, swapsrc, swapimg;	function sin(which) {			swapimg = document.images[which];			swapsrc = swapimg.src;			swapimg.src = Hots[which].src;	}		function sout() {			swapimg.src = swapsrc;	}	function Initialize() {		  var HotList = [			["academic","images/academic_over.jpg"],			["futbol", "images/futbol_over.jpg"],			["about", "images/about_over.jpg"]			];				  Hots = new Object();		  		  for (i = 0; i < HotList.length; i++) {			img = new Image();			img.src = HotList[i][1];			Hots[HotList[i][0]]=img;		   }	}Initialize();