function selectedNav(){

/* HOME */
if( location.href == 'http:\/\/www.pacificacb.com\/' ) {
		document.getElementById('welcomeButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificacb.com\/' ) {
		document.getElementById('welcomeButton').className = 'selected';
}
if( location.href == 'http:\/\/www.pacificacb.com\/index.shtml' ) {
		document.getElementById('welcomeButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificacb.com\/index.shtml' ) {
		document.getElementById('welcomeButton').className = 'selected';
}
if( location.href == 'http:\/\/www.pacificarb.com\/' ) {
		document.getElementById('welcomeButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificarb.com\/' ) {
		document.getElementById('welcomeButton').className = 'selected';
}
if( location.href == 'http:\/\/www.pacificarb.com\/index.shtml' ) {
		document.getElementById('welcomeButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificarb.com\/index.shtml' ) {
		document.getElementById('welcomeButton').className = 'selected';
}

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

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

}

/* TRANSACTIONS */
if( location.href == 'http:\/\/www.pacificacb.com\/transactions.shtml' ) {
		document.getElementById('transactionsButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificacb.com\/transactions.shtml' ) {
		document.getElementById('transactionsButton').className = 'selected';
}
if( location.href == 'http:\/\/www.pacificarb.com\/transactions.shtml' ) {
		document.getElementById('transactionsButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificarb.com\/transactions.shtml' ) {
		document.getElementById('transactionsButton').className = 'selected';
}

/* PRINCIPAL */
if( location.href == 'http:\/\/www.pacificacb.com\/principal.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificacb.com\/principal.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}
if( location.href == 'http:\/\/www.pacificacb.com\/testimonials.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificacb.com\/testimonials.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}
if( location.href == 'http:\/\/www.pacificarb.com\/principal.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificarb.com\/principal.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}
if( location.href == 'http:\/\/www.pacificarb.com\/testimonials.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificarb.com\/testimonials.shtml' ) {
		document.getElementById('principalButton').className = 'selected';
}

/* NEWS */
if( location.href == 'http:\/\/www.pacificacb.com\/news.shtml' ) {
		document.getElementById('newsButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificacb.com\/news.shtml' ) {
		document.getElementById('newsButton').className = 'selected';
		
}
if( location.href == 'http:\/\/www.pacificarb.com\/news.shtml' ) {
		document.getElementById('newsButton').className = 'selected';
}
if( location.href == 'http:\/\/pacificarb.com\/news.shtml' ) {
		document.getElementById('newsButton').className = 'selected';
		
}

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



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