﻿

function setInfo() {
	var thisInfo;
	var theInfo;
	
	if(goto != "") {
		
		thisInfo = goto;

	} else {
		if(this.href) {
			var startInfo = this.href.lastIndexOf("/")+1;
			var stopInfo = this.href.lastIndexOf(".");
			thisInfo = this.href.substring(startInfo, stopInfo);
		} else {
			theInfo = "<h2>Resources</h2><p>To help you learn more about Christ we have several different venues for you.";
		}
	}
	goto = "";

	
	if (thisInfo == "rightStart") {
		theInfo = "<h2>Right Start Messages</h2><p>The Right Start recording ministry produces cassette tapes, CDs, and collections of  Pastor Jim\'s Sunday sermons. Check with the Grace Family Bookstore for more information, or call Dar Jones (614-410-3241; 800-948-2313).</p>";
	} else if (thisInfo == "graceMusic") {
		theInfo = "<h2>Grace Music</h2><p>Grace Media Group was created to help take the music already created for our worship gatherings, Christmas pageants, Easter services, and other special events, and share it with the world! Not only are CD recordings of original Grace songs and arrangements made available to our own congregation, but we're also able to offer other churches the opportunity to use our music at substantial savings compared to buying choral music from major music companies. We like to call it \"Music by the church. Music for the church.\" Everything we offer is available to view and listen to on the Grace Music Web site. <a href=\"http://www.gracemediagroup.org/\" target=\"_blank\">Click here</a> to learn more!";
	} else if (thisInfo == "bookstore") {
		theInfo = "<h2>Grace Family Bookstore</h2><p><span class=\"outreachHeaders\">Come visit us by the new North Entrance in the Worship Center.</span></p><p>Location:<br />Grace Worship Center<br />8225 Worthington-Galena Rd<br />Westerville, OH 43081</p><p>Hours:<br />Monday - Friday:<br />9:00 a.m. - 5:00 p.m.<br />Wednesday Evenings:<br />6:00 p.m.-8:30p.m.<br />Sunday:<br />9:00 a.m.-12:15 p.m.</p><p>Phone:<br />Local:<br />614-431-8223<br />Toll-Free<br />888-477-8573</p><p>More information coming soon!</p>";
	} else if (thisInfo == "lending") {
		theInfo = "<h2>Lending Library</h2><p>Grace has a collection of Christian books available for checkout. The library, located in the back hallway of the Family Center (FC135B), is open whenever the building is open.</p>";
	}

	//return false;
	document.getElementById('content').innerHTML = theInfo;
	
	return false;
		
	
}
