/*
  --- 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', '/index.php'],
	['Marketing >', null, null,
			['Newsletters', '/marketing/mediaMaterials/newsletters.php'],
			['Cross Channel >', '/marketing/mediaMaterials/crossChannel.php',
			 	['Love Jingle', '/marketing/mediaMaterials/loveJingle.php'],
				['Love Jingle', '/marketing/mediaMaterials/loveJingle.php'],
				['PenthouseTV/HD', '/marketing/mediaMaterials/penthouse.php'],
				['REAL', '/marketing/mediaMaterials/foreignErotique.php'],
				['XTSY', '/marketing/mediaMaterials/xtsy.php'],
				['The Erotic Networks', '/marketing/mediaMaterials/captivating.php'],
				['Parental/Discrete Billing', '/marketing/mediaMaterials/parental.php'],
				['Spanish Spots', '/marketing/mediaMaterials/spanish.php'],
				['Cross Channel Form', '/forms/crossChannelForm.php'],
			 ],
			['Recommendations >', '',
				['Pricing', '/marketing/recommendations/pricing.php'],
				['PPV - PPB', '/marketing/recommendations/ppvPpb.php'],
				['Direct Mail', '/marketing/recommendations/directMail.php'],
				['Cross Channel', '/marketing/recommendations/crossChannel.php'],
		],
			['Print', '/marketing/mediaMaterials/print.php'],
			['Network Logos', '/marketing/mediaMaterials/logos.php'],
			['IPG/EPG', '/technical/IPG_EPG.php'],
	],
	['Products & FAQs >', '',
		['Networks', '/products/index.php'],
		['All Products', '/products/index.php'],
		['FAQs >', '',
				['On Demand', '/products/faqs/ondemand.php'],
				['On Demand', '/products/faqs/ondemand.php'],
				['PPV Networks', '/products/faqs/ppvnetworks.php'],
		],
	],
	['Schedules >', '/schedules/schedules.php',
		['The Erotic Networks', '/schedules/schedules.php'],
		['The Erotic Networks', '/schedules/schedules.php'],
		['Latam Channels', '/schedules/schedules_spanish.php'],
		['Latam XMLs', '/schedules/schedules_latam.php'],
		],
	['Technical >', '',
		['Authorization Form', '/technical/authorization-form.php'],
		['Authorization Form', '/technical/authorization-form.php'],
		['Download Samples', '/smty/index.php?area=dwn'],
		['Specifications', '/technical/installation.php'],
		['Technical Notices', '/technical/status.php'],
		['IPG/EPG', '/technical/IPG_EPG.php'],
	],
	['Contacts >', '',
		['Sales & Marketing', '/contacts/sales.php'],
		['Sales & Marketing', '/contacts/sales.php'],
		['Technical Support', '/contacts/support.php'],
		['Executive', '/contacts/executive.php'],
	],
];


