// menu_items.js file
// comments block here

var MENU_ITEMS =[
   ["Home Page", "default.asp",
   ],
   ["Free Software", null,
      ["Description",   "s_desc.asp"],
      ["Free Download", "s_down.asp"]
   ],
   ["Invitations", null,
      ["Introduction",  "i_intro.asp"],
      ["Catalog",       "http://bridesmate.cceasy.com/order/index.cfm?sjumptoproductline=WedEns"],
      ["Ordering",      "i_order.asp"],
      ["Delivery Info", "i_deliv.asp"],
      ["Items",         "i_item.asp"],
      // ["Ink Colors",    "i_ink.asp"],
      ["Wording",       "i_word.asp"],
      // ["Lettering",     "i_style.asp"],
      ["Carlson Craft", "i_carls.asp"]
   ],
   ["Calligraphy", null,
      ["Introduction",      "c_intro.asp"],
      ["Order",             "c_order.asp"],
      ["Fonts",             "c_fonts.asp"],
      ["Restrictions",      "c_restri.asp"],
      ["File Formats",      "c_format.asp"],
      ["Inside Envelopes",  "c_in_out.asp"],
      ["Address Etiquette", "c_etiqu.asp"]
   ],
   ["Place Cards", "http://placecards.com",
   ],
   ["Favors", "b_intro.asp",
   ],
   ["More", null,
      ["Questions",         "m_faqs.asp"],
      ["Links",             "m_links.asp"],
      ["About Us",          "m_about.asp"]
   ]
];
