document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
  + '<html xmlns="http://www.w3.org/1999/xhtml">'
  + '<head>'
  + '    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'
  + '    <title>#1.0 DropDownMenu1 example 2</title>'
  + '    <style type="text/css">'
  + '    body {'
  + '        font: 11px tahoma;'
  + '        background: #ffffff;'
  + '        margin: 0;'
  + '        padding: 0px;'
  + '    }'
  + '    </style>'
  + '    <link rel="stylesheet" type="text/css" href="menu.css" />'
  + '    <script type="text/javascript" src="ie5.js"></script>'
  + '    <script type="text/javascript" src="DropDownMenu1.js"></script>'
  + '</head>'
  + ''
  + '<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" style="background-color: #000055">'
  + '	<div align="left">'
  + '    <div align="center">'
  + '    <br>'
  + '&nbsp;<table cellspacing="0" cellpadding="0" id="menu1" class="ddm1">'
  + '    <tr>'
  + '        <td>'
  + '            <font face="Arial" size="2">'
  + '			<p align="left"><b>'
  + '            <a class="item1" href="index.htm"><font color="#FFFFFF">Home</font></a><font color="#FFFFFF">'
  + '			</font>'
  + '            <a class="item1" href="services.htm"><font color="#FFFFFF">Services</font></a><font color="#FFFFFF">'
  + '			</font>'
  + '            <a class="item1" href="expertise.htm"><font color="#FFFFFF">Expertise</font></a><font color="#FFFFFF">'
  + '			</font>'
  + '            <a class="item1" href="clients.htm"><font color="#FFFFFF">Our clients</font></a><font color="#FFFFFF">'
  + '			</font>'
  + '            <a class="item1" href="healthandsafety.htm"><font color="#FFFFFF">Health and safety</font></a><font color="#FFFFFF">'
  + '			</font>'
  + '            <a class="item1" href="training.htm"><font color="#FFFFFF">Training</font></a><font color="#FFFFFF">'
  + '			</font>'
  + '            <a class="item1" href="latest.php"><font color="#FFFFFF">Latest news</font></a><font color="#FFFFFF">                     '
  + '			</font>'
  + '            <a class="item1" href="downloads.htm"><font color="#FFFFFF">Downloads</font></a><font color="#FFFFFF">'
  + '			</font>'
  + '            <a class="item1" href="photo_gal.htm"><font color="#FFFFFF">Photo gallery</font></a><font color="#FFFFFF">'
  + '			</font>			'
  + '			<a class="item1 bottom" href="contact.htm"><font color="#FFFFFF">Contact us</font></a></b>'
  + '        </td>'
  + '    </tr>'
  + '    </table>'
  + '    	</div>'
  + '    	<p align="center">'
  + '		<img border="0" src="images/leftpic.jpg" width="152" height="181"></p>'
  + '	<p align="center">'
  + '		&nbsp;</p>'
  + '	<p align="center">'
  + '		&nbsp;</p>'
  + '	<p align="center">'
  + '		&nbsp;</p></div>'
  + '    <script type="text/javascript">'
  + '    var ddm1 = new DropDownMenu1(\'menu1\');'
  + '    ddm1.type = "vertical";'
  + '    ddm1.position.left = 0;'
  + '    ddm1.init();'
  + '    </script>'
  + ''
  + '</body>'
  + '</html>');
