function subm(t) {
return "
"
+""
+" |
";
}
var MENU_ITEMS = [
['ABOUT', "index.php?p=about",
["About Identec", "index.php?p=about"],
["History", "index.php?p=about/history"],
["China Operations", "index.php?p=about/china"],
["Quality", "index.php?p=about/quality"],
["Find Us", "index.php?p=about/find"],
["Contact Us", "index.php?p=about/contact"],
],
["|"],
['PRODUCTS', "index.php?p=products",
["Overview", "index.php?p=products"],
["Approvals", "index.php?p=products/approvals"],
[subm ("Cyphertag"), "index.php?p=products/cyphertag/matrix",
["Product Summary", "index.php?p=products/cyphertag/matrix"],
[subm ("Readers"), null,
["REVx", "index.php?p=products/cyphertag/revx"],
["RV1", "index.php?p=products/cyphertag/rv1"],
],
[subm ("Tags"), null,
["TV1", "index.php?p=products/cyphertag/tv1"],
["TV2", "index.php?p=products/cyphertag/tv2"],
["TV3", "index.php?p=products/cyphertag/tv3"],
["TV6", "index.php?p=products/cyphertag/tv6"],
],
],
[subm ("Census"), "index.php?p=products/census/matrix",
["Product Matrix", "index.php?p=products/census/matrix"],
[subm ("Readers"), null,
[subm ("Single Channel"), null,
["ECx", "index.php?p=products/census/ecx"],
["ELCx", "index.php?p=products/census/elcx"],
["CR1", "index.php?p=products/census/cr1"],
["CR1-MS", "index.php?p=products/census/cr1ms"],
],
[subm ("Direction Readers"), null,
["CR1-DS", "index.php?p=products/census/cr1ds"],
["CR1-DS-MS", "index.php?p=products/census/cr1dsms"],
["CR1-DS1", "index.php?p=products/census/cr1ds1"],
],
[subm ("Multi-channel"), null,
["CR1-MPX", "index.php?p=products/census/cr1mpx"],
],
],
[subm ("Tags"), null,
["TC1", "index.php?p=products/census/tc1"],
["TC2", "index.php?p=products/census/tc2"],
["TC3", "index.php?p=products/census/tc3"],
["TC4", "index.php?p=products/census/tc4"],
["TC4S", "index.php?p=products/census/tc4s"],
["TC5", "index.php?p=products/census/tc5"],
["TC6", "index.php?p=products/census/tc6"],
],
[subm ("Aerials"), null,
["GS-01", "index.php?p=products/census/gs01"],
["GS-02", "index.php?p=products/census/gs01"],
["SSS-01", "index.php?p=products/census/sss01"],
["SSS-03", "index.php?p=products/census/sss03"],
],
[subm ("Peripherals"), null,
["IDN1", "index.php?p=products/census/idn1"],
["EDN1", "index.php?p=products/census/edn1"],
["BBmux", "index.php?p=products/census/bbmux"],
["PTT1 (In Field)", "index.php?p=products/census/ptt1"],
["PTT2 (In Line)", "index.php?p=products/census/ptt2"],
["SL4", "index.php?p=products/census/sl4"],
["SL5", "index.php?p=products/census/sl5"],
],
[subm ("Service Aid"), null,
["MS3", "index.php?p=products/census/ms3"],
["TD2", "index.php?p=products/census/td2"],
],
],
[subm ("Cryptag"), "index.php?p=products/cryptag/matrix",
["Product Matrix", "index.php?p=products/cryptag/matrix"],
[subm ("Readers"), null,
["RX1/3", "index.php?p=products/cryptag/rx13"],
["RL1/3", "index.php?p=products/cryptag/rl13"],
["RC/RW1/3", "index.php?p=products/cryptag/rcrw13"],
["RC/RW2/4", "index.php?p=products/cryptag/rcrw24"],
["LS1/3", "index.php?p=products/cryptag/ls13"],
],
[subm ("Tags"), null,
["TM1", "index.php?p=products/cryptag/tm1"],
["TA1", "index.php?p=products/cryptag/ta1"],
["TK3", "index.php?p=products/cryptag/tk3"],
],
[subm ("Service Aid"), null,
["MS1", "index.php?p=products/cryptag/ms1"],
["TD1", "index.php?p=products/cryptag/td1"],
],
]
],
["|"],
['MANUALS', null,
["Cryptag Manuals", "index.php?p=manuals/cryptag"],
["Census Man", "index.php?p=manuals/census"],
["Cyphertag Manuals", "index.php?p=manuals/cyphertag"],
["Installation", "index.php?p=manuals/install"],
["Demo Manuals", "index.php?p=manuals/demo"],
["Product Briefs", "index.php?p=manuals/briefs"],
],
["|"],
['LICENSING', "index.php?p=licensing/overview",
["Overview", "index.php?p=licensing/overview"],
["Basic License", "index.php?p=licensing/basic"],
["Premier License", "index.php?p=licensing/premier"],
],
["|"],
['CAREERS', "index.php?p=careers",
["Current Vacancies", "index.php?p=careers"],
],
["|"],
['LEGAL', "index.php?p=legal/web",
["Sales Terms", "index.php?p=legal/sales"],
["Web Terms", "index.php?p=legal/web"],
["Weee", "index.php?p=legal/weee"],
["Waste Policy", "index.php?p=legal/wastepolicy"],
],
["|"],
['APPLICATIONS', "index.php?p=applications/app",
["Applications", "index.php?p=applications/app"],
["Product Briefs", "index.php?p=manuals/briefs"],
],
];