/*

  --- menu items ---

  note that this structure has changed its format since previous version.

  additional third parameter is added for item scope settings.

*/

 

var MENU_ITEMS = [

            ['SecureZone','enter.htm', {'tw' : '_self'}],

            ['BioMetrics',null, null,

                        ['BioFinger','biofinger.htm', {'tw' : '_self'}],

                        ['VibraLie','vibralie.htm', {'tw' : '_self'}],

            ],

            ['Explosives', null, null,

                        ['Protection','laminates.htm', {'tw' : '_self'}],

                        ['Detection','enter.htm', {'tw' : '_self'}],

            ],

            ['Detection', null, null,

                        ['Explosives','enter.htm', {'tw' : '_self'}],

                        ['Weapons','enter.htm', {'tw' : '_self'}],

            ],

            ['Tracking', null, null,

                        ['Fleet','enter.htm', {'tw' : '_self'}],

                        ['Assets','enter.htm', {'tw' : '_self'}],

            ],

            ['Passenger Screening','biofinger.htm', {'tw' : '_self'}],

            ['Surveillance', null, null,

                        ['Video','enter.htm', {'tw' : '_self'}],

                        ['UAV','uav.htm', {'tw' : '_self'}],

            ],

            ['Access Control','enter.htm', {'tw' : '_self'}],

            ['Software', null, null,


                        ['Cogniview','http://www.cogniview.com', {'tw' : '_blank'}],

            ],

            ['Services', null, null,

                        ['Airports','airport.htm', {'tw' : '_self'}],
						
						['Consulting','enter.htm', {'tw' : '_self'}],

                        ['Training','enter.htm', {'tw' : '_blank'}],

            ],
            ['Translate','translate.htm', {'tw' : '_self'}], 
];