function leftmenu() {
   document.writeln('<ul class="buttonmenu">');
   document.writeln('   <li><a href="index.html">Home<br />&nbsp;</a></li>');
   document.writeln('   <li><a href="dgsa.html">Dangerous Goods Safety Advisers</a></li>');
   document.writeln('   <li><a href="adviser.html">General Health and Safety Advice</a></li>');
   document.writeln('   <li><a href="training.html">Training<br />&nbsp;</a></li>');
   document.writeln('   <li><a href="dglcalc.php">Online Tools<br />&nbsp;</a></li>');
   document.writeln('   <li><a href="http://www.bseenbsafe.co.uk/">BseenBsafe Limited<br />&nbsp;</a></li>');
   document.writeln('   <li><a href="links.html">Useful Links<br />&nbsp;</a></li>');
   document.writeln('   <li><a href="contact.html">Contact Us<br />&nbsp;</a></li>');
   document.writeln('</ul>');

}

function footer() {
   document.writeln('<h1>Len Hall Chemical Consultants Limited | 14 Knowsley Meadows, Darwen, Lancashire, BB3 2UP</h1>');
   document.writeln('Len Hall: 01254 701972 | Mobile: 07747 692193 | <a href="mailto:len@lenhallcc.co.uk">len@lenhallcc.co.uk</a><br />');
   document.writeln('John Newsome: 01422 843202 | Mobile: 07503 833382 | <a href="mailto:john@lenhallcc.co.uk">john@lenhallcc.co.uk</a>');
}

function hazSymbols() {
   document.writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0">');
   document.writeln('<tr>');
   document.writeln('   <td align="center"><img src="images/w_flamli.gif" width="77" height="77" alt="Flammable Liquid Warning Sign" border="0"></td>');
   document.writeln('   <td align="center"><img src="images/w_corros.gif" width="77" height="77" alt="Corrosive Warning Sign" border="0"></td>');
   document.writeln('   <td align="center"><img src="images/w_marine.gif" width="77" height="77" alt="Marine Pollutant Warning Sign" border="0"></td>');
   document.writeln('   <td align="center"><img src="images/w_flamso.gif" width="77" height="77" alt="Flammable Solid Warning Sign" border="0"></td>');
   document.writeln('   <td align="center"><img src="images/w_radioa.gif" width="77" height="77" alt="Radioactive Warning Sign" border="0"></td>');
   document.writeln('</tr>');
   document.writeln('</table>');
}

$(function() {
   $('.photo-caption').corner('10px');
   $('.photo').corner('10px');
});



