
if (document.images){
	var buttonO=new Image;
	    buttonO.src="images/triBtn.gif";
	var buttonH= new Image;
	buttonH.src = "images/triBtnGloU.gif";
	
	var firstImage= new Image;
	firstImage.src = "images/fiesta/fiesta350279.jpg";
	var secondImage= new Image;
	secondImage.src ="images/fiesta/fiesta350235.jpg";
	var thirdImage = new Image;
	thirdImage.src = "images/fiesta/fiesta6350237.jpg";
	var fourthImage= new Image;
	fourthImage.src = "images/fiesta/fiesta5350255.jpg";
	var fifthImage = new Image;
	fifthImage.src = "images/fiesta/fiesta350288.jpg";
	var sixthImage= new Image;
	sixthImage.src ="";
	var seventhImage= new Image;
	seventhImage.src ="images/fiesta/fiesta7350228.jpg";
	var eighthImage= new Image;
	eighthImage.src ="images/fiesta/fiesta350262.jpg";
	var ninthImage= new Image;
	ninthImage.src ="images/fiesta/fiesta8350204.jpg";
}



// JavaScript functions to show/hide information

function showInfo(id){
	var ref = document.getElementById(id);
	ref.style.visibility="visible";
}

function hideInfo(id){
	var ref = document.getElementById(id);
	ref.style.visibility="hidden";

} 
