var iet = new DynamicOptionList();
iet.addDependentFields("DDlProductGroup", "DDlProduct");
iet.forText("Select Product Group").addOptionsTextValue("Select Product");
iet.forText("Filter Element").addOptionsTextValue("Select Brand");
iet.forText("Filter Element").addOptionsTextValue("Poral", "/en/IndustrialEnergyTransport/Poral/");
iet.forText("Self Lubrication Bearings").addOptionsTextValue("Select Brand");
iet.forText("Self Lubrication Bearings").addOptionsTextValue("Metafram", "/en/IndustrialEnergyTransport/Metafram/");
iet.forText("Systems Protection").addOptionsTextValue("Select Brand");
iet.forText("Systems Protection").addOptionsTextValue("Aerospace/Defense", "/en/OETechnology/VehicleSafety-Protection/SystemsProtection/Aerospace-Defense/");
iet.forText("Systems Protection").addOptionsTextValue("Railway", "/en/OETechnology/VehicleSafety-Protection/SystemsProtection/Innovative-Technology-Solutions/");
iet.forText("Systems Protection").addOptionsTextValue("Marine", "/en/OETechnology/VehicleSafety-Protection/SystemsProtection/Innovative-Technology-Solutions/");
iet.forText("Systems Protection").addOptionsTextValue("Industrial", "/en/OETechnology/VehicleSafety-Protection/SystemsProtection/Innovative-Technology-Solutions/");
iet.forText("Systems Protection").addOptionsTextValue("Electronics", "/en/OETechnology/VehicleSafety-Protection/SystemsProtection/Innovative-Technology-Solutions/");

