function EquinoxLogo(rp){
	document.getElementById('equinoxLogo').style.display = "none";
	document.write('<object type="application/x-shockwave-flash" data="'+rp+'images/equinoxlogo.swf" id="equinoxLogoJava" title="The Equinox Partnership Introduction" width="285" height="83">\n');
	document.write('<param name="movie" value="'+rp+'images/equinoxlogo.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('</object>\n');
}

function EquinoxIntro(){
	document.getElementById('equinoxIntro').style.display = "none";
	document.write('<object type="application/x-shockwave-flash" data="images/equinoxintro.swf" id="equinoxIntroJava" title="The Equinox Partnership Introduction" width="787" height="606">\n');
	document.write('<param name="movie" value="images/equinoxintro.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('</object>\n');
}

function showNewsStory(nm) {
	document.getElementById("shortStory"+nm).style.display = "none";
	document.getElementById("longStory"+nm).style.display = "inline";
}

function hideNewsStory(nm) {
	document.getElementById("shortStory"+nm).style.display = "inline";
	document.getElementById("longStory"+nm).style.display = "none";
}