// JavaScript Document

function tophigh(val){
document.getElementById("tm"+val).className = "linkable-wht-bold-h";
}

function mainhigh(val){
document.getElementById("mn"+val).className = "m-nav-h";
}

function subhigh(val){
document.getElementById("ln"+val).className = "linkable-h";
}

function tinhigh(val){
document.getElementById("sm"+val).className = "linkable-s-h";
}

function goURL(url)
{
	window.location.href = url;
}


function footer()
{
	document.write("<div class='ft-col'><p><strong>Church Address</strong><br />1401 Kirk Road,<br />Little Rock, <br />Arkansas 72223</p></div><div class='ft-col'><p><strong>Phone</strong><br />501-224-7171</p></div><div class='ft-col'><p><strong>Email</strong><br /><a href='mailto:info@fellowshiponline.com' class='linkable'>info@fellowshiponline.com</a></p></div><div class='fright'><span class='Arial-10-grey'>Copyright Fellowship Bible Church 2009</span><div style='clear:both;'>&nbsp;</div></div>");
}

function hlogo()
{
	document.write("<div class='m-logo-sec'><div class='fbc-logo-h' title='Fellowship Bible Church'></div><div class='lr-campus' title='Little Rock Campus' onclick=newWindow('littlerock/index.html')></div><div class='b-campus' title='Benton Campus' onclick=newWindow('benton/index.html')></div><div class='c-campus' title='Cabot Campus' onclick=newWindow('cabot/index.html')></div></div>");
}

function logo()
{
	document.write("<div class='m-logo-sec'><div class='fbc-logo' title='Fellowship Bible Church' onclick=newWindow('../index.php')></div><div class='lr-campus' title='Little Rock Campus' onclick=newWindow('index.html')></div><div class='b-campus' title='Benton Campus' onclick=newWindow('benton/index.html')></div><div class='c-campus' title='Cabot Campus' onclick=newWindow('cabot/index.html')></div></div>");
}

function newWindow(Pagename)
{
	if(Pagename != null)
	{
		window.location.href = Pagename;
	}
}




/*function topmenu()
{
	document.write("<div class='top-hd-sec'><div class='top-srh'><div class='top-srh-col-1'><form id='form1' name='form1' method='post' action=''><input name='textfield' type='text' class='txt-fld-srh' id='textfield' /></form></div><div class='top-srh-col-2'><a href='#'><img src='../images/search-btn.gif' width='53' height='21' border='0' alt='SEARCH' title='SEARCH' /></a></div></div><div class='top-ql'><a href='#'><img src='../images/quick-links-btn.gif' width='70' height='21' border='0' alt='QUICK LINKS' title='QUICK LINKS' /></a></div><div class='top-menu-sec'><a href='#' class='linkable-wht-bold'>FELLOWSHIP HOME</a>&nbsp; | <a href='#' class='linkable-wht-bold'>MY FELLOWSHIP</a>&nbsp; | &nbsp;<a href='e-newsletter.html' class='linkable-wht-bold'>E-NEWSLETTER</a>&nbsp; | &nbsp;<a href='http://www.christianbook.com/Christian/Books/home?event=AFF&amp;p=1137809' target='_blank' class='linkable-wht-bold' id='tm3'>ONLINE BOOKSTORE</a>&nbsp; | &nbsp;<a href='https://public.serviceu.com/login.asp?OrgID=10326&amp;strDestination=/Payment/default.asp?OrgID=10326&amp;PaymentID=2663&amp;SGUID=45FECCBA-F5A5-46B7-A5AB-1B09F796E178&amp;RN=41155' target='_blank' class='linkable-wht-bold' id='tm4'>ONLINE GIVING</a>&nbsp; | &nbsp;<a href='#' class='linkable-wht-bold'>REGISTER</a></div></div>");
}*/