//**************************
//  DirtFarm Industries, LLC
//  tom@dirtfarm.com
//  www.dirtfarm.com
//**************************

// top navigation rollovers
if(document.images) {
	cd = new Image(64,17);
	cd2 = new Image(64,17);
	gigs = new Image(42,17);
	gigs2 = new Image(42,17);
	profiles = new Image(64,17);
	profiles2 = new Image(64,17);	
	quotes = new Image(58,17);
	quotes2 = new Image(58,17);
	lyrics = new Image(49,17);
	lyrics2 = new Image(49,17);
	photos = new Image(57,17);
	photos2 = new Image(57,17);
	stuff = new Image(43,17);
	stuff2 = new Image(43,17);	
	links = new Image(45,17);
	links2 = new Image(45,17);	
	contact = new Image(64,13);
	contact2 = new Image(64,13);		
	news = new Image(43,17);
	news2 = new Image(43,17);	
		
	cd.src = "images/cd.gif";
	cd2.src = "images/cd_over.gif";
	gigs.src = "images/gigs.gif";
	gigs2.src = "images/gigs_over.gif";	
	profiles.src = "images/profiles.gif"
	profiles2.src = "images/profiles_over.gif"
	quotes.src = "images/quotes.gif";
	quotes2.src = "images/quotes_over.gif";
  lyrics.src = "images/lyrics.gif";
	lyrics2.src = "images/lyrics_over.gif";
	photos.src = "images/photos.gif";
	photos2.src = "images/photos_over.gif";	
	stuff.src = "images/stuff.gif"
	stuff2.src = "images/stuff_over.gif"
	links.src = "images/links.gif";
	links2.src = "images/links_over.gif";	
	contact.src = "images/contact.gif";
	contact2.src = "images/contact_over.gif";		
	news.src = "images/news.gif"
	news2.src = "images/news_over.gif"	
}
else {

	cd = ""
	cd2 = ""	
	gigs = ""
	gigs2 = ""
	profiles = ""
	profiles2 = ""	
	quotes = ""
	quotes2 = ""
	lyrics = ""
	lyrics2 = ""
	photos = ""
	photos2 = ""
	stuff = ""
	stuff2 = ""	
	links = ""
	links2 = ""	
	contact = ""
	contact2 = ""	
	news = ""
	news = ""	 
}

function chgImg(where,newImg) {
	if(document.images){
	document[where].src= eval(newImg + ".src")
	
	}
}