﻿
// Bottom menu code
document.write('<div style="margin-left:74px; margin-top:2px; white-space:nowrap ">');
document.write('<a href="index.html" class="White">Home</a>');
document.write('<img src="images/dot.jpg" style="margin-left:15px; margin-right:15px ">');
document.write('<a href="Menu.html" class="White">Menu</a>');
document.write('<img src="images/dot.jpg" style="margin-left:15px; margin-right:15px ">');
document.write('<a href="AboutUs.html" class="White">About Us</a>');
document.write('<img src="images/dot.jpg" style="margin-left:15px; margin-right:15px ">');
document.write('<a href="Corporate.html" class="White">Corporate</a>');
document.write('<img src="images/dot.jpg" style="margin-left:15px; margin-right:15px ">');
document.write('<a href="ContactUs.html" class="White">Contact Us</a>');
document.write('</div>');
document.write('<div class="QuoteText" align="center" style="margin-top:21px ">');
document.write('Inspired Occasions - 6 Farley Road - Milford, NH - 03055 - (603) 879-0476<br />');
document.write('</div>');
