/*
  --- 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.html', null,	 
	],
	
	['Company', 'companyinfo.html', null,
	 	['Awards', 'awards.html'],
		['Management Team', 'companyteam.html'],
		['News', 'news.html'],
		['Media Stories', 'media.html'],
		['Careers', 'careers.html'],
	],
	
	['Products', null, null,
		['Software', null, null,
		 	['Author', 'ota.html', null,
			],
		],
		['Digital Media Controllers', 'settopbox.html', null,
		],
	],
			
	['Legacy', null, null,
		['Digital Signage', 'cards.html', null,
			['MPEG Cards / Subsystems', null, null, 
			 	['Alchemy', 'alchemy.html', null, 
				],
				['Alchemy Efx', 'alchemyefx.html', null, 
				],
				['Alchemy Gfx', 'alchemygfx.html', null, 
				],
				['Alchemy Gl', 'alchemygl.html', null, 
				],
				['Alchemy Gli', 'alchemygli.html', null, 
				],
				['Alchemy HD', 'alchemyhd.html', null, 
				],
				['Alchemy PC 104+', 'alchemypc104.html', null, 
				],
			],
			['PC Sub-Systems ', null, null,
			
				['PC 104+ Carrier Board', 'backplane.html', null, 
				],
			],
			['Multi-Channel Graphics ', null, null,
			
				['MVP', 'mvp.html', null, 
				],
				['Channel Gfx', 'channelgfx.html', null, 
				],
			],
		],
		['Software', 'software.html', null,
			['Developers Solutions', 'sdks.html', null, 
			],
			['Quartet Video Suite', 'qvs.html', null,
			],
		],
		['Digital Media Servers', null, null,
			['Channel NOW!', 'channelnow.html', null,
			],
			['Galileo HD', 'galileo.html', null,
			],
			['PC/104+', 'pc104.html', null,
			],
			['Sign IT!', 'sign_it.html', null,
			],
			['Star Server', 'starserver.html', null,
			],
		],
	],
	['Markets', 'markets.html', null,
		['Hospitality', 'markets_hospitality.html', null,
		],
		['Digital Signage', 'markets_signage.html', null,
		],
		['Broadcast', 'markets_broadcast.html', null,
		],
		['Education', 'markets_education.html', null,
		],
	],
	['Downloads', 'downloads.html', null,
		['Diagrams & App Notes', 'downloads_appnotes.html', null,
		],
		['Manuals & White Papers', 'downloads_manuals.html', null,
		],
		['Author', 'downloads_sales.html', null,
		],
		['Developers', 'downloads_sales.html', null,
		],
	],
	['Online Demos','online_demos.html', null,
	 	['Auto Showroom', 'showroom.html', null,
		],
	],
	['&nbsp; &nbsp; &nbsp;Contact','contact.html', null,	 
	],
	['Glossary','glossary.html', null,	 
	],
		
];

