﻿//divMenuContents.js

document.write('<p>');
document.write('<a href="index.html">Home</a>');
document.write('<a href="products.html">Products</a>');
document.write('<a href="services.html">Services</a>');
document.write('<a href="shop-capacity.html">Shop Capacity</a>');
document.write('<a href="certifications.html">Certifications</a>');
document.write('<a href="contact-us.html">Contact Us</a>');
document.write('</p>');
