
function welcome()
{
	var content = "";
	content += '<h1>Welcome to Living Hope Ministries!</h1>';
	content += '<p>Living Hope Ministries serve the youth and EM of Korean First Presbyterian Church&mdash;Atlanta. We seek to share the gospel of Christ by serving both the 2nd generation children of immigrant parents and the multiethnic peoples of Atlanta.</p>';
	content += '<a href="http://www.kfpcyg.org/" target="_blank">Click here to access our Youth Group site!</a>';
	
	return content;
}

function about()
{
	var content = "";
	content += '<h2>About Us</h2>';
	content += '<p>Our purpose is simple&mdash;to provide a haven of peace and hope within a tumultuous society. Our mission is then to be salt and light unto this world in which Christ has called us to serve in love and humility. We strive to be a beacon of light in order to aid those who are weary and lost. Come and join our fellowship and experience the love of Christ that is accessible to all and unites peoples of many backgrounds together in one body.</p>';
	content += '<br />';
	
	content += '<h2>Living Hope Staff</h2>';
	content += '<table border="0" cellpadding="0" cellspacing="0">';
	content += '<tr>';
	content += '<td width="100"><img src="pyoung.jpg" alt="Pastor Young Choi and wife Yu Ran Kim" title="Pastor Young Choi and wife Yu Ran Kim" border="0" class="block" /></td>';
	content += '<td width="120" class="vat left bp">';
	content += '<b>Rev. Young Kyu Choi<br />Lead Pastor</b><br /><br />';
	content += 'pastoryoungchoi<br />[AT]gmail.com<br />';
	content += '(678)-439-6864</td>';
	content += '<td width="100"><img src="jay.jpg" alt="Jay Liang" border="0" class="block" /></td>';
	content += '<td width="120" class="vat left bp">';
	content += '<b>Mr. Jay Liang<br />College Small Groups Coordinator</b><br /><br />';
	content += 'jhcliang<br />[AT]gmail.com<br />';
	content += '(678)-559-8691</td>';
	content += '</tr><tr><td height="10"></td></tr>';
		
	content += '<tr>';
	content += '<td width="100"><img src="yj.jpg" alt="Young Jin Yang" border="0" class="block" /></td>';
	content += '<td width="120" class="vat left bp">';
	content += '<b>Miss Young Jin Yang<br />Women\'s Small Groups Coordinator</b><br /><br />';
	content += 'yjyang23<br />[AT]gmail.com<br />';
	content += '(850)-624-5174</td>';
	content += '<td width="100"><img src="andy.jpg" alt="Andy Kim" border="0" class="block" /></td>';
	content += '<td width="120" class="vat left bp">';
	content += '<b>Mr. Andy Kim<br />EM Praise Leader</b><br /><br />';
	content += 'andrewkim84<br />[AT]gmail.com<br />';
	content += '(414)-202-3245</td>';
	content += '</tr><tr><td height="10"></td></tr>';
		
	content += '<tr>';
	content += '<td width="100"><img src="adam.jpg" alt="Adam Oh" border="1" class="block" /></td>';
	content += '<td width="120" class="vat left bp">';
	content += '<b>Mr. Adam Oh<br />Youth Director</b><br /><br />';
	content += 'adam.junhyuk.oh<br />[AT]gmail.com<br />';
	content += '(414)-578-0933</td>';
	content += '<td width="100">&nbsp;</td>';
	content += '<td width="120" class="vat left bp">&nbsp;</td>';
	content += '</tr></table>';
	
	content += '<h2>Ministry Schedule</h2>';
	content += "<b>LORD'S DAY SERVICE</b><br />";
	content += '<i>&nbsp;-&nbsp;10:15 - 11:15 AM Worship</i><br />';
	content += '<i>&nbsp;-&nbsp;11:30 - 12:15 PM Fellowship / Let Us Pray</i><br />';
	content += '<i>&nbsp;-&nbsp;01:35 - 2:15 PM Education Class</i><br /><br />';
	content += '<b>Small Group Ministries (College Campus Fellowships &amp; Young Adult Groups)</b><br />';
	content += '<i>&nbsp;-&nbsp;Please ask for details</i><br /><br />';
	//content += '<b>EM/College Fellowship</b><br />';
	//content += '<i>&nbsp;-&nbsp;7:30 - 9:00 PM Fridays</i><br /><br />';
	
	return content;
}

function contact()
{
	var content = "";
	content += '<p>Living Hope Ministries is the English Ministry (EM) of Korean First Presbyterian Church. KFPC is part of the <a href="http://www.pcanet.org/" target="_blank">PCA</a> organization.</p>';
	content += '<p>The head pastor at KFPC is Reverend Sam Jung Suh, who has faithfully devoted over 30 years of service to KFPC&mdash;ever since the birth of the church. The Korean Ministry (KM) website is <a href="http://www.kfpchurch.com/" target="_blank">here</a>.</p>';
	content += '<h2>Contact Information</h2>';
	content += '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>';
	content += '<td width="50%" class="vat left">';
	content += 'Korean First Presbyterian Church<br />(Tucker Campus)<br />';
	content += '6175 Lawrenceville Highway<br />';
	content += 'Tucker, GA 30084<br />';
	content += '<b>Phone:</b> (770)-934-8282<br />';
	content += '<b>Fax:</b> (770)-934-8244<br /><br />';
	content += '</td>';
	content += '<td width="50%" class="vat left">';
	content += '<br />Suwanee Campus<br />';
	content += '3617 Smithtown Road<br />';
	content += 'Suwanee, GA 30024<br />';
	content += '<b>Phone:</b> (770)-614-1911<br />';
	content += '<b>Fax:</b> (770)-614-1922<br /><br />';
	content += '</td>';
	content += '</tr></table>';
	
	content += '<p>For staff contact information, please click the "About" section.</p>';
	content += 'Questions? Comments? Errors? Suggestions? Please submit feedback to:<br /><br />';
	content += '<b>Website Administration, Design, and Management (ADM)</b><br />';
	content += '<i>Joseph Kim, Webmaster</i><br />';
	content += '<b>E-Mail:</b> <a href="mailto:adm@livinghopeatl.org">adm@livinghopeatl.org</a>';
	
	return content;
}

function forums()
{
	var content = "";
	content += '<h1>Living Hope Atlanta Web Forums / Bulletin Board</h1>';
	content += '<a href="http://www.livinghopeatl.org/forums/" target="_blank">Click here to access our forums (new window)</a>';
	content += '<br /><br />';
	
	return content;
}


function nav(n)
{
	// Clear / Reset
	for (var i=1; i <= 4; i++)
	{
		e = document.getElementById("n"+i);
		e.style.backgroundColor = "transparent";
		e.style.borderStyle = "none";
		e.style.borderBottom = "1px solid #194657";
	}
	
	$("#mainContainer").html('');
	
	// Set chosen
	
	e = document.getElementById("n"+n);
	e.style.backgroundColor = "#80DCFF";
	e.style.border = "1px solid #194657";
	e.style.borderBottomStyle = "none";
	
	switch (n)
	{
	case 1:
		$("#mainContainer").html(welcome());
		break;
	case 2:
		$("#mainContainer").html(about());
		break;
	case 3:
		$("#mainContainer").html(contact());
		break;
	case 4:
		$("#mainContainer").html(forums());
		break;
	}
}
