function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",200,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#000000","#FFFFFF","#FFC950");
  fw_menu_0.addMenuItem("Windows Web Hosting","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=sharedwindows', '_self')");
  fw_menu_0.addMenuItem("Linux Web Hosting","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=sharedlinux', '_self')");
  fw_menu_0.addMenuItem("Dedicated Windows Hosting","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=dedicatedwindows', '_self')");
  fw_menu_0.addMenuItem("Dedicated Linux Hosting","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=dedicatedlinux', '_self')");
  fw_menu_0.addMenuItem("Server Colocation","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=colocation', '_self')");
  fw_menu_0.addMenuItem("Exchange Hosting","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=exchange', '_self')");
fw_menu_0.addMenuItem("E-mail Services","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=email', '_self')");
fw_menu_0.addMenuItem("Security Services","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=security', '_self')");
fw_menu_0.addMenuItem("Managed Operations","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=managedoperations', '_self')");
  fw_menu_0.addMenuItem("Shared Database Hosting","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=shareddatabase', '_self')");
fw_menu_0.addMenuItem("Service Upgrades","window.open('http://shop.digitalnorth.net/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=upgrades', '_self')");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",150,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#000000","#FFFFFF","#FFC950");
  fw_menu_1.addMenuItem("Support Center Login","window.open('https://support.digitalnorth.net/', '_self')");
  fw_menu_1.addMenuItem("FAQ","window.open('http://help.digitalnorth.net/', '_self')");
	 fw_menu_1.hideOnMouseOut=true;
window.fw_menu_2 = new Menu("root",180,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#000000","#FFFFFF","#FFC950");
  fw_menu_2.addMenuItem("Infrastructure Partners","window.open('http://www.digitalnorth.net/partners/infrastructure.htm', '_self')");
  fw_menu_2.addMenuItem("Service Partners","window.open('http://www.digitalnorth.net/partners/development.htm', '_self')");
  fw_menu_2.addMenuItem("Technology Partners","window.open('http://www.digitalnorth.net/partners/technology.htm', '_self')");
	 fw_menu_2.hideOnMouseOut=true;
 window.fw_menu_3 = new Menu("root",140,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#000000","#FFFFFF","#FFC950");
  fw_menu_3.addMenuItem("News","window.open('http://www.digitalnorth.net/about/news.htm', '_self')");
  fw_menu_3.addMenuItem("Datacenters","window.open('http://www.digitalnorth.net/about/datacenters.htm', '_self')");
  fw_menu_3.addMenuItem("Contact Us","window.open('http://www.digitalnorth.net/about/contact.htm', '_self')");
  fw_menu_3.addMenuItem("Charities","window.open('http://www.digitalnorth.net/about/charities.htm', '_self')");
	 fw_menu_3.hideOnMouseOut=true;
  fw_menu_3.writeMenus();

} // fwLoadMenus()
