document.write('<div class="header">');
document.write('  <table>');
document.write('    <tr>');
document.write('      <td style="vertical-align: center" align="left"><a href="http://www.service-description.com/" target="_top"><img src="images/logo.gif" border="0" alt="service-description.com"></a></td>');
document.write('	    <td align="right">');
document.write("		  Justin O" + "'" + "Sullivan, David Edmond,<br>");
document.write("		  Arthur H. M. ter Hofstede and Phillipa Oaks<br>");
document.write("          (firstname 'AT' service-description.com)<br>");
document.write('      </td>');
document.write('    </tr>');
document.write('	</table>');
document.write('</div>');
document.write('<div class="menu">');
document.write('  <table>');
document.write('    <tr>');
document.write('       <td class="menuitem"><a href="index.htm">Home</a></td>');
document.write('       <td class="spacer"></td>');
document.write('       <td class="menuitem"><a href="tr-intro.htm">Properties</a></td>');
document.write('       <td class="spacer"></td>');
document.write('       <td class="menuitem"><a href="capabilities.htm">Capabilities</a></td>');
document.write('       <td class="spacer"></td>');
document.write('       <td class="menuitem"><a href="resources.htm">Resources</a></td>');
document.write('       <td class="spacer"></td>');
document.write('       <td class="menuitem"><a href="people.htm">About</a></td>');
document.write('       <td>&nbsp;</td>');
document.write('    </tr>'); 
document.write('  </table>'); 	       
document.write('</div>'); 
