/*
  --- 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.
*/
var MENU_ITEMS = [
        ['Home', 'http://us.tdk-lambda.com/lp/', null,
                ['Portugu&ecirc;s', 'http://us.tdk-lambda.com/lp/por/',],
                ['Espa&ntilde;ol', 'http://us.tdk-lambda.com/lp/spa/'],
        ],
        ['News', null, null,
                ['Press Releases', 'http://us.tdk-lambda.com/lp/news/press_releases.htm'],
                ['News Room', 'http://us.tdk-lambda.com/lp/news/newsroom.htm'],
        ],
        ['About', null, null,
                ['TDK-Lambda Americas', 'http://us.tdk-lambda.com/lp/about/about.htm'],
                ['Employment', 'http://us.tdk-lambda.com/lp/about/employment.htm'],
                ['Approvals', 'http://us.tdk-lambda.com/lp/about/approvals.htm'],
        ],
        ['Product', null, null,
		['By Type', null, null,
	                ['AC-DC', 'http://us.tdk-lambda.com/lp/products/product_index.htm#acdc'],
	                ['DC-DC', 'http://us.tdk-lambda.com/lp/products/product_index.htm#dcdc'],
			    ['Configurable', 'http://us.tdk-lambda.com/lp/products/finder2.htm'],
	                ['EMI Filter', 'http://us.tdk-lambda.com/lp/products/product_index.htm#filter'],
	                ['Lab', 'http://us.tdk-lambda.com/lp/products/lab.htm'],
	                ['Racks', 'http://us.tdk-lambda.com/lp/products/racks.htm'],
		],
		['Search by', null, null,
	            ['Rapid Selector', 'http://aim4magic.com/lambda/rapid_selector.php'],
	            ['Part Number', 'http://aim4magic.com/lambda/part_number_search.php'],
			['Model Index', 'http://us.tdk-lambda.com/lp/products/product_index.htm'],
			['Application', 'http://us.tdk-lambda.com/lp/products/applications.htm'],
			['Visual Guide', 'http://us.tdk-lambda.com/lp/products/finder.htm'],
		],
		['Value Added', 'http://us.tdk-lambda.com/lp/products/value_added.htm'],
		['Older Models', 'http://us.tdk-lambda.com/lp/products/legacy_products.htm'],
		['RoHS', 'http://us.tdk-lambda.com/lp/rohs.htm'],
        ],
        ['Contact', null, null,
                ['Contact Us', 'http://us.tdk-lambda.com/lp/contacts/contact_us.htm'],
                ['Customer Survey', 'http://us.tdk-lambda.com/lp/contacts/customercare.htm'],
                ['Global Offices', 'http://us.tdk-lambda.com/lp/contacts/distributors.htm'],
                ['Sales Representatives', 'http://us.tdk-lambda.com/lp/contacts/sales_reps.htm'],
                ['Local Distributors', 'http://us.tdk-lambda.com/lp/contacts/nat_distributors.htm'],
                ['Email Notification', 'http://us.tdk-lambda.com/lp/contacts/email.htm']
        ],
	  ['Resources', null, null,
			['Lambda University', 'http://us.tdk-lambda.com/lp/about/university.htm'],
			['Power Topics Blog', 'http://power-topics.blogspot.com/'],
	  ],
        ['Partner', 'http://partner.lambda.com/'],
];