function makeMenu () {
    document.write('<BODY bgcolor="#000080" text="blue" links="blue" alink="white" vlink="CORNFLOWERBLUE">');
    document.write('<table border=0 cellpadding=2 cellspacing=2 width="80%">');
    document.write('<tr>');
    document.write('<A HREF="home.html">');
    document.write('<td width="30%" align="left" valign="top">');
    document.write('<!-- URL\'s used in the movie-->');
    document.write('<!-- text used in the movie-->');
    document.write('<!--Narelle Lewis--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write(' codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
    document.write(' ID=welcome WIDTH=180 HEIGHT=160>');
    document.write(' <PARAM NAME=movie VALUE="welcome.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=wmode VALUE=#000080> <PARAM NAME=bgcolor VALUE=#000080> <EMBED src="welcome.swf" quality=high scale=exactfit wmode=transparent bgcolor="#000080" WIDTH=180 HEIGHT=160 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
    document.write('</OBJECT>');
    document.write('</td>');
    document.write('</A>');
    document.write('<td width="50%" align="center" valign="top">');
    document.write('<FONT COLOR="BLUE" SIZE="+3" FACE="TIMES">');
    document.write('<a href="index.html"><img src="hmstar.gif" height="61" width="76" border=none alt="Click to go home"></A>');
    document.write('');
    document.write('<A HREF="nld.html"><img src="aboutstar.gif" height="61" width="76" border=none alt="Learn more about NLD"></A>');
    document.write('');
    document.write('<A HREF="press1.html"><IMG SRC="presstar.gif" height="61"');
    document.write('WIDTH="85" BORDER="NONE" ALT="Press Releases in the UK"></A>');
    document.write('');
    document.write('<A HREF="faq.html"><IMG SRC="faq.gif" height="61"');
    document.write('WIDTH="85" BORDER="NONE" ALT="Frequently Asked Questions"></A>');
    document.write('');
    document.write('');
    document.write('<a href="clients.html"><img src="clientstar.gif"');
    document.write('height="61" width="76" border=none alt="Client portfolio"></A>');
    document.write('');
    document.write('<a href="prices.html"><IMG SRC="pricestar.gif" height="61" width="76" border=none alt="Price Guide"></a>');
    document.write('');
    document.write('<A HREF="tip.html"><IMG SRC="advicestar.gif" height="61"');
    document.write('width="85" BORDER=NONE ALT="Click for web page advice"></A>');
    document.write('');
    document.write('<A HREF="map.html"><IMG SRC="mapstar.gif" height="61"');
    document.write('width="76" border=none alt="Can\'t find what you\'re looking for?"></A>');
    document.write('');
    document.write('<A HREF="mailto:bodelby@yahoo.com"><img src="estar.gif" height="61" width="76" border=none alt="Questions, Queries? Email us about it"></a>');
    document.write('</td>');
    document.write('</tr>');
    document.write('</table>');
}

