// JavaScript Document
document.write("<div id='dropmenu7' class='dropmenudiv' style='width: 110px;'>")
document.write("<a href='about.html'>About Us</a>")
document.write("<a href='ourapproach.html'>Our Approach</a>")
document.write("<a href='testimonials.html'>Testimonials</a>")
document.write("<a href='portfolio.html'>Our Customers</a>")
document.write("<a href='why.html'>Why Use Us?</a>")
document.write("</div>")

