var writeExternalContent='';



writeExternalContent+= '<!-- start menu HTML -->';
writeExternalContent+= '<table>';
  
	writeExternalContent+= '<tr> <td>	<a href="http://www.tc.gc.ca/marinesafety/rsqa/cmac/menu.htm" target="new"><b>CMAC</b></a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.imo.org" target="new">IMO</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.equasis.org" target="new">Equasis</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.tc.gc.ca" target="new">Transport Canada</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.tc.gc.ca/marinesafety/menu.htm" target="new">Marine Safety</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.tc.gc.ca/MarineSecurity/menu.htm" target="new">Marine Security</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.tsb.gc.ca/" target="new">TSB</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.mcga.gov.uk/" target="new"><b>Maritime and Coast Guard Agency UK</b></a></td>';
	writeExternalContent+= '<tr> <td>	<a href="http://www.uscg.mil/" target="new"><b>US Coast Guard</b></a></td>';

 writeExternalContent+= '</table>';


document.writeln(writeExternalContent)


