<!-- Begin
// $Id: registration.js,v 1.2 2008/02/05 19:49:14 webadmin Exp root $

document.write('<center><span class="title">Downloadable PDF Registration Forms</span></center><br>');

document.write('<table cellpadding="3" cellspacing="2" border="0" width="600">');

document.write('<tr>');
document.write('<td width="50%" align="center">');
document.write('<center><span class="titleA">Teen Driver Education</span></center>');
document.write('</td>');

document.write('<td width="50%" align="center">');
document.write('<center><span class="titleA">M.M.S.E.C. Training</span></center>');
document.write('</td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td width="50%" align="center">');
document.write('<a href="/pdf/2009_Driver_App.pdf"><img src="/picts/driver-app.jpg"></a>');
document.write('</td>');

document.write('<td width="50%" align="center">');
document.write('<a href="/pdf/2009_MMSEC_App.pdf"><img src="/picts/MMSEC-app.jpg"></a>');

document.write('</td>');
document.write('</tr>');
document.write('</table>');

document.write('<br><center><span class="text">Get the Adobe PDF reader free from <a href="http://www.adobe.com/products/acrobat/readstep2.html?ogn=EN_US-gntray_dl_get_reader">Adobe</a></span></center>');

document.write('<hr width="600"><br><center><span class="footer2">Coming soon: Online registration and payment with credit card through Paypal.com!</span></center>');

//  End -->
