<!-- Begin
// $Id: contact.js,v 1.5 2008/02/12 03:56:14 root Exp $

document.write('<center><ul><span class="title">Contact info for Benson\'s Driver Education</span></ul></center><br>');

// Table 1 (main table)
document.write('<br><table cellpadding="0" cellspacing="0" border="0">');

// Table 1 row 1
document.write('<tr>');

// Table 1 row 1, column 1 (70% width)
document.write('<td width="70%">');

// Table 2 (inner table)
document.write('<br><br><table cellpadding="3" cellspacing="2" border="0">');

// Table 2 row 1 & column 1 (25% width)
document.write('<tr>');
document.write('<td width="25%">');
document.write('<img src="picts/telephone.jpg" alt="Telephone number" width="75%" height="75%">');
document.write('</td>');

// Table 2 row 1, column 2 (75% width) telephone number
document.write('<td width="75%">');
document.write('<span class="title">207-861-4610</span>');
document.write('</td>');
document.write('</tr>');

// Table 2 row 2, column 1
document.write('<tr>');
document.write('<td width="25%">');
document.write('<img src="picts/email.jpg" alt="email address" width="75%" height="75%">');
document.write('</td>');

// Table 2 row 2, column 2
document.write('<td width="75%">');
document.write('<span class="title"><a href="mailto:jbenson8@roadrunner.com">jbenson8@roadrunner.com</a></span>');
document.write('</td>');
document.write('</tr>');

// Table 2 row 3, column 1
document.write('<tr>');
document.write('<td width="25%">');
document.write('<img src="picts/mail.jpg" alt="US mail address" width="75%" height="75%">');
document.write('</td>');

// Table 2 row 3, column 2
document.write('<td width="75%">');
document.write('<span class="title">Benson\'s Driver Education<br>68 Patterson Ave<br>Winslow, Maine 04901</span>');
document.write('</td>');
document.write('</tr>');

// End Table 2
document.write('</table>');

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

// Cell for the page image
document.write('<td width="30%" align="right">');
document.write('<img src="picts/contact.jpg" alt="Contact" width="75%" height="75%" alt="Contact Us">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

//  End -->
