// menu.js


document.write("<a href='index.php' title='Home Page'>HOME</a>&nbsp;|&nbsp;");
document.write("<a href='contact.html' title='Contacting and finding Lynx Engineers'>CONTACT LYNX</a>&nbsp;|&nbsp;");
document.write("");
document.write("<a href='services.html' title='What we offer'>SERVICES</a>&nbsp;|&nbsp;");
document.write("");
document.write("<a href='capacities.html' title='What we can do for you'>CAPACITIES</a>&nbsp;|&nbsp;");
document.write("<a href='cnc.html' title='Computer Numerical Control'>CNC</a>&nbsp;|&nbsp;");
document.write("<a href='cad.html' title='Computer Aided Design'>CAD</a>&nbsp;|&nbsp;");
document.write("<a href='fabrication.html' title='Fabrication and on site Installation'>FABRICATION</a>");
