// JavaScript Document

var pageSubject = new Array()
var pageURL = new Array()

pageSubject[0] = "каталог"
pageURL[0] = "#"

pageSubject[1] = "1006"
pageURL[1] = "1006-DC-Millivolt-Source.html"

pageSubject[2] = "1007"
pageURL[2] = "1007-Potentiometer-and-Source.html"

pageSubject[3] = "1010"
pageURL[3] = "1010-DC-Voltage-Calibrator.html"

pageSubject[4] =  "1017"
pageURL[4] = "1017-Portable-Multifunction-Calibrator.html"

pageSubject[5] =  "1021"
pageURL[5] = "1021-DC-Current-Source.html"

pageSubject[6] =  "1024"
pageURL[6] = "1024-DC-Current-Calibrator.html"

pageSubject[7] =  "1030"
pageURL[7] = "1030-Voltage-and-Current-Source.html"

pageSubject[8] =  "1040"
pageURL[8] = "1040-Resistance-Box.html"

pageSubject[9] =  "1041"
pageURL[9] = "1041-Low-Ohm-Resistance-Box.html"

pageSubject[10] =  "1044"
pageURL[10] = "1044-DC-Voltage-Current-Calibrator.html"

pageSubject[11] =  "1048"
pageURL[11] = "1048-portable-current-voltage-loop-calibrator.html"

pageSubject[12] =  "1049"
pageURL[12] = "1049-pt100-simulator.html"

pageSubject[13] =  "1050"
pageURL[13] = "1050-pt100-simulator.html"

pageSubject[14] = "1051"
pageURL[14] = "1051-resistance-decade-box.html"

pageSubject[15] = "1053"
pageURL[15] = "1053-inductance-decade-box.html"

pageSubject[16] = "1061"
pageURL[16] = "1061-resistance-substitution-box.html"

pageSubject[17] =  "1065"
pageURL[17] = "1065-power-resistance-decade-box.html"

pageSubject[18] =  "1067"
pageURL[18] = "1067-resistance-substitution-box.html"

pageSubject[19] =  "1068"
pageURL[19] = "1068-fixed-resistance-box.html"

pageSubject[20] =  "1070"
pageURL[20] = "1070-capacitance-decade-box.html"

pageSubject[21] =  "1071"
pageURL[21] = "1071-capacitance-substitution-box.html"

pageSubject[22] =  "1077"
pageURL[22] = "1077-milliamp-transducer-simulator.html"

pageSubject[23] =  "1090"
pageURL[23] = "1090-temperature-calibrator.html"

pageSubject[24] =  "5011"
pageURL[24] = "5011-programmable-resistance-temperature-calibrator.html"

pageSubject[25] =  "5018"
pageURL[25] = "5018-voltage-and-current-calibrator.html"

pageSubject[26] =  "5025"
pageURL[26] = "5025-multifunction-calibrator.html"

pageSubject[27] = "5033"
pageURL[27] = "5033-programmable-dc-power-source.html"

pageSubject[28] = "5041/5045"
pageURL[28] = "5045-oscilloscope-calibrator.html"

pageSubject[29] = "5051"
pageURL[29] = "5051-multi-product-calibrator.html"

pageSubject[30] = "5065"
pageURL[30] = "5065-dmm.html"

pageSubject[31] =  "5068"
pageURL[31] = "5068-megohmmeter-calibrator.html"

pageSubject[32] =  "5069"
pageURL[32] = "5069-insulation-tester-calibrator.html"

pageSubject[33] =  "5070"
pageURL[33] = "5070-micro-ohm-meter-calibrator.html"

pageSubject[34] =  "5075"
pageURL[34] = "5075-precision-digital-multimeter.html"

pageSubject[35] =  "5077"
pageURL[35] = "5077-power-calibrator.html"

pageSubject[36] =  "5080"
pageURL[36] = "5080-portable-appliance-tester-calibrator.html"

pageSubject[37] =  "7000"
pageURL[37] = "7000-rtd-temperature-calibrator.html"

pageSubject[38] =  "7005"
pageURL[38] = "7005-loop-calibrator.html"

pageSubject[39] =  "7006"
pageURL[39] = "70067007-loop-calibration-instruments.html"

pageSubject[40] =  "7007"
pageURL[40] = "70067007-loop-calibration-instruments.html"

pageSubject[41] =  "7010"
pageURL[41] = "7010-pressure-calibrator.html"

pageSubject[42] = "7015"
pageURL[42] = "7015-dual-pressure-calibrator.html"

pageSubject[43] = "7016"
pageURL[43] = "7016-low-pressure-calibrator.html"

pageSubject[44] = "7018"
pageURL[44] = "7018-differential-pressure-calibrator.html"

pageSubject[45] =  "7040"
pageURL[45] = "7040-digital-pressure-and-current-calibrator.html"

pageSubject[46] =  "7050"
pageURL[46] = "7050-process-thermocouple-calibrator.html"

pageSubject[47] =  "7060"
pageURL[47] = "7060-modular-calibration-system.html"

pageSubject[48] =  "7080"
pageURL[48] = "calibration_bench_equipment.html"

pageSubject[49] =  "CALBENCH"
pageURL[49] = "calibration_bench_equipment.html"

pageSubject[50] =  "7090"
pageURL[50] = "7090-pneumatic-calibration-pump.html"

pageSubject[51] =  "7095"
pageURL[51] = "7095-hydraulic-calibration-pump.html"

pageSubject[52] =  "9747"
pageURL[52] = "9747-easycal-calibration-software.html"

pageSubject[53] =  "EASYCAL"
pageURL[53] = "9747-easycal-calibration-software.html"

pageSubject[54] =  "9820"
pageURL[54] = "9820-programmable-resistance.html"

function loadPage(selURL){ 
  location.href = selURL.options[selURL.selectedIndex].value
  } 

