function writeMenus(){

// Products and Services
document.write('<div id="dropmenu1" class="dropmenudiv" style="width: 220px;">'
  + '<a href="products.html">Data Center Services</a>'
  + '<a href="prod_monitored.html">Monitored & Managed Services</a>'
  + '<a href="prod_proeng.html">Professional Network Consulting</a>'
  + '<a href="prod_bizcont.html">Business Continuity Office Space</a>'
  + '</div><br>');
}

// Facilities

function writeMenus2(){

document.write('<div id="dropmenu2" class="dropmenudiv" style="width: 160px;">'
  + '<a href="okc4121.html">Oklahoma City</a>'
  + '<a href="fac_tulsa.html">Tulsa</a>'
  + '<a href="futuredevelopment.html">Future Development</a>'
  + '</div><br>');
}