// JavaScript Document
document.write("<div id='dropmenu1' class='dropmenudiv' style='width: 120px;'>")
document.write("<a href='benefits.html'>Benefits Home</a>")
document.write("<a href='growing.html'>Growth</a>")
document.write("<a href='efficiency.html'>Efficiency</a>")
document.write("<a href='streamlining.html'>Save Money</a>")
document.write("<a href='savetime.html'>Save Time</a>")
document.write("<a href='information.html'>Information</a>")
document.write("<a href='takeaway.html'>Less Stress</a>")
document.write("</div>")
