//--Second setup script for all pages execpt index.htm
//--Create body tag with WFMA background and link colors 
	document.write("<body background='images/wfmabak.gif' link='#804000' vlink='#808000'>")
//--Start Main table 705 pixels wide - cellpadding keeps text away from bullets
	document.write("<Table align=left border=0 cellpadding=2 width=705>")
//--Define top cell for banner
	document.write("<tr><td colspan=2>")
//--Put 700 pixel WFMA Banner on page
	document.write("<IMG SRC='images/banner7.gif' WIDTH='700' HEIGHT='75' BORDER='0'>");
	document.write("</td></tr>");
//--Define first cell for link buttons 102 pixels wide
	document.write("<tr><td valign=top width=102>");
//--Add Buttons to left side of page
AddButtons();

document.write("</td>")
document.write("<td valign=top width=600>")
