function writeNav() {
	document.write('| ');
	document.write('<a href="index.php">CDO Michigan Home</a> | ');
	document.write('<a href="what_is_capoeira.php">What is Michigan Capoeira?</a> | ');
	document.write('<a href="video.php">Michigan Capoeira Video</a> | ');
	document.write('<a href="about.php">About our Ann Arbor Michigan / Ypsi Capoeira Group</a> | ');
	document.write('<a href="local_instructors.php">Local Michigan Instructors</a> | ');
	document.write('<a href="mestre_suassuna.php">Mestre Suassuna</a> | ');
	document.write('<a href="contra_mestre_denis.php">Contra-Mestre Denis</a> | ');
	document.write('<a href="classes.php">Michigan Capoeira Classes</a> | ');
	document.write('<a href="schedule.php">Cordao de Ouro Mihcigan Practice Schedule</a> | ');
	document.write('<a href="fees.php">Capoeria Class Fees</a> | ');
	document.write('<a href="what_to_wear.php">What to Wear to Train Capoeira in Michigan</a> | ');
	document.write('<a href="events.php">Michigan Capoeira Events</a> | ');
	document.write('<a href="contact.php">Contact CDO Michigan</a> | ');
	document.write('<a href="links.php">Capoeira Links Beyond Michigan</a> | ');
	
	
}

function writeFinePrint() {

document.write('<br clear="all"/><table border="0" width="800" cellpadding="5" cellspacing="5">');
document.write('<tr>');
document.write('<td align="right">');
document.write('<a href="http://www.grupocordaodeouro.com.br/novo_site/index.html" target="_blank">');
document.write('<img src="images/cdo_brasil.jpg" height="50" alt="Mestre Suasunna Cordao de Ouro Capoeria, Sao Paulo Brazil" border="0"></a>');
document.write('</td>');
document.write('<td align="left">');
document.write('<font size="-2" color="#CCCCCC">');
document.write('visit <a href="http://www.grupocordaodeouro.com.br/novo_site/index.html" target="_blank">Mestre Suassuna\'s site</a><br/>');
document.write('visit <a href="https://netfiles.uiuc.edu/ro/www/CapoeiraClubatUIUC/index.html" target="_blank">Contra-Mestre Denis\' site</a>');
document.write('</font>');
document.write('</td>');
document.write('<td align="right">');
document.write('<font size="-2" color="#CCCCCC">');
document.write('&copy; 2006 - Cordão de Ouro Capoeria - Ann Arbor &amp; Detroit Michigan<br/>');
document.write('site design by pensador - <a href="http://www.basslinedesign.com/" target="_blank">basslinedesign.com</a>');
document.write('</font>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}
