function changeImages() {
	 {
		var img;
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			img = null;
			if (document.layers) {
				img = findElement(changeImages.arguments[i],0);
			}
			else {
				img = document.images[changeImages.arguments[i]];
			}
			if (img) {
				img.src = changeImages.arguments[i+1];
			}
		}
	}
}


function antiSpam(domain, id) {
		location.href = "mailto:" + id + "@" + domain;
		}


function selectedNav(){

/* HOME */
if( location.href == 'http:\/\/www.bluedanubeproductions.com\/' ) {
		document.getElementById('homeButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/' ) {
		document.getElementById('homeButton').className = 'selected';
}

if( location.href == 'http:\/\/www.bluedanubeproductions.com\/welcome.shtml' ) {
		document.getElementById('homeButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/welcome.shtml' ) {
		document.getElementById('homeButton').className = 'selected';
}

/* TEAM */
if( location.href == 'http:\/\/www.bluedanubeproductions.com\/team.shtml' ) {
		document.getElementById('teamButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/team.shtml' ) {
		document.getElementById('teamButton').className = 'selected';
}

/* SERVICES */
if( location.href == 'http:\/\/www.bluedanubeproductions.com\/services.shtml' ) {
		document.getElementById('servicesButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/services.shtml' ) {
		document.getElementById('servicesButton').className = 'selected';
}

/* PORTFOLIO */
if( location.href == 'http:\/\/www.bluedanubeproductions.com\/portfolio.shtml' ) {
		document.getElementById('portfolioButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/portfolio.shtml' ) {
		document.getElementById('portfolioButton').className = 'selected';
}

/* TESTIMONIALS */
if( location.href == 'http:\/\/www.bluedanubeproductions.com\/testimonials.shtml' ) {
		document.getElementById('testimonialsButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/testimonials.shtml' ) {
		document.getElementById('testimonialsButton').className = 'selected';
}

/* AFFILIATIONS */
if( location.href == 'http:\/\/www.bluedanubeproductions.com\/affiliations.shtml' ) {
		document.getElementById('affiliationsButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/affiliations.shtml' ) {
		document.getElementById('affiliationsButton').className = 'selected';
}

/* CONTACT */
if( location.href == 'http:\/\/www.bluedanubeproductions.com\/contact.shtml' ) {
		document.getElementById('contactButton').className = 'selected';
}
if( location.href == 'http:\/\/bluedanubeproductions.com\/contact.shtml' ) {
		document.getElementById('contactButton').className = 'selected';
}


else {
		document.write('');
}
}

