function openDir( form ) { 
	var newIndex = form.dropdown.selectedIndex; 
	if ( newIndex == 0 ) { 
		alert( "Please select a location!" ); 
	} else { 
		cururl = form.dropdown.options[ newIndex ].value; 
		window.location.assign( cururl ); 
	} 
} 

function fitnesscenterdesignover()
{
document.getElementById("fitnesscenterdesign").style.opacity="0";
document.getElementById("fitnesscenterdesign").style.filter="alpha(opacity=0)";
}
function fitnesscenterdesignoff()
{
document.getElementById("fitnesscenterdesign").style.opacity=".65";
document.getElementById("fitnesscenterdesign").style.filter="alpha(opacity=65)";
}
function fitnessprogramsover()
{
document.getElementById("fitnessprograms").style.opacity="0";
document.getElementById("fitnessprograms").style.filter="alpha(opacity=0)";
}
function fitnessprogramsoff()
{
document.getElementById("fitnessprograms").style.opacity=".65";
document.getElementById("fitnessprograms").style.filter="alpha(opacity=65)";
}
function wellnessprogramsover()
{
document.getElementById("wellnessprograms").style.opacity="0";
document.getElementById("wellnessprograms").style.filter="alpha(opacity=0)";
}
function wellnessprogramsoff()
{
document.getElementById("wellnessprograms").style.opacity=".65";
document.getElementById("wellnessprograms").style.filter="alpha(opacity=65)";
}
function quickfitover()
{
document.getElementById("quickfit").style.opacity="0";
document.getElementById("quickfit").style.filter="alpha(opacity=0)";
}
function quickfitoff()
{
document.getElementById("quickfit").style.opacity=".65";
document.getElementById("quickfit").style.filter="alpha(opacity=65)";
}
function healthfairsover()
{
document.getElementById("healthfairs").style.opacity="0";
document.getElementById("healthfairs").style.filter="alpha(opacity=0)";
}
function healthfairsoff()
{
document.getElementById("healthfairs").style.opacity=".65";
document.getElementById("healthfairs").style.filter="alpha(opacity=65)";
}
function healtheducationover()
{
document.getElementById("healtheducation").style.opacity="0";
document.getElementById("healtheducation").style.filter="alpha(opacity=0)";
}
function healtheducationoff()
{
document.getElementById("healtheducation").style.opacity=".65";
document.getElementById("healtheducation").style.filter="alpha(opacity=65)";
}
function instructortrainingover()
{
document.getElementById("instructortraining").style.opacity="0";
document.getElementById("instructortraining").style.filter="alpha(opacity=0)";
}
function instructortrainingoff()
{
document.getElementById("instructortraining").style.opacity=".65";
document.getElementById("instructortraining").style.filter="alpha(opacity=65)";
}
function healthscreeningsover()
{
document.getElementById("healthscreenings").style.opacity="0";
document.getElementById("healthscreenings").style.filter="alpha(opacity=0)";
}
function healthscreeningsoff()
{
document.getElementById("healthscreenings").style.opacity=".65";
document.getElementById("healthscreenings").style.filter="alpha(opacity=65)";
}