//Javascript functions

//displays the banner of the site
//var strBanner = '&nbsp;&nbsp;<img src="graphics/church_redbkg1.jpg" width="167" height="129" /><img src="graphics/spacer1x1.gif" width="100" height="130" /><img src="graphics/church_name_red2.jpg" width="278" height="129" /><img src="graphics/spacer1x1.gif" width="95" height="130" /><img src="graphics/cross_129px.gif" width="88" height="129" />';

var strBanner = '<td width="10" ><img src="graphics/spacer1x1.gif" width="10" height="130" border="0" /></td><td width="167"><img src="graphics/church_redbkg1.jpg" width="167" height="129" border="0"/></td><td width="100%" align="center"><img src="graphics/church_name_red2.jpg" width="278" height="129" border="0" /></td><td width="79"><img src="graphics/spacer1x1.gif" width="79" height="130" border="0" /></td><td width="88"><img src="graphics/cross_129px.gif" width="88" height="129" border="0" /></td><td width="10"><img src="graphics/spacer1x1.gif" width="10" height="130" border="0" /></td>';


var strBanner1 = '&nbsp;&nbsp;<img src="../../graphics/church_redbkg1.jpg" width="167" height="129" /><img src="../../graphics/spacer1x1.gif" width="100" height="130" /><img src="../../graphics/church_name_red2.jpg" width="278" height="129" /><img src="../../graphics/spacer1x1.gif" width="95" height="130" /><img src="../../graphics/cross_129px.gif" width="88" height="129" />';

//displays the left side menu
//var strMenu = '<tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'test.htm\'"><td>Home</td></tr><tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'about.htm\'"><td>About Shiloh</td></tr><tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'pastor_desk.htm\'"><td>Pastor\'s Desk</td></tr><tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'ministries.htm\'"><td>Ministries</td></tr><tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'news.htm\'"><td>News</td></tr><tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'calendar.htm\'"><td>Calendar</td></tr><tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'resources.htm\'"><td>Resources</td></tr><tr height="30" align="center" class="menuoff" onMouseOver="className=\'menuon\';" onMouseOut="className=\'menuoff\';" onClick="document.location.href=\'calendar.htm\'"><td>Contact Us</td></tr>';


function playSermon(filename){
	window.open("audio/"+filename,"_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=340, height=440");
	//myWindow.focus()
}

