
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/tassy/tassie350278w.jpg";
	var secondImage= new Image;
	secondImage.src ="images/tassy/tassyAgility300358.jpg";
	var thirdImage = new Image;
	thirdImage.src = "images/tassy/tassieGoldFridge295390.jpg";
	var fourthImage= new Image;
	fourthImage.src = "images/tassy/tassyPupJump269240.jpg";
	var fifthImage = new Image;
	fifthImage.src = "images/tassy/tassie281350.jpg";
	var sixthImage= new Image;
	sixthImage.src ="";
	var seventhImage= new Image;
	seventhImage.src ="images/tassy/tassySister2250200.jpg";
	var eighthImage= new Image;
	eighthImage.src ="images/tassy/tassieSister250200.jpg";
	var ninthImage= new Image;
	ninthImage.src ="images/tassy/tassySister3250200.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";

} 
