// JavaScript Document

document.write(" <ul id='menu'>")
document.write("<li><a href='about.html' rel='dropmenu1'>Who We Are</a></li>")
document.write("<li><a href='information_technology.html' rel='dropmenu2'>What We Do</a></li> ")
document.write("<li><a href='government.html' rel='dropmenu3'>Who We Serve</a></li>")
document.write("<li><a href='contact_us.html' rel='dropmenu4'>Contact Us </a></li>")
document.write("</ul> ")     
                                           
document.write("<div id='dropmenu1' class='dropmenudiv'>")
document.write("<a href='about.html'>About Diamond Geeks</a>")
document.write("<a href='our_people.html'>Our People</a>")
document.write("<a href='our_clients.html'>Our Clients</a>")
document.write("<a href='our_commitment.html'>Our Commitment</a>")
document.write("<a href='outreach.html'>Outreach</a>")
document.write("<a href='code_of_ethics.html'>Corporate Governance</a>")
document.write("<a href='career.html'>Careers</a>")
document.write("<a href='contract_vehicles.html'>Contract Vehicles</a>")
document.write("<a href='fact_sheet.html'>Fact Sheets</a>")
document.write("<a href='news.html'>News</a>")
document.write("<a href='media.html'>Media</a>")
document.write("</div>")
                                           
document.write("<div id='dropmenu2' class='dropmenudiv'>")
document.write("<a href='information_technology.html'>Information Technology</a>")
document.write("<a href='systems_engineering.html'>Systems Engineering</a>")            
document.write("<a href='systems_integration.html'>Systems Integration</a>")
document.write("<a href='it_consulting.html'>IT Consulting</a>")
document.write("<a href='it_outsourcing.html'>IT Outsourcing</a>")
document.write("<a href='project_management.html'>Project Management</a>")
			  
document.write(" </div>")    

document.write("<div id='dropmenu3' class='dropmenudiv'>")
document.write("<a href='government.html'>Government</a>")
document.write("<a href='not_for_profit.html'>Not-for-Profit</a>")            
document.write("<a href='commercial.html'>Commercial</a>")
document.write("<a href='healthcare.html'>Healthcare </a>")
document.write("<a href='small_business.html'>Small Business</a>")
document.write("<a href='residential.html'>Residential</a>")
			  
document.write(" </div>")   

document.write("<div id='dropmenu4' class='dropmenudiv'>")
document.write("<a href='contact_us.html'>General Inquiries</a>")            
document.write("<a href='schedule_service.html'>Schedule Service</a>")
document.write("<a href='visit_us.html'>Visit Us</a>")
        
			  
document.write(" </div>")   
    
      
     
     
     
      



