<!--
/* Preload the images */
	aboutzsharp = new Image(153,53);
	aboutzsharp.src = "images/aboutzsharp_red.gif";

	fanpraise = new Image(153,53);
	fanpraise.src = "images/fanpraise_red.gif";
	
	upcominggigs = new Image(153,53);
	upcominggigs.src = "images/upcominggigs_red.gif";
	
	photogallery = new Image(53,153);
	photogallery.src = "images/photogallery_red.gif";

	hearsamples = new Image(53,153);
	hearsamples.src = "images/hearsamples_red.gif";	

	bookinginfo = new Image(53,153);
	bookinginfo.src = "images/bookinginfo_red.gif";
	
	contactus = new Image(53,153);
	contactus.src = "images/contactus_red.gif";

function hover(name,over)
{
if(window.document.images)
{
if (over)
window.document.images[name].src = "images/" + name + "_red.gif";
else
window.document.images[name].src = "images/" + name + ".gif";
}
}	

//-->
