/*
10/27/2008 N. Boemio - (CR# 3354) - Commented out "Career Opportunities" menu option.
11/06/2008 N. Boemio - (CR# 3380) - Commented out "Public Finance", "Structured Finance", and
           "International Finance" menu options.

*/

/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.

  To specify a target, use the 3rd parameter.  Example:
     ['fgic.com', 'http://www.fgic.com/', {'tw' : '_blank'}]
*/
var MENU_ITEMS = [
/*
   ['Public Finance', '/publicfinance/', null,
      ['Secondary Markets Credit Enhancement', '/publicfinance/secondarymarkets.jsp'],
      ['In-Depth Underwriting Experience', '/publicfinance/underwritingexperience/'],
      ['Underwriting Focus', '/publicfinance/underwritingfocus/'],
      ['Document Downloads', '/publicfinance/documentdownloads/'],
      ['Notable Transactions', '/publicfinance/notabletransactions/'],
      ['Contact Directory', '/publicfinance/contactdirectory/']
   ],
   ['Structured Finance', '/structuredfinance/', null,
      ['In-Depth Underwriting Experience', '/structuredfinance/underwritingexperience/'],
      ['Underwriting Focus', '/structuredfinance/underwritingfocus/'],
      ['Logo Downloads', '/structuredfinance/logodownloads/']
   ],
   ['International Finance', '/internationalfinance/', null,
      ['In-Depth Underwriting Experience', '/internationalfinance/underwriting/'],
      ['Contact Directory', '/internationalfinance/contactdirectory/'],
      ['Notable Transactions', '/internationalfinance/notabletransactions/'],
      ['Logo Downloads', '/internationalfinance/logodownloads/']
   ],
*/
   ['About FGIC', '/aboutfgic/', null,
      ['Our Values', '/aboutfgic/vision/'],
      ['Our Leadership', '/aboutfgic/ourleadership/'],
/*      ['Risk Management', '/aboutfgic/riskmanagement/'],  */
      ['FGIC News', '/aboutfgic/news/'],
/*      ['Conferences & Events', '/aboutfgic/events/']  */
   ],
   ['Investor Relations', '/investorrelations/', null,
      ['Corporate Governance', '/investorrelations/corporategovernance/'],
      ['Financial Reports', '/investorrelations/financialreports/'],
/*      ['Investor Fact Sheet', '/investorrelations/factsheet/investorfactsheet.pdf', {'tw' : '_blank'}],  */
      ['Rating Agency Reports', '/investorrelations/ratingagencyreports/'],
/*      ['Select Exposures', '/investorrelations/selectexposures/'],                  */
      ['Investor Information Service', '/investorrelations/investorinformation/'],
/*      ['Conference Calls', '/investorrelations/conferencecalls/']   */
   ],
/*   ['Career Opportunities', '/careeropportunities/', null],  */
   ['Contact Us', /contactus/, null]

];
