
// ----------------------------------------------------------------
// 
//   Third level menu array used in T4.htm file. 
//  
//   Data order - [ Menu Title , URL , key ]
//
// ----------------------------------------------------------------

var menulist3 =
[
    ['军用接近开关', '/prodinfo/switch_military/', 'item1'] ,
    ['门开关', '/prodinfo/switch_door/', 'item2'] ,
    ['按钮开关,钥匙开关,&nbsp;&nbsp;&nbsp; 指示灯', '/prodinfo/switch_pki/', 'item3'] ,
    ['微动开关', '/prodinfo/switch_basic/', 'item4'] ,
    ['环境密封开关', '/prodinfo/switch_environment/', 'item5'],
    ['行程开关', '/prodinfo/switch_limit_and_enclosed/', 'item6'] ,
    ['继电器、电路保护器', '/prodinfo/switch_relays/', 'item7'] ,
    ['摇杆/ 钮子开关', '/prodinfo/switch_toggle_and_rocker/', 'item8'] ,
    /*
    ,
    ['Contact Us', '/sensing/solutions/industries/aom/contact.htm', 'item6'] */
];


// ----------------------------------------------------------------
// 
//   Fourth level menu array for the third level menu item1
//  
//   Data order - [ Menu Title , URL , key ]
//
// ----------------------------------------------------------------

var menulist10_subitem3 = [ 
   ['霍尔位置传感器', '/prodinfo/magnetic_position/index.html', 'item1'],
   ['线性和旋转位置传感器以及扭矩监视表', '/prodinfo/sensor_linear_rotary/index.html', 'item2']

];
var menulist11_subitem3 = [ 
   ['高精度数字压力传感器', '/prodinfo/sensor_ssec_pressure/index.htm', 'item1'],
   ['硅压力传感器', '/prodinfo/di_silicon_pressure/index.html', 'item2'],
   ['不锈钢压力变送器', '/prodinfo/di_staineless_steel_pressure/index.html', 'item3'],
   ['SDPGB系列-电池供电数字压力计', '/prodinfo/sensym_digital_pressure_gauges/index.html', 'item4']

];


// ----------------------------------------------------------------
// 
//   Hash-map for N4 level menus (the hash key should exist in n3_keys)
//  
//   Data order - [ N3 menu key : N4 menu array ]
//	var n4_menus = { 'item4' : menulist4_subitem4 };
//
// ----------------------------------------------------------------

var n4_menus = { 'item10' : menulist10_subitem3,'item11' : menulist11_subitem3  };
