//--setup script for all pages 
//--Set flag to indicate that is is a mofolk page
site="MOFOLK"
//--Create body tag with background and link colors 
	document.write("<body bgcolor='#FFFFFF' link='#F82866' vlink='#808000' topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>")

//--Start Main table 737 pixels wide 
 	document.write("<table border='0' cellpadding='4' cellspacing='0' width='737' bgcolor='#FDE677'>")

//--Define top cell for banner
 	document.write("<tr><td valign='top' colspan='2' bgcolor='#FDE677'>")
//--Put header  and logo in a top cell
 	document.write("<img src='images/header.gif' width='440' height='109'>");
	document.write("<img src='images/CRLogoSmall.JPG' align='baseline' hspace='50' width='146' height='112'>");
 	document.write("</td></tr>");

//--Build sidebar
 	document.write("<tr><td valign='top' width='100'>")
 	document.write("<table border='0' cellpadding='4' cellspacing='1' width='100%' bgcolor='#000000'>")
//--Put Home link on all pages except the home page
 	document.write("<tr><td bgcolor='#FFFFFF'>")
 	document.write("<font size='1' face='VERDANA'><b>")
	if (document.title == 'MoFolk Home Page - Home of the Country Roads Concert Series') 
		document.write("MoFolk Concerts");
	else 
		document.write("<a href='index.htm'>Home</a>");
	document.write("</b></font></td></tr>");

//--Contact Us cell
 	document.write("<tr><td bgcolor='#FDE677'><a href='mailto:mofolk@yahoo.com'>")
 	document.write("<font size='1' face='VERDANA'><b>")
 	document.write("Contact Us</b></font></a></td></tr>")

//--Directions Link
 	document.write("<tr><td bgcolor='#FDE677'>")
 	document.write("<font size='1' face='VERDANA'><b>")
	if (document.title == 'MoFolk Directions Page') 
		document.write("Directions");
	else 
		document.write("<a href='directions.htm'>Directions</a>");
	document.write("</b></font></td></tr>");
 
//--Email List Link
 	document.write("<tr><td bgcolor='#FDE677'>")
 	document.write("<font size='1' face='VERDANA'><b>")
	if (document.title == 'MoFolk Email List Form') 
		document.write("Email List");
	else 
		document.write("<a href='emailnew.htm'>Email List</a>");
	document.write("</b></font></td></tr>");
 
//--Country Roads Folk Festival Heading Cell
	document.write("<tr><td bgcolor='#FFFFFF'><font size='1' face='VERDANA'><b>Country Roads Folk Festival</b></font></td></tr>")

//--General Info Link
  	document.write("<tr><td bgcolor='#FDE677'>")
  	document.write("<font size='1' face='VERDANA'><b>")
 	if (document.title == 'Country Roads Folk Festival - More Info') 
 		document.write("General Info");
 	else 
 		document.write("<a href='CountryRoadsmore.htm'>General Info</a>");
 	document.write("</b></font></td></tr>");



//--Photos Link
	document.write("<tr><td bgcolor='#FDE677'>")
	document.write("<font size='1' face='VERDANA'><b>")
	if (document.title == 'Country Roads Folk Fest 2006 Pictures') 
		document.write("Photos");
	else 
		document.write("<a href='CRFF2006Pics.htm'>Photos</a>");
	document.write("</b></font></td></tr>");

//--Country Roads Schedule Link
//--  	document.write("<tr><td bgcolor='#FDE677'><a href='CountryRoadsSched.htm'><font size='1' face='VERDANA'><b>Festival Schedule</b></font></a></td></tr>")


//--Accomodations Link
//-- 	document.write("<tr><td bgcolor='#FDE677'><a href='Accomodations.htm'><font size='1' face='VERDANA'><b>Accommodations</b></font></a></td></tr>")

//--Ticket Links
//-- 	document.write("<tr><td bgcolor='#FDE677'><font size='1' face='VERDANA'><b>Ticket Info<br>")
//-- 	document.write("<a href='CountryRoadsAdvTix.htm'> -Advance</a><br>")
//-- 	document.write("<a href='CountryRoadsGate.htm'>- Gate</a>")
//-- 	document.write("</b></font></td></tr>")

//-- Workshop Link
//--  	document.write("<tr><td bgcolor='#FDE677'>")
//--  	document.write("<font size='1' face='VERDANA'><b>")
//--	if (document.title == 'Country Roads Folk Festival - Workshops') 
//--		document.write("Workshops");
//--	else 
//--		document.write("<a href='CountryRoadsWkshp.htm'>Workshops</a>");
//-- 	document.write("</b></font></td></tr>")

//-- Vendor Link
//-- 	document.write("<tr><td bgcolor='#FDE677'>")
//-- 	document.write("<font size='1' face='VERDANA'><b>")
//--	if (document.title == 'Country Roads Folk Festival - Vendors') 
//--		document.write("Vendors");
//--	else 
//--		document.write("<a href='vendors.htm'>Vendors</a>");
//-- 	document.write("</b></font></td></tr>")
//-- 	document.write("<tr><td bgcolor='#FDE677'><a href='Vendors.htm'><font size='1' face='VERDANA'><b>Vendors</b></font></a></td></tr>")

//-- Other MoFolk Events heading
  	document.write("<tr><td bgcolor='#FFFFFF'><font size='1' face='Verdana'><b>Other Mofolk Events:</b></font></td></tr>")
	
//-- Upcoming Event
//--  	document.write("<tr><td bgcolor='#FDE677'>")
//--  	document.write("<font size='1' face='VERDANA'><b>")
//--    if (document.title == 'MoFolk Music Productions - Oscar Brand 2005') 
//--  		document.write("Oscar Brand - Sept. 9, 2005");
//-- 	else 
//-- 		document.write("<a href='Brand05.htm'>Oscar Brand<br>Sept. 9, 2005</a>");

//--	if (document.title == 'MoFolk-Fan Club Cruise') 
//--		document.write("Cruise to Key West & Cozumel");
//--	else 
//--		document.write("<a href='cruise04.htm'>Cruise to Key West & Cozumel</a>");

//--  	document.write("</B></font>")
//--  	document.write("<font size='1' face='VERDANA'><br>w/ Jonathan Edwards & Lisa McCormick<br></font>")
//--  	document.write("<font size='1' face='VERDANA'>Dec. 2-6, 2004</font>")
  	document.write("</td></tr>")
  	
//-- Past Events Link
 	document.write("<tr><td bgcolor='#FDE677'><font size='1' face='VERDANA'><b>")

	if (document.title == 'MoFolk Past Events') 
		document.write("Past Events");
	else 
		document.write("<a href='mofolkpast.htm'>Past Events</a>");
 	document.write("</b></font></td></tr>")




//-- MoFolk Supports heading
 	document.write("<tr><td bgcolor='#FFFFFF'><font size='1' face='Verdana'><b>MoFolk Supports:</b></font></td></tr>")
//--Start a new cell
 	document.write("<tr><td bgcolor='#FDE677'><font size='1' face='VERDANA'><b>")

//-- Music at the MarketPlace, Ranson, WV
//--    document.write("<a href='http://www.freemanfoundation.org/events.htm'>Music at Marketplace Summer Concerts, Ranson, WV</a>")
//--	document.write("<br><br>")

//-- Blackrock Link
//--	document.write("Blackrock Center for the Arts:<br>")
//--	if (document.title == 'Blackrock Third Thursday Coffeehouse') 
//--		document.write("Third Thursday Coffeehouse");
//--	else 
//--		document.write("<a href='http://www.blackrockcenter.org/show/show_items/index/5'>Third Thursday Coffeehouse</a>");
//-- 	document.write("<br>")

//--	if (document.title == 'Blackrock - John McEuen') 
//--		document.write("October 8,2005<br>John McEuen");
//--	else 
//--		document.write("<a href='BlackRock2.htm'>October 8,2005<br>John McEuen</a>");
 	document.write("<br><br>")

//-- Shepherstown Music & Dance Link
	document.write("<a href='http://www.smad.info'>Shepherdstown Music & Dance</a>")
	document.write("<br><br>")
//-- Upper Potomac Dulcimer Fest Link
	document.write("<a href='http://www.dulcimerfest.org'>Upper Potomac Dulcimer Fest</a>")
	document.write("</b></font></td></tr>")
//-- Other folk Links
	document.write("<tr><td bgcolor='#FDE677'><a href='links.htm'><font size='1' face='VERDANA'><b>Other Folk Links</b></font></a></td></tr>")

//-- End the sidebar table and cell and define the cell for the main content
	document.write("</table></td><td valign='top'width='637'>")


