CINXE.COM
P143 - Feeder Management Relay with autoreclose & synchronising
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head id="ctl00_Head1"><title> P143 - Feeder Management Relay with autoreclose & synchronising </title><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta http-equiv="imagetoolbar" content="no" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta name="Keywords" content="IED, bus protection, feeder protection, generator protection, motor protection, protection relays, substation, transformer protection, wireless, wireless radios, telecommunications, power sensing" /><meta name="Description" content="GE Grid Solutions Online Store" /><link href="Styles/signUp.css" rel="stylesheet" /><link rel="stylesheet" href="/Styles/cwcstyles.css?v=1" type="text/css" /><link rel="stylesheet" href="/Styles/cwc_newstyles.css?v=1" type="text/css" /><link rel="stylesheet" href="/Styles/bootstrap.css" type="text/css" /><link rel="stylesheet" href="/Styles/topmenu.css?v=1" type="text/css" /><link rel="stylesheet" href="Styles/configurator.css?v=1" type="text/css" /><link href="/styles/jquery-ui.css" rel="stylesheet" type="text/css" /><link rel="stylesheet" href="/Styles/style.css" type="text/css" /> <script src="/js/jquery.min.js" type="text/javascript"></script> <script src="/js/jquery-ui.js" type="text/javascript"></script> <script src='/js/jquery.js' type="text/javascript"></script> <script src='/js/jquery.validate.js' type="text/javascript"></script> <script src="/js/bootstrap.min.js" type="text/javascript"></script> <script src="/js/topmenu.js" type="text/javascript"></script> <script src="/js/OLS.js" type="text/javascript"></script> <script src="/js/application.js" type="text/javascript"></script> <style type="text/css"> ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; margin: 0; } .body { font-size: 11px; } /*Related with ISO*/ .mousehover { cursor: pointer; } /*Related with ISO*/ /* Start Horizental for divider*/ /* .a-divider.a-divider-break { text-align: center; position: relative; top: 2px; padding-top: 1px; margin-bottom: 14px; line-height: 0; } .a-divider.a-divider-break:after { content: ""; width: 100%; background-color: transparent; display: block; height: 1px; border-top: 1px solid #e7e7e7; position: absolute; top: 50%; margin-top: -1px; z-index: 1; } .a-divider.a-divider-break h5 { line-height: 1; font-size: 12px; color: #767676; font-weight: 400; z-index: 2; position: relative; display: inline-block; background-color: #fff; padding: 0 8px 0 7px; }*/ /* End for divider*/ /* Start Vertical for divider*/ .vertical-divider { border: none; border-left: 1px solid hsla(200, 10%, 50%,100); height: 7vh; width: 1px; margin-top: 0; margin-bottom: 0; } /* End Vertical for divider*/ </style> <link href="Angular/build/ngOLS-ftEd.css" rel="stylesheet" /></head> <body onclick="clicked=true;" style="overflow-y: scroll;"> <script type="text/jscript"> function privacy_click(s) { var W = 1000; if (W > screen.width) W = screen.width window.open(s, null, "width=" + W + ",height=" + (screen.height - 100) + ",scrollbars=yes,resizable=yes"); } function reg_click(s) { var W = 700, sx = Math.floor(screen.width / 2) - 350, sy = Math.floor(screen.height / 2) - 205; window.open(s, null, "width=" + W + ",height=" + (410) + ",scrollbars=yes,resizable=yes,left=" + sx + ",top=" + sy + ",screenx=" + sx + ",screeny=" + sy); } var clicked = false; function bodyUnload() { if (clicked == false)//browser is closed { var request = GetRequest(); request.open("GET", "/Logout.aspx", true); request.send(); } } function GetRequest() { var xmlHttp = null; try { // Firefox, Opera 8.0+, Safari xmlHttp = new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; } $m = jQuery.noConflict(); $().ready(function () { var tips = $m(".validateTips"); var username = $m("#username"); var password = $m("#password"); var bValid = true; showhideloginbutton(); //// Place here the first init of the autocomplete InitAutoCompl(); $('[autofocus]').focus(); $m('#login').on('click', function () { bValid = true; bValid = bValid && checkEmpty(username, 'Username cannot be blank'); // bValid = bValid && checkEmpty(password, 'password cannot be empty'); /*Related with ISO*/ bValid = bValid && checkEmpty(password, 'Password cannot be blank'); if (bValid) { bValid = bValid && checkLength(username, 1, 30, 'Username has an incorrect length.'); //bValid = bValid && checkLength(password, 8, 15, 'password has an incorrect length.'); if (bValid) { $("#ctl00_hidUrlHash").val(window.location.hash); AuthenticateUser(); } } }); $('#register').on('click', function (e) { var url = "/Account/SignupNew.aspx"; $(location).attr('href', url); }); $('#forgotPassword').on('click', function (e) { var url = "/Account/ForgotPassword.aspx"; $(location).attr('href', url); }); $m('#myModal').on('hidden.bs.modal', function (e) { $('#username').val(''); $('#password').val(''); $('#username').removeClass("ui-state-error"); $('#password').removeClass("ui-state-error"); tips.text(''); }); $m('#myModal').on('show.bs.modal', function () { /* $('#loginWith').hide();*/ $('.modal-backdrop').remove(); $("#username").focus(); setTimeout(function () { document.getElementById('username').focus(); }, 1000); //Calling Cookie value and setup username var cookiedata = getCookie("UserName"); if (cookiedata != null) { $('#username').val(cookiedata); } }); $m('#myModal').keyup(function (event) { if (event.keyCode == 13) { $m("#login").click(); } }); $('[data-toggle="tooltip"]').tooltip(); $('#btnlogout').on('click', function (e) { document.getElementById('ctl00_btnHidden_logout').click(); }); $('#btncart').on('click', function (e) { var url = "/cart.aspx"; $(location).attr('href', url); }); $m('#logoutModal').on('hide.bs.modal', function () { window.location.href = "/home.aspx"; }); $("#ctl00_btnSearch").click(function () { $("#ctl00_txtSearchHid").val($("#txtSearch").val()); $("#ctl00_btnHiddenSearch").click(); }); $m('.alphanumcheck').bind('keypress', function (event) { var regex = new RegExp("^[a-zA-Z0-9]+$"); var key = String.fromCharCode(!event.charCode ? event.which : event.charCode); if (!regex.test(key)) { event.preventDefault(); return false; } }); //Number check only $m('.numcheck').bind('keypress', function (event) { var regex = new RegExp("^[0-9]+$"); var key = String.fromCharCode(!event.charCode ? event.which : event.charCode); if (!regex.test(key)) { event.preventDefault(); return false; } }); //Search on Enter key $m("#txtSearch").keypress(function (event) { var keycode = (event.keyCode ? event.keyCode : event.which); if (keycode == 13) { $("#ctl00_txtSearchHid").val($("#txtSearch").val()); $("#ctl00_btnHiddenSearch").click(); } }); }); function openModal() { $('#username').addClass("ui-state-error"); $('#password').addClass("ui-state-error"); updateTips('Invalid username or password!'); $m('#myModal').modal({ show: true }); } function openModalmsg(tips) { $('#username').addClass("ui-state-error"); $('#password').addClass("ui-state-error"); updateTips(tips); $m('#myModal').modal({ show: true }); } function openSSOLoginModalmsg(tips) { $('#username').addClass("ui-state-error"); $('#password').addClass("ui-state-error"); updateTips(tips); $m('#myModal').modal({ show: true }); } function openLogoutModal() { $m('#logoutModal').modal('show'); } function openAlert() { $m('#messageBox').modal('show'); return false; } /*Related with ISO*/ function openAlert1(message) { $m('#ctl00_lblAlert').text(message); $m('#messageBox').modal('show'); return false; } /*Related with ISO*/ function showhideloginbutton() { var loginStatus = document.getElementById('ctl00_txtHidden_LoginStatus').value; if (loginStatus == 'LoggedIn') { $('#btnlogin').hide(); $('#btnlogout').show(); } else { $('#btnlogout').hide(); $('#btnlogin').show(); } } function updateTips(t) { tips = $(".validateTips"); tips // .text(t) //Commented by Swamy on 04 July 2018 --> for GERITM0568665 .html(t) // Added by Swamy on 04 July 2018 --> for GERITM0568665 .addClass("ui-state-highlight"); setTimeout(function () { tips.removeClass("ui-state-highlight", 2500); }, 500); } function checkLength(o, min, max, n) { if (o.val().length > max || o.val().length < min) { o.addClass("ui-state-error"); updateTips(n); return false; } else { o.removeClass("ui-state-error"); return true; } } function checkEmpty(o, n) { if (o.val().length == 0) { o.addClass("ui-state-error"); updateTips(n); return false; } else { o.removeClass("ui-state-error"); return true; } } function AuthenticateUser() { document.getElementById('ctl00_txtUsername').value = $m("#username").val(); document.getElementById('ctl00_txtPassword').value = $m("#password").val(); var uvalue = $m("#username").val(); setCookie("UserName", uvalue, 360); document.getElementById('ctl00_btnHidden_login').click(); } function goToSignupPage() { } function DisplayMessage(t) { $('#dMsgs').dialog({ width: 400, show: 'fade', hide: 'drop', open: function (event, ui) { setTimeout(function () { $('#dMsgs').dialog('close'); }, 8000); } }); $("#errormsg").text(""); $("#errormsg").append(t); } function DisplayMessageHome(t) { $('#dMsgsV2').dialog({ width: 400, show: 'fade', hide: 'drop', open: function (event, ui) { setTimeout(function () { $('#dMsgsV2').dialog('close'); //}, 8000); }, 4000); //reducing the time for login pop-up. } }); $("#lblMsg").text(""); $("#lblMsg").append(t); } function alertV2(t, title) { $('#dMsgsV2').dialog({ width: 400, show: 'fade', hide: 'drop', title: title, open: function (event, ui) { setTimeout(function () { $('#dMsgsV2').dialog('close'); }, 5000); } }); $("#lblMsg").text(""); $("#lblMsg").append(t); } function alertV3(t, title) { $('#dMsgsV3').dialog({ width: 400, show: 'fade', hide: 'drop', title: title, open: function (event, ui) { setTimeout(function () { $('#dMsgsV3').dialog('close'); }, 5000); } }); $("#lblMsg3").text(""); $("#lblMsg3").append(t); } function InitializeRequest(sender, args) { } function EndRequest(sender, args) { // after update occur on UpdatePanel re-init the Autocomplete InitAutoCompl(); } function InitAutoCompl() { } $(document).ready(function () { $('[data-toggle="tooltip"]').tooltip(); // Initializes the tooltip }); </script> <form name="aspnetForm" method="post" action="./ViewProduct.aspx?Model=P143" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_btnDisableEnter')" id="aspnetForm"> <div> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJOTg2MjE3MTUxZGRK/OqKR0F88GqteDLGskkGOfuWpbIPdYntHxFHVjAjiw==" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=-4OjTyrZRiuL3s1Hp4aXjSFTMgENtzG4F4FYHNmu3GxFGncDuE20PUxg1QalYpG1aD2RM8qgALOszvCMiPFc72xCSa2m97glatJE0zBZV-Q1&t=638563128220000000" type="text/javascript"></script> <script src="/ScriptResource.axd?d=G41s2f37VpGA_5jPcrRdt76Kl8Lv55S7T_4R2wbVnK80hhOs55humEnZ-Vvg_yzLR1D1XiqeLM1VHmp6FeHy253HafAy_MY_TCdTTROKXuiQ25r9GeZQ0CfGnHptadex46H3sQRkK2Y4-6l8VUXlUN4fllWWY5frNJbpNjkZyH41&t=ffffffffc820c398" type="text/javascript"></script> <script src="/ScriptResource.axd?d=zAW2n0eMecSuF3gAEEaj1SiwXcMBQcbhnm6htcitU-bN_LlWD9EjnWw29M4nBhOg5RYwGMpTIBD7Q0LMQMPShfvdEv6Ir9ztVi-BL3uhxctviuhWzNNPoeUpC1_AOChox-9652ayLOxcv53ll8sqQofcbe0Gm0nMmrqoG0UaZ9LrFQ7VKMOlosa3H1N1FJaq0&t=ffffffffc820c398" type="text/javascript"></script> <script src="/WebResource.axd?d=DNcDh2E4ijd6iPOIU9FUcgzQj8o4wR37j1CAocJL967H5Lt1blRqqgWmI5JWk6nrIEhOgsj7HnUEjvJl4YfDE9yzlj_Qe4ykCAab0gJh7ww1&t=638563128220000000" type="text/javascript"></script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="3AE29D83" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdADKqlK3lMh2fsapSzJJg9CTzwWXFD9JVvPvFlBgY5I6t9y/PSAvxybIG70Gi7lMSo2FlcKAMMSJlNLI1BNoRnuT941PuJm2VXhEXaI7QNEYvvwfnFLOY+Y14GbCMNGUrTjfZffaQJPttE3/oO/ZQiU1cA9t9kvdK2GT0DnJXjQ5YH2Ggt53XkmG2NZ6XUORwDJhWO2woiMsFBUASnvQcO6FETEdXOlUHhGzZt91h2RyHkUn/xoRQecmJgXIPf/1X3Uh+UPZd+x1IyuPMk0kGA/XGfM8EzLGHmkUwvzWA3OH3/A7woeGlhO1pFPMNBxmt2taqXYy2iwD7oq42X4cy4tRhQ/wCJnsdrdbZJPWMRkmCZfuWcuwM+53YHo0tABIdLRxMCcOGxIIsVagvtOvIy58Tu1imyUhoRVOx1m7bhnaQzq7FhkffxJkduepUuhW26+XebN2+XObUbb0MXw6uZv6jwL9toENqVANLd54b0SWzsMUFcqKIY/pCzkdXiX1IQo2Y6Z6Ea7xPvI/R9HNeJT3KiKBHO4un5n/stLSFAE9bdAATVwv8BbXxtvrZ3vUG+hXhj8pYf+6+LtwXYRLmebuZdyPlZnnY5zJrp1TpE8jh6wUQ8OwGQPAM/1j+ooxp0MEJEuFGaowJ1XhtheDqevzeg7lI8OQUVCFTR0Cy1hSn2cJTXcbd2is4glynwoMgTkbtyP6Y5i+QWcpOgnaUp8GqjtMTrxfuEBdopIgOxP3dh9fmCpZkD4lBEwjybKBBpLOjrKVQGz8PQgRxuTPbWSMO/UZ9Ut1Fm7xUgIj2lJ5xiUI7C4k88WxfhUgYW1OGejoTdF6gZ9rySUlsuTauIeZuwejFm2q3SNchbUwvc8mNcGYvhEyAWS264QwvfUX5tdRj71FCFCFN5tuuCQueuRATd3TVVPPCEhG6O6EsXhzUu4K3j4/8DYSUEH4q0TQry8/ketRo8YdTfjUi62Wen5s0EV7K3tow6an5V5Ny0kmQEKGS6WlgMYve11mLMSSm6cMe5g+TRT4XqUzBA4k7PIn8q6188U0cmlH75wl7qSpsdhErVSWapgFlCLdmLxVJV+3wNqfpWO2bjYzY5MqVaDR/" /> </div> <div class="modal fade" id="messageBox" tabindex="-2" role="dialog" data-backdrop="static"> <div class="container"> <div style="margin-top: 50px;"> <div class="panel panel-info"> <div class="panel-heading"> <div class="panel-title">Alert</div> </div> <div style="padding-top: 10px" class="panel-body alertText"> <div style="margin-bottom: 5px" class="input-group"> <span id="ctl00_lblAlert" style="font-family:lblAlert;"></span> </div> <div id="divAlertCloseButton" class="alertButton"> <button type="button" class="btn btn-primary btnCloseAlert" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </div> <div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" data-backdrop="static"> <div class="container"> <div class="panel panel-info"> <div class="panel-heading"> <button type="button" class="close" data-dismiss="modal">×</button> <div class="panel-title">Sign Out</div> </div> <div style="padding-top: 10px" class="panel-body"> <div class="msg">You have been signed out of your account</div> <button type="button" class="btn btn-primary" data-dismiss="modal">OK!</button> </div> </div> </div> </div> <div class="modal fade" id="myModal" tabindex="-1" role="dialog"> <div class="container"> <div id="loginbox" style="margin-top: 50px;"> <div class="panel panel-info" style="width: 700px; margin-left: -200px"> <div class="panel-heading" style="background-color: #005E60; color: #ffffff; border: 1px solid #005E60;"> <button type="button" class="close" data-dismiss="modal" data-toggle="tooltip" title="Close from here" style="color: #ffffff; background-color: transparent; border: none;">×</button> <div class="panel-title">Sign In</div> </div> <table> <tr> <td class="auto-style4" style="width: 49%"> <div style="padding-top: 10px; padding-left: 15px;" class="panel-body"> <p class="validateTips" /> <div style="margin-bottom: 5px;" class="input-group"> <span class="input-group-addon" style="background-color: #005E60; color: #c8ff08;"><i class="glyphicon glyphicon-user"></i></span> <input type="text" name="username" id="username" style="height: 30px; width: 220px;" autofocus="focus" /> <img src="/images/tip.jpg" class="btn-tip red-tooltip" data-toggle="tooltip" data-placement="top" title="Online Store username" /> <input name="ctl00$txtUsername" type="text" id="ctl00_txtUsername" style="display: none; width: 10px;" /> </div> <div style="margin-bottom: 5px" class="input-group"> <span class="input-group-addon" style="background-color: #005E60; color: #c8ff08;"><i class="glyphicon glyphicon-lock"></i></span> <input type="password" name="password" id="password" style="height: 30px; width: 220px;" /> <img src="/images/tip.jpg" class="btn-tip red-tooltip" data-toggle="tooltip" data-placement="top" title="Password is case sensitive" /> <input name="ctl00$txtPassword" type="password" id="ctl00_txtPassword" style="display: none" /> </div> <div style="margin-top: 10px;" class="form-group"> <!-- Button --> <div style="margin: 0" class="controls" id="btnGroup"> <a class="buyNowButton" id="login" data-toggle="tooltip" title="Sign In User from here">Sign In</a> <a class="itemBox" id="forgotPassword" data-toggle="tooltip" title="Forgot Password from here">Forgot Password</a> <a class="itemBox" style="width: 80px;" id="register" data-toggle="tooltip" title="Register user from here">Register</a> <input name="ctl00$txtHidden_LoginStatus" type="text" id="ctl00_txtHidden_LoginStatus" style="display: none;" /> <input type="hidden" name="ctl00$hidUrlHash" id="ctl00_hidUrlHash" /> </div> </div> </div> </td> <td class="auto-style4" style="width: 2%; color: #767676; background-color: #fff;"> <hr class="vertical-divider" /> <span style="font-size: 12px">OR</span> <hr class="vertical-divider" /> </td> <td class="auto-style4" style="width: 40%"> <div style="padding-top: 10px" class="panel-body"> <div style="margin-bottom: 5px;" class="input-group"> <a id="ctl00_ssoLogin" style="margin-left: 10px" href="javascript:__doPostBack('ctl00$ssoLogin','')">Sign-in with your Organization SSO Id</a> <img src="/images/tip.jpg" class="btn-tip red-tooltip" data-toggle="tooltip" data-placement="top" title="Using your Organization SSO Id and Password" /> </div> </div> </td> </tr> </table> </div> </div> </div> </div> <!-- /.modal --> <div style="margin-right: auto; margin-left: auto; width: 985px"> <div class="header"> <table width="984" border="0" cellpadding="0" cellspacing="0" style="margin-bottom: 5px; left: auto; right: auto; height: 50px;"> <tr> <td style="width: 350px; padding-left: 5px; vertical-align: top; padding-top: 10px"> <div> <a href="/Home.aspx"> <img src="/images/gev-logo.svg" alt="Grid Solutions Online Store" style="width: 225px; height: 50px;" /></a> </div> <div style="padding-left: 5px; padding-top: 20px; color: #005e60; font-weight: bold; font-size: 15px;"> <span>Grid Solutions Online Store</span> </div> </td> <td style="vertical-align: top;"> <table style="float: right; width: 370px; margin-top: 0px; margin-right: 20px;" border="0"> <tr> <td colspan="5"> <div class="input-group search-input-group" style="font-size: smaller;"> <div class="input-group-btn masterpage-search-panel"> <input type="hidden" name="masterpage_search_param" value="all" id="masterpage_search_param"> <input type="text" class="masterpage-form-control input-sm " name="txtSearch" id="txtSearch" maxlength="50" placeholder="Search Item..." tabindex="1"> <button id="ctl00_btnSearch" class="btn btn-primary masterpage-search-button btn-sm" type="button"><span class="glyphicon glyphicon-search"></span></button> <input type="hidden" name="ctl00$txtSearchHid" id="ctl00_txtSearchHid" /> <input type="hidden" name="ctl00$txtdrpvalueHid" id="ctl00_txtdrpvalueHid" /> <input type="submit" name="ctl00$btnHiddenSearch" value="" id="ctl00_btnHiddenSearch" style="display: none" /> </div> </div> </td> </tr> <tr> <td style="text-align: right !important;" valign="bottom" align="right"> <a type="button" class="itemBoxCart" id="btncart" name="btncart"> <span id="ctl00_lblCartItemsCount">0</span> </a> </td> <td valign="bottom"> </td> <td valign="bottom"> <a type="button" class="itemBox" data-toggle="modal" data-target="#myModal" id="btnlogin" name="btnlogin">Log In / Register </a> <a type="button" class="itemBox" id="btnlogout" name="btnlogout" style="display: none">Logout </a> </td> <td valign="bottom"> </td> <td valign="bottom" align="left"> <!--Changed By Sanjeev Kumar Dated 14th March 2017 for New Support Page--> <a href="../Support.aspx" class="itemBox">Support</a> </td> <td valign="bottom" align="left"> <a href="https://www.gegridsolutions.com/contact.htm#Sales" target="_blank" class="itemBox">Contact Sales </a> </td> <!-- <td valign="bottom" align="left"> <a href="/OLSInfo/OLSInfo.aspx" class="itemBox">Support </a> </td> --> </tr> </table> </td> <td align="right" valign="top" style="width: 100px; text-align: right !important; padding-right: 10px;"> <div class="normal" style="font-size: 12px; text-align: right; margin-top: 8px"> 1.877.605.6777 </div> <div class="normal" style="font-size: 12px; text-align: right; margin-top: 5px"> +678.844.6777 </div> <div class="normalLink" style="margin-top: 4px; margin-bottom: 4px; float: right"> <a href="https://www.GEGridSolutions.com" target="_blank">Grid Solutions</a> </div> </td> </tr> <tr> <td colspan="3"> <div class="WelcomeLabel"> <span id="ctl00_lblWelcome" class="mousehover" name="lblWelcome"></span> </div> </td> </tr> <tr style="border: none;"> <td valign="top" style="border: none;" colspan="3"> <ul class="nav navbar-nav"> <!-- <li> <div id="divMenu1" style="visibility:hidden" > <a href="../home.aspx" ><img src="/images/GEDE_OLS_Menu_DEOLS.jpg" width="132" height="66" border="0" /></a> </div> </li> --> <li class='TopNavBarItem_Left' ></li><li class="dropdown"><a href="#" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown" style='width:130px;' >Critical Communications<span class=""></span></a><ul class="dropdown-menu multi-level" ><li ><Div class='featuredMenuItem'><div class='featuredMenuItemLink'><a href="../../MDS/Front.aspx">Featured Products</a></div><div class='featuredMenuItemImage'><img alt=Featured Products src="/images/DE/GEDE_OLS_Feat_comm.gif" /></div></Div></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=12" class="dropdown-toggle" >Wireless Licensed Solutions</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=12" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=Orbit" >MDS Orbit MCR</a></li><li><a href="../ViewProduct.aspx?Model=Orbit ECR" >MDS Orbit ECR</a></li><li><a href="../ViewProduct.aspx?Model=Orbit OCR" >MDS Orbit OCR</a></li><li><a href="../ViewProduct.aspx?Model=MDS Master Stn" >MDS Master Station</a></li><li><a href="../ViewProduct.aspx?Model=SD" >SD Series Long Range IP/Ethernet & Serial</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=13" class="dropdown-toggle" >Wireless Unlicensed Solutions</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=13" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=TransNEXT" >MDS TransNEXT</a></li><li><a href="../ViewProduct.aspx?Model=Orbit" >MDS Orbit MCR</a></li><li><a href="../ViewProduct.aspx?Model=Orbit ECR" >MDS Orbit ECR</a></li><li><a href="../ViewProduct.aspx?Model=Orbit OCR" >MDS Orbit OCR</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=130" class="dropdown-toggle" >I/O Solutions</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=130" >Overview</a></li><li><a href="../ViewProduct.aspx?model=IOX" >Remote Solutions</a></li><li><a href="../MDS/NETioMigrationSolutions.aspx" >NETio Migration Solutions</a></li><li><a href="../MDS/head-endsolutions.aspx" >Head-End Solutions</a></li><li><a href="../MDS/MDSIOAccesories.aspx" >Accessories</a></li><li><a href="../MDS/CustomIOSolutions.aspx" >Custom IO Solutions</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=100" class="dropdown-toggle" >Cellular Solutions</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=100" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=Orbit" >MDS Orbit MCR Series</a></li><li><a href="../ViewProduct.aspx?Model=Orbit ECR" >MDS Orbit ECR Series</a></li><li><a href="../ViewProduct.aspx?Model=Orbit OCR" >MDS Orbit OCR</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=14" class="dropdown-toggle" >Network Management</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=14" >Overview</a></li><li><a href="../ProdCategory.aspx?SPID=3677&TYPE=ACCESSORY" >PulseNET</a></li><li><a href="../ProdCategory.aspx?SPID=3678&TYPE=ACCESSORY" >PulseNET Enterprise</a></li><li><a href="../ProdCategory.aspx?SPID=3679&TYPE=ACCESSORY" >PulseNET Enterprise Upgrade</a></li><li><a href="../ProdCategory.aspx?SPID=2452&TYPE=ACCESSORY" >PulseNET Annual Maintenance - 1 Device</a></li><li><a href="../ProdCategory.aspx?SPID=2455&TYPE=ACCESSORY" >PulseNET Enterprise Annual Maintenance - 1 Device </a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=102" class="dropdown-toggle" >Wireless Enclosure Systems</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=102" >Overview</a></li><li><a href="../MDS/MDSRM.aspx" >Rack Mount Models</a></li><li><a href="../MDS/MDSERP.aspx" >Enclosure Ready Panel Models</a></li><li><a href="../MDS/MDSPE.aspx" >Outdoor Packaged Enclosure Models</a></li><li><a href="../MDS/MDSCustomModel.aspx" >Customized Model</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=15" class="dropdown-toggle" >Accessories</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=15" >Overview</a></li><li><a href="../MDS/Acc_Results.aspx?ProdID=47" >Antennas</a></li><li><a href="../MDS/Acc-RFkits.aspx?ProdID=48" >RF Kits</a></li><li><a href="../MDS/Acc_Results.aspx?ProdID=49" >Power Supplies</a></li><li><a href="../MDS/Acc-Cables.aspx?ProdID=50" >Cables & Connectors</a></li><li><a href="../MDS/Acc_Results.aspx?ProdID=51" >Installation Tools & Hardware</a></li><li><a href="../MDS/Acc_Results.aspx?ProdID=52" >Filters & Surge Suppressors</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=16" class="dropdown-toggle" >Ethernet Switches</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=16" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=S20" >S20 Managed Ethernet Switch</a></li><li><a href="../ViewProduct.aspx?Model=H49" >H49 PRP/HSR Redbox Switch</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=133" class="dropdown-toggle" >Time Synchronization</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=133" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=RT430" >RT430 GNSS Precision-Time Clock</a></li><li><a href="../ViewProduct.aspx?Model=RT431" >RT431 GPS Precision-Time Clock</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=17" class="dropdown-toggle" >Routers & Converters</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=17" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=Multinet" >MultiNet Serial to Ethernet Converter</a></li><li><a href="/ProdCategory.aspx?TYPE=ACCESSORY&SPID=9999" >MiCOM P40U – Serial/Parallel to USB Adapter</a></li></ul></li><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=59" >Training Courses</a></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=107" class="dropdown-toggle" >Lentronics JMUX Parts</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=107" >Overview</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1008&ProdCatId=107" >Common Equipment</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1012&ProdCatId=107" >Optical Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1016&ProdCatId=107" >SPE Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1010&ProdCatId=107" >VT Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1011&ProdCatId=107" >DS-0 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=687&ProdCatId=107" >Teleprotection Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1014&ProdCatId=107" >Cabling / Accessories</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1013&ProdCatId=107" >Documentation</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1017&ProdCatId=107" >Software</a></li><li><a href="../Lentronics/ListParts.aspx?cat=648&ProdCatId=107" >Services</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=108" class="dropdown-toggle" >Lentronics TN1U Parts</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=108" >Overview</a></li><li><a href="../Lentronics/ListParts.aspx?cat=649&ProdCatId=108" >Common Equipment</a></li><li><a href="../Lentronics/ListParts.aspx?cat=653&ProdCatId=108" >Optical Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=688&ProdCatId=108" >TUG-3 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=650&ProdCatId=108" >TU-1 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=652&ProdCatId=108" >DS-0 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=689&ProdCatId=108" >Teleprotection Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=655&ProdCatId=108" >Cabling / Accessories</a></li><li><a href="../Lentronics/ListParts.aspx?cat=654&ProdCatId=108" >Documentation</a></li><li><a href="../Lentronics/ListParts.aspx?cat=658&ProdCatId=108" >Software</a></li><li><a href="../Lentronics/ListParts.aspx?cat=659&ProdCatId=108" >Services</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=109" class="dropdown-toggle" >Lentronics TN1Ue Parts</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=109" >Overview</a></li><li><a href="../Lentronics/ListParts.aspx?cat=660&ProdCatId=109" >Common Equipment</a></li><li><a href="../Lentronics/ListParts.aspx?cat=664&ProdCatId=109" >Optical Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=690&ProdCatId=109" >TUG-3 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=661&ProdCatId=109" >TU-1 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=663&ProdCatId=109" >DS-0 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=691&ProdCatId=109" >Teleprotection Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=666&ProdCatId=109" >Cabling / Accessories</a></li><li><a href="../Lentronics/ListParts.aspx?cat=665&ProdCatId=109" >Documentation</a></li><li><a href="../Lentronics/ListParts.aspx?cat=669&ProdCatId=109" >Software</a></li><li><a href="../Lentronics/ListParts.aspx?cat=670&ProdCatId=109" >Services</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=128" class="dropdown-toggle" >Lentronics TTMX Parts</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=2&ProdCatId=128" >Overview</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1207&ProdCatId=128" >Common Equipment</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1208&ProdCatId=128" >TU-1 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1209&ProdCatId=128" >DS-0 Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1210&ProdCatId=128" >Teleprotection Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1211&ProdCatId=128" >Cabling / Accessories</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1212&ProdCatId=128" >Documentation</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1213&ProdCatId=128" >Software</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1214&ProdCatId=128" >Services</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=2&ProdCatId=129" class="dropdown-toggle" >Lentronics JunglePAX Parts</a><ul class="dropdown-menu"><li><a href="/ProductCategory.aspx?CatId=2&ProdCatId=129" >Overview</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1216&ProdCatId=129" >Common Equipment</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1217&ProdCatId=129" >Optical Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1218&ProdCatId=129" >Access Level Interface</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1219&ProdCatId=129" >Access Level Interface - Teleprotection</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1220&ProdCatId=129" >Cabling / Accessories</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1221&ProdCatId=129" >NMS Server</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1222&ProdCatId=129" >Software</a></li><li><a href="../Lentronics/ListParts.aspx?cat=1223&ProdCatId=129" >Services</a></li></ul></li></ul></li><li class="dropdown"><a href="../Multilin/Front.aspx" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown" style='width:130px;' >Protection & Control<span class=""></span></a><ul class="dropdown-menu multi-level" ><li ><Div class='featuredMenuItem'><div class='featuredMenuItemLink'><a href="../../Multilin/Front.aspx">Featured Products</a></div><div class='featuredMenuItemImage'><img alt=Featured Products src="/images/DE/GEDE_OLS_Feat_PC.gif" /></div></Div></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=19" class="dropdown-toggle" >Generation</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=19" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=889" >889 Generator Protection System</a></li><li><a href="../ViewProduct.aspx?Model=G60" >G60 Generator Protection System</a></li><li><a href="../ViewProduct.aspx?Model=G30" >G30 Generator Protection System</a></li><li><a href="../ViewProduct.aspx?Model=P343" >P343 Medium to Large Sized Generator Management Relay</a></li><li><a href="../ViewProduct.aspx?Model=GPM" >GPM-F Field Ground Protection Module</a></li><li><a href="../ViewProduct.aspx?Model=P345" >P345 Large Generator Management Relay with Stator Earth Fault</a></li><li><a href="../ViewProduct.aspx?Model=P14DG" >P14DG Distributed Generator Interconnection Relay</a></li><li><a href="../ViewProduct.aspx?Model=GPM-S" >GPM-S Stator Ground Protection Module</a></li><li><a href="../FRupgrade489.aspx?Model=489" >489 to 889 Retrofit Generator Protection System</a></li><li><a href="../ViewProduct.aspx?Model=P391" >P391 Rotor Earth Fault Module</a></li><li><a href="../ViewProduct.aspx?Model=DGPR" >DGPR Retrofit Solution</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=20" class="dropdown-toggle" >Transformer</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=20" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=T60" >T60 Transformer Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=845" >845 Transformer Protection System</a></li><li><a href="../ViewProduct.aspx?Model=345" >345 Transformer Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P64" >P64 Transformer Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P643" >P643 - 3 End Transformer Management Relay</a></li><li><a href="../ViewProduct.aspx?Model=P642" >P642 - 2 Winding Transformer Management Relay</a></li><li><a href="../ViewProduct.aspx?Model=P652" >P652 - 2 Winding Transformer Management Relay</a></li><li><a href="../ViewProduct.aspx?Model=P645" >P645 - 5 End Transformer Management Relay</a></li><li><a href="../ViewProduct.aspx?Model=T35" >T35 Transformer Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P641" >P641 Transformer Protection Relay</a></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=20&ProdID=1247" >Retrofit</a><ul class="dropdown-menu"><li><a href="../SRupgrade745.aspx?Model=745" >745 to 845 Retrofit Kit</a></li></ul></li></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=21" class="dropdown-toggle" >Transmission</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=21" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=P44" >P44 MiCOMho 5<sup>th</sup> Generation Line Distance Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P54" >P54 MiCOM 5<sup>th</sup>Generation Line Differential Protection Relay</a></li><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=21&filter=P543-5" >P543/5/6 Line Differential Protection Relay (Optional Distance)</a></li><li><a href="../ViewProduct.aspx?Model=D60" >D60 Line Distance Relay</a></li><li><a href="../ViewProduct.aspx?Model=P44T" >P44T Catenary Distance Protection</a></li><li><a href="../ViewProduct.aspx?Model=L90" >L90 Line Differential Protection System</a></li><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=21&filter=P441-4" >P442/4 Line Distance Management Relays</a></li><li><a href="../ViewProduct.aspx?Model=L60" >L60 Line Phase Comparison Relay</a></li><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=21&filter=P54A-E" >P54A/B/C/E Multi-Ended Line Differential Protection</a></li><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=21&filter=P443-6" >P443/5/6 MiCOMho Distance Protection Relays</a></li><li><a href="../ViewProduct.aspx?Model=L30" >L30 Line Current Differential System</a></li><li><a href="../ViewProduct.aspx?Model=D30" >D30 Line Distance Relay</a></li><li><a href="../ViewProduct.aspx?Model=P841" >P841 Line Terminal Protection System</a></li><li><a href="../ViewProduct.aspx?Model=P541" >P541 Line-Differential Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P591" >P591 Interface Unit - Fiber Optic to G.703</a></li><li><a href="../ViewProduct.aspx?Model=P593" >P593 Interface Unit - Fiber Optic to X.21</a></li><li><a href="../ViewProduct.aspx?Model=P542" >P542 Line Differential Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P847" >P847 Phasor Measurement Unit</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=22" class="dropdown-toggle" >Bus</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=22" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=B90D" >B90 Bus Differential Relay</a></li><li><a href="../ViewProduct.aspx?Model=B30" >B30 Bus Differential Relay</a></li><li><a href="../ViewProduct.aspx?Model=P741" >P741 - Busbar Differential Relay (Central Unit)</a></li><li><a href="../ViewProduct.aspx?Model=P742" >P742 - Busbar Differential Relay (Peripheral Unit)</a></li><li><a href="../ViewProduct.aspx?Model=P747" >P747 – Busbar Differential Relay</a></li><li><a href="../ViewProduct.aspx?Model=P746" >P746 – Busbar Differential Relay </a></li><li><a href="../ViewProduct.aspx?Model=P743" >P743 - Busbar Differential Relay (Extended Peripheral Unit)</a></li><li><a href="../ViewProduct.aspx?Model=MFAC" >MFAC: High – Speed Differential Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=MCAG" >MCAG High - Speed Differential Protection</a></li><li><a href="../ViewProduct.aspx?Model=MVTP" >MVTP – Buswire Supervision Relay</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=23" class="dropdown-toggle" >Network</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=23" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=N60" >N60 Network Stability and Synchrophasor Measurement System</a></li><li><a href="../ViewProduct.aspx?Model=C70" >C70 Capacitor Bank Relay</a></li><li><a href="../ViewProduct.aspx?Model=C60" >C60 Breaker Management System</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=24" class="dropdown-toggle" >Feeder Protection</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=24" >Overview</a></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1142" >Distribution & Industrial Advanced Feeder Protection with Mimic</a><ul class="dropdown-menu"><li><a href="../ViewProduct.aspx?Model=850" >850 Feeder Protection & Control with Color Mimic</a></li><li><a href="../ViewProduct.aspx?Model=F650" >F650 Feeder Protection System</a></li></ul></li></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1143" >Distribution & Industrial Enhanced Compact Feeder</a><ul class="dropdown-menu"><li><a href="../ViewProduct.aspx?Model=P14DB-E" >P14DB Enhanced Directional Feeder in Compact Case</a></li><li><a href="../ViewProduct.aspx?Model=P14DL-E" >P14DL Enhanced Directional Feeder in Compact Case with Reclose & Fault Location</a></li><li><a href="../ViewProduct.aspx?Model=P14NB-E" >P14NB Enhanced Non-Directional Feeder in Compact Case</a></li><li><a href="../ViewProduct.aspx?Model=P14NL-E" >P14NL Enhanced Non-Directional Feeder in Compact Case with Reclose</a></li><li><a href="../ViewProduct.aspx?Model=P94VB-E" >P94VB Enhanced Voltage and Frequency in Compact Case</a></li><li><a href="../ViewProduct.aspx?Model=P94VP-E" >P94VP Enhanced Voltage and Frequency in Compact Case with Reclose and Check Synch</a></li></ul></li></li><li><a href="/ViewProduct.aspx?Model=M-Agile" >Distribution & Industrial Feeder Protection & Control</a></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1144" >Distribution & Industrial Feeder Relays</a><ul class="dropdown-menu"><li><a href="../ViewProduct.aspx?Model=P14DB" >P14DB Directional Feeder - MIDOS Scalable Case</a></li><li><a href="../ViewProduct.aspx?Model=P14DL" >P14DL Directional Feeder with Reclose & Fault Location - MIDOS Scalable Case</a></li><li><a href="../ViewProduct.aspx?Model=P14DZ" >P14DZ Directional Feeder Relay with High Impedance Fault Detection</a></li><li><a href="../ViewProduct.aspx?Model=P14DH" >P14DH Directional Feeder Relay with Wattmetric Earth Fault</a></li><li><a href="../ViewProduct.aspx?Model=P14DH11A2C0620A" >P14DH - Directional Feeder Relay with NF C 13100 & UTE C15400</a></li><li><a href="../ViewProduct.aspx?Model=P14NB" >P14NB Non-directional Feeder - MIDOS Scalable Case</a></li><li><a href="../ViewProduct.aspx?Model=P14NZ" >P14NZ Non-directional Feeder with High Impedance Fault Detection & Reclose</a></li><li><a href="../ViewProduct.aspx?Model=P94VB" >P94VB Voltage and Frequency Relay - MIDOS Scalable Case</a></li><li><a href="../ViewProduct.aspx?Model=P94VP" >P94VP Voltage & Frequency Relay with Check Synch - MIDOS Scalable Case</a></li><li><a href="../ViewProduct.aspx?Model=P94VR" >P94VR Voltage & Frequency Relay with Check Synch and - MIDOS Scalable Case</a></li><li><a href="../ViewProduct.aspx?Model=350" >350 Feeder Protection System</a></li></ul></li></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1145" >Transmission & Sub-Transmission Modular Protection</a><ul class="dropdown-menu"><li><a href="../ViewProduct.aspx?Model=P84" >P84 MiCOM 5<sup>th</sup> Generation Multi-Functional Line Terminal Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=F60" >F60 Feeder Protection Universal Relay</a></li><li><a href="../ViewProduct.aspx?Model=P145" >P145 Feeder Management Relay with Autoreclose, Synchronizing & Function Keys</a></li><li><a href="../ViewProduct.aspx?Model=P143" >P143 Feeder management Relay with Autoreclose & Check Synchronizing</a></li><li><a href="../ViewProduct.aspx?Model=P142" >P142 Feeder management Relay with Autoreclose</a></li><li><a href="../ViewProduct.aspx?Model=P141" >P141 Feeder Management Relay</a></li></ul></li></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1146" >Multi-Feeder / Multi-Bay Protection</a><ul class="dropdown-menu"><li><a href="../ViewProduct.aspx?Model=F35" >F35 Multiple Feeder Management Relay</a></li></ul></li></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1147" >Low Voltage and Medium Voltage Feeder Relays</a><ul class="dropdown-menu"><li><a href="../ViewProduct.aspx?Model=P15D" >P15D Dual Powered Overcurrent Relay</a></li><li><a href="../ViewProduct.aspx?Model=P153" >P153 Compact Feeder Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P154" >P154 Non-directional Overcurrent Relay</a></li></ul></li></li><li><li class="dropdown-submenu pull-left"><a href="../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1148" >Retrofit</a><ul class="dropdown-menu"><li><a href="../SRupgrade.aspx?Model=750" >750/760 to 850 Retrofit Kit</a></li><li><a href="../SRupgrade735.aspx?Model=735" >735 to 850 Retrofit Kit</a></li></ul></li></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=26" class="dropdown-toggle" >Motor</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=26" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=M-Agile Motor" >P24N/D Multilin Agile Motor Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=859" >859 Motor Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=869" >869 Motor Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=M60" >M60 Motor Protection System</a></li><li><a href="../FRupgrade.aspx?Model=469" >469 to 869 Retrofit Motor Protection System</a></li><li><a href="../ViewProduct.aspx?Model=P241" >P241 Motor Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P242" >P242 Motor Protection Relay with Extended IO</a></li><li><a href="../ViewProduct.aspx?Model=P243" >P243 Motor Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=P253" >P253 Motor Protection Relay</a></li><li><a href="../ViewProduct.aspx?Model=MM300E" >MM300 Enhanced Motor Protection System</a></li><li><a href="../ViewProduct.aspx?Model=RMIO" >RMIO Remote Module I/O</a></li><li><a href="../ViewProduct.aspx?Model=339" >339 Motor Protection Relay</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=27" class="dropdown-toggle" >Special Function/Control</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=27" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=C30" >C30 Controller</a></li><li><a href="../Viewproduct.aspx?model=C650" >C650 - Bay Controller and Monitoring System</a></li><li><a href="../ViewProduct.aspx?Model=N60" >N60 Network Stability & Synchrophasor Protection</a></li><li><a href="../ViewProduct.aspx?Model=CIO" >CIO Remote CAN Bus I/O Module</a></li><li><a href="../ViewProduct.aspx?Model=RRTD" >RRTD Remote RTD Module</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=28" class="dropdown-toggle" >IEC 61850 Process Bus</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=28" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=MU360" >MU360 Merging Unit</a></li><li><a href="../ViewProduct.aspx?Model=MU320E" >MU320 Extended Version</a></li><li><a href="../ViewProduct.aspx?Model=Brick" >HardFiber Brick Process Interface Unit</a></li><li><a href="../ViewProduct.aspx?Model=UR-ProcessBus" >IEC 61850 Process Bus Module</a></li><li><a href="../ViewProduct.aspx?Model=MU640" >MU640 HVDC Merging Unit</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=29" class="dropdown-toggle" >Meters</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=29" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=EPM9900P" >EPM 9900P Advanced Power Quality Meter</a></li><li><a href="../ViewProduct.aspx?Model=EPM9700" >EPM 9700 Advanced Power Quality Meter</a></li><li><a href="../ViewProduct.aspx?Model=EPM7000P" >EPM 7000P – Power Quality Meter</a></li><li><a href="../ViewProduct.aspx?Model=PL7000PT" >EPM 7000PT – Power Quality Meter - Transducer </a></li><li><a href="../ViewProduct.aspx?Model=EPM7000" >EPM 7000 Power Quality Meter</a></li><li><a href="../ViewProduct.aspx?Model=PQMII" >PQMII Power Quality Meter</a></li><li><a href="../ViewProduct.aspx?Model=EPM6000" >EPM 6000 Multi-Function Power Meter</a></li><li><a href="../ViewProduct.aspx?Model=EPM6010" >EPM 6010 Building Automation Power Meter</a></li><li><a href="../ViewProduct.aspx?Model=EPM2200" >EPM 2200 Power Meter</a></li><li><a href="../ViewProduct.aspx?Model=EPM4600" >EPM 4600 Multi-feed Power and Energy Meter</a></li><li><a href="../ViewProduct.aspx?Model=EPM4600%20Display" >EPM 4600 Touch Screen Display</a></li><li><a href="../ViewProduct.aspx?Model=PLSOFT" >GE Communicator - Advanced Setup, Visualization and Analysis Software for EPM Meters</a></li><li><a href="../ViewProduct.aspx?Model=PLSOFT-EAG" >GE Energy Aggregator - Energy Visualization, Analysis and Reporting Software Solution</a></li><li><a href="../ViewProduct.aspx?Model=I5M" >iSTAT i500 - i5MC, i5MV Single- Phase High Performance Transducer</a></li><li><a href="../ViewProduct.aspx?Model=I5MX" >iSTAT i500 – i5MT Three-Phase High Performance Multifunction Transducer</a></li><li><a href="../ViewProduct.aspx?Model=I4MC-I4MV" >iSTAT i4Mx – i4MC, i4MV Single Phase Transducer</a></li><li><a href="../ViewProduct.aspx?Model=I4MT" >iSTAT i4MT - Three Phase Transducer</a></li><li><a href="../ViewProduct.aspx?Model=i4Dx" >iSTAT i4Dx – i4DB DC Transducers</a></li><li><a href="../ViewProduct.aspx?Model=BA3" >BA300 Substation Battery Monitoring</a></li><li><a href="../ViewProduct.aspx?Model=M2x2" >iSTAT M232 Communicating Measurement Centre</a></li><li><a href="../ViewProduct.aspx?Model=M2x3" >iSTAT M2x3 High Performance Measurement Centre</a></li><li><a href="../ViewProduct.aspx?Model=M365" >iSTAT M365 Power Quality Analyser</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=30" class="dropdown-toggle" >Electromechanical/Single Function</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=30" >Overview</a></li><li><a href="../Single.aspx" >Single Function Relay Products</a></li><li><a href="../ViewProduct.aspx?Model=MVAX11" >MVAX11 Tripping & Interposing Supervision Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAX12" >MVAX12 Supply Supervision Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAX21" >MVAX21 Trip Circuit Supervision Relay (CB Closed only)</a></li><li><a href="../ViewProduct.aspx?Model=MVAX31" >MVAX31 Trip Circuit Supervision Relay (CB Open or Closed)</a></li><li><a href="../ViewProduct.aspx?Model=MVAX91" >MVAX91 Trip Circuit Supervision Relay With Preclosing Supervision</a></li><li><a href="../ViewProduct.aspx?Model=MMLB" >MMLB Test Plug</a></li><li><a href="../ViewProduct.aspx?Model=MMLG" >MMLG Test Module</a></li><li><a href="../ViewProduct.aspx?Model=PRIMA" >PRIMA</a></li><li><a href="../ViewProduct.aspx?Model=MVAA13" >MVAA13– One Unit, hand reset Auxiliary Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAA16" >MVAA16– One Unit, high Speed Self reset Auxiliary Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAA21" >MVAA21– Two Units, self-reset Auxiliary Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAA23" >MVAA23– Two Units, hand reset Auxiliary Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAJ" >MVAJ 05x/10x/20x – Tripping Relay High or Low Burden</a></li><li><a href="../ViewProduct.aspx?Model=P991" >P991 – Test Block</a></li><li><a href="../ViewProduct.aspx?Model=MBCI" >MBCI - Pilot Wire Line Differential Relay</a></li><li><a href="../ViewProduct.aspx?Model=MCRI" >MCRI – Pilot Wire Line Differential Relay</a></li><li><a href="../ViewProduct.aspx?Model=MRTP" >MRTP Pilot Supervision and Injection Units</a></li><li><a href="../ViewProduct.aspx?Model=MVTT" >MVTT Timing Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAJ23" >MVAJ23 High Burden Tripping Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAJ13" >MVAJ13 - Low Burden Tripping Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAJ21" >MVAJ21 - High Burden Tripping Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAW02" >MVAW02 Low Burden Inter-trip Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAW13" >MVAW Interposing Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAW21" >MVAW21 Interposing Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVUA11" >MVUA11 Auxiliary Relay with fixed time delay</a></li><li><a href="../ViewProduct.aspx?Model=MVAJ25" >MVAJ25 High Burden Tripping Relay with Hand/Electrical Reset Contacts</a></li><li><a href="../ViewProduct.aspx?Model=MVAJ11" >MVAJ11 Low Burden Tripping Relay (Self Reset Contacts)</a></li><li><a href="../ViewProduct.aspx?Model=MVAJ14" >MVAJ14 Low Burden Control Relay (Electrically Reset Contacts)</a></li><li><a href="../ViewProduct.aspx?Model=MCAA" >MCAA Current Operated Auxiliary Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAP22" >MVAP22 Voltage Selection and Supply Supervision Relay</a></li><li><a href="../ViewProduct.aspx?Model=MVAZ04" >MVAZ04 Protection In/Out Relay</a></li><li><a href="../ViewProduct.aspx?Model=MMLZ" >MMLZ Range of Auxiliary Modules</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=31" class="dropdown-toggle" >Software </a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=3&ProdCatId=31" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=VP" >EnerVista Viewpoint Monitoring</a></li><li><a href="../ViewProduct.aspx?Model=VPVIEW" >EnerVista Viewpoint Monitoring ViewNodes</a></li></ul></li><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=60" >Training Courses</a></li><li><a href="../../CyberSecurity.aspx" >Cyber Security</a></li><li><a href="../../Accessories.aspx" >Accessories</a></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=3&ProdCatId=101" class="dropdown-toggle" >Measurement and Recording</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatID=3&ProdCatid=101" >Overview</a></li><li><a href="../ViewProduct.aspx?model=DR60" >DR60 Digital Fault Recorder</a></li><li><a href="../ViewProduct.aspx?model=RPV311" >RPV311 Multifunction Recorder</a></li><li><a href="../ViewProduct.aspx?Model=RA331" >RA331 Acquisition Module for RPV311</a></li><li><a href="../ViewProduct.aspx?Model=RA332" >RA332 Acquisition Module for RPV311</a></li><li><a href="../ViewProduct.aspx?model=RA333" >RA333 Travelling Wave and DFR Acquisition Module for RPV311</a></li></ul></li><li><a href="../DITLookup.aspx?ProductCatID=119" >Digital Instrument Transformers</a></li></ul></li><li class="dropdown"><a href="#" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown" style='width:130px;' >Substation Automation<span class=""></span></a><ul class="dropdown-menu multi-level" ><li ><Div class='featuredMenuItem'><div class='featuredMenuItemLink'><a href="../../Energy/Front.aspx">Featured Products</a></div><div class='featuredMenuItemImage'><img alt=Featured Products src="/images/DE/G500.jpg" /></div></Div></li><li><a href="../ViewProduct.aspx?Model=PLH+-+Power+Link+HMI" >Substation HMI Software</a></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=4&ProdCatId=37" class="dropdown-toggle" >Gateways</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=4&ProdCatId=37" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=G100" >G100 Advanced Substation Gateway </a></li><li><a href="../ViewProduct.aspx?Model=G500" >G500 Advanced Substation Gateway</a></li><li><a href="../ViewProduct.aspx?Model=MCP-S" >MCP Substation Gateway Spare Parts</a></li><li><a href="../ViewProduct.aspx?Model=iBox" >iBox Serial Substation Controller</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=4&ProdCatId=38" class="dropdown-toggle" >Remote Terminal Units</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=4&ProdCatId=38" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=D25" >D25 Multifunction IED</a></li><li><a href="../ViewProduct.aspx?Model=D25 Spare Parts" >D25 Spare Parts</a></li><li><a href="../ViewProduct.aspx?Model=iBox" >iBox Serial Substation Controller</a></li><li><a href="../ViewProduct.aspx?Model=C264" >C264 Modular Bay Computer</a></li><li><a href="../ViewProduct.aspx?Model=SASRTU" >Single RTU Assembly</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=4&ProdCatId=113" class="dropdown-toggle" >I/O Modules</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=4&ProdCatId=113" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=D20CP" >D20 Program Chip Set</a></li><li><a href="../ProdCategory.aspx?PID=2726&TYPE=PART" >D20 Parts/Accessories</a></li><li><a href="../ViewProduct.aspx?Model=D20%20KI" >D20/D25 Interposer Relay Module</a></li><li><a href="../ViewProduct.aspx?Model=D20A" >D20A Analog Input Module</a></li><li><a href="../ViewProduct.aspx?Model=D20A%20Spare%20Parts" >D20A Analog Input Module Spare Parts</a></li><li><a href="../ViewProduct.aspx?Model=D20A%20DNP%20IO" >D20A DNP3 Analog Input Module</a></li><li><a href="../ViewProduct.aspx?Model=D20C%20Parts" >D20C Combination I/O Module Spare Parts</a></li><li><a href="../ViewProduct.aspx?Model=D20C" >D20C Combination Input/Output Module</a></li><li><a href="../ViewProduct.aspx?Model=D20C%20DNP%20IO" >D20C DNP3 Combination I/O Module</a></li><li><a href="../ViewProduct.aspx?Model=D20E" >D20E Substation I/O Module</a></li><li><a href="../ViewProduct.aspx?Model=D20K" >D20K Control Output Module</a></li><li><a href="../ViewProduct.aspx?Model=D20K%20DNP%20IO" >D20K DNP3 Control Output Module</a></li><li><a href="../ViewProduct.aspx?Model=D20K%20Spare%20Parts" >D20K Spare Parts</a></li><li><a href="../ViewProduct.aspx?Model=D20KIS%20Parts" >D20KI Interposer Relay Panel Spare Parts</a></li><li><a href="../ViewProduct.aspx?Model=D20S%20DNP%20IO" >D20S DNP3 Status Input Module</a></li><li><a href="../ViewProduct.aspx?Model=D20S%20Spare%20Parts" >D20S Spare Parts</a></li><li><a href="../ViewProduct.aspx?Model=D20S" >D20S Status Input Module</a></li></ul></li><li><a href="../../Energy/replacementparts.aspx" >Replacement Parts</a></li><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=62" >Training Courses</a></li></ul></li><li class="dropdown"><a href="#" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown" style='width:120px;' >Monitoring & Diagnostics <span class=""></span></a><ul class="dropdown-menu multi-level" ><li ><Div class='featuredMenuItem'><div class='featuredMenuItemLink'><a href="../../MD/Front.aspx">Featured Products</a></div><div class='featuredMenuItemImage'><img alt=Featured Products src="/images/DE/GEDE_OLS_Feat_MD.gif" /></div></Div></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=5&ProdCatId=41" class="dropdown-toggle" >Single Gas Monitoring</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=5&ProdCatId=41" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=HydranM2X" >Hydran M2-X</a></li><li><a href="../ViewProduct.aspx?Model=H201TI" >Hydran201TI</a></li><li><a href="../ViewProduct.aspx?Model=H201Ci" >Hydran 201Ci</a></li><li><a href="../ViewProduct.aspx?Model=H201Ci-C" >Hydran 201Ci-C</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=5&ProdCatId=42" class="dropdown-toggle" >Transformer Solutions</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=5&ProdCatId=42" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=BMT430" >BMT 430</a></li><li><a href="../OilLab.aspx" >Oil Lab Analysis</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=5&ProdCatId=43" class="dropdown-toggle" >Multiple Gas Monitoring</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=5&ProdCatId=43" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=MINITRANS" >MINITRANS</a></li><li><a href="../ViewProduct.aspx?Model=DGA500" >Kelman DGA 500</a></li><li><a href="../ViewProduct.aspx?Model=DGA900" >Kelman DGA 900</a></li><li><a href="../ViewProduct.aspx?Model=DGA900plus" >Kelman DGA 900 PLUS</a></li><li><a href="../ViewProduct.aspx?Model=DGA900-Multitran" >Kelman DGA 900 MULTITRANS</a></li><li><a href="../ViewProduct.aspx?Model=DGA900-Taptrans" >Kelman DGA 900 TAPTRANS</a></li><li><a href="../ViewProduct.aspx?Model=DGA900 TapTrans Plus" >Kelman DGA 900 TAPTRANS PLUS</a></li><li><a href="../ViewProduct.aspx?Model=TRANSPORTX2" >Transport X2</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=5&ProdCatId=112" class="dropdown-toggle" >Software Solutions</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=5&ProdCatId=112" >Overview</a></li><li><a href="../ViewProduct.aspx?Model=Perception" >Perception Fleet</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=5&ProdCatId=91" class="dropdown-toggle" >Parts Lookup</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=5&ProdCatId=91" >Overview</a></li><li><a href="../MD/ListParts.aspx?SubCat=140" >HYDRAN 201Ti / 201Ci</a></li><li><a href="../MD/ListParts.aspx?SubCat=143" >Hydran M2/M2X</a></li><li><a href="../MD/ListParts.aspx?SubCat=138" >MiniTrans</a></li><li><a href="../MD/ListParts.aspx?SubCat=137" >Transfix</a></li><li><a href="../MD/ListParts.aspx?SubCat=139" >Transport X</a></li><li><a href="../MD/ListParts.aspx?SubCat=167" >Transport X2</a></li><li><a href="../MD/ListParts.aspx?SubCat=168" >DGA 900</a></li><li><a href="../MD/ListParts.aspx?SubCat=190" >BMT 300</a></li><li><a href="../MD/ListParts.aspx?SubCat=183" >BMT 400</a></li><li><a href="../MD/ListParts.aspx?SubCat=182" >CB Watch</a></li><li><a href="../MD/ListParts.aspx?SubCat=179" >MS 3000</a></li><li><a href="../MD/ListParts.aspx?SubCat=191" >BMT 430</a></li></ul></li></ul></li><li class="dropdown"><a href="#" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown" style='width:100px;' >Power Delivery<span class=""></span></a><ul class="dropdown-menu multi-level" ><li ><Div class='featuredMenuItem'><div class='featuredMenuItemLink'><a href="../../PowerDelivery/Front.aspx">Featured Products</a></div><div class='featuredMenuItemImage'><img alt=Featured Products src="/images/DE/GEDE_OLS_Home_46.gif" /></div></Div></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=6&ProdCatId=111" class="dropdown-toggle" >Power Connectors</a><ul class="dropdown-menu"><li><a href="../../ProductCategory.aspx?CatId=6&ProdCatId=111" >Overview</a></li><li><a href="../ProdCategory.aspx?PID=4115" >Cable Connectors</a></li><li><a href="../PowerDelivery/PalmCableConnectorLanding.aspx" >Palm Cable Connectors</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=6&ProdCatId=44" class="dropdown-toggle" >Surge Arresters</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=6&ProdCatId=44" >Overview</a></li><li><a href="/PowerDelivery/NewCapacitorsLookup.aspx?7#/7" >Intermediate</a></li><li><a href="/PowerDelivery/NewCapacitorsLookup.aspx?8#/8" >Station</a></li><li><a href="/PowerDelivery/NewCapacitorsLookup.aspx?9#/9" >Riser Pole </a></li><li><a href="/PowerDelivery/NewCapacitorsLookup.aspx?6#/6" >Distribution</a></li><li><a href="/PowerDelivery/NewCapacitorsLookup.aspx?10#/10" >Surge Protective Device</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=6&ProdCatId=45" class="dropdown-toggle" >Prolec Transformers</a><ul class="dropdown-menu"><li><a href="/PowerDelivery/ProlecTransformersLookup.aspx?t=spareparts" >Low Voltage Bushings</a></li></ul></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=6&ProdCatId=46" class="dropdown-toggle" >Capacitors</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=6&ProdCatId=46" >Overview</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?1#/1" >Protective Capacitor-AC Rotaing Machinery</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?2#/2" >Single & Three Phase High Voltage</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?3#/3" >Low Voltage Fixed Power Factor</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?4#/4" >Low Voltage Motor & Pump Power Factor</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?5#/5" >Medium Voltage Fixed Power Factor</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?11#/11" >Induction Heating & Melting</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?12#/12" >DC Power Electronic</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?13#/13" >High Voltage Capacitor Fuses</a></li><li><a href="https://store.gegridsolutions.com/PowerDelivery/NewCapacitorsLookup.aspx?14#/14" >Medium Voltage Power Factor</a></li></ul></li><li><a href="../../PowerDelivery/PostInsulator.aspx" >ANSI Post Insulators</a></li><li><a href="../../PowerDelivery/Partslookup.aspx" >Parts Lookup</a></li><li class="dropdown-submenu "><a href="/ProductCategory.aspx?CatId=6&ProdCatId=105" class="dropdown-toggle" >IEC LV Capacitor</a><ul class="dropdown-menu"><li><a href="../ProductCategory.aspx?CatId=6&ProdCatId=105" >Overview</a></li><li><a href="/PowerDelivery/LowVoltageCapacitor.aspx" >Low Voltage Capacitor Units</a></li><li><a href="/PowerDelivery/LowVoltageCapacitorBank.aspx" >Low Voltage Detuned Filter Capacitor Banks</a></li><li><a href="/PowerDelivery/PowerFactorControllers.aspx" >Power Factor Controllers</a></li><li><a href="/PowerDelivery/LowVoltageAHF.aspx" >Low Voltage Active Harmonic Filters</a></li><li><a href="/PowerDelivery/LowVoltageReactor.aspx" >Low Voltage Reactors</a></li></ul></li><li><a href="../../PowerDelivery/ReactorData.aspx" >Line/Load Reactors</a></li><li><a href="../DITLookup.aspx?ProductCatID=120" >Instrument Transformers</a></li></ul></li><li class="dropdown"><a href="#" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown" style='width:100px;' >Power Sensing<span class=""></span></a><ul class="dropdown-menu multi-level" style="right: 0; left: auto;" ><li ><Div class='featuredMenuItem'><div class='featuredMenuItemLink'><a href="../../PowerSensing/Front.aspx">Featured Products</a></div><div class='featuredMenuItemImage'><img alt=Featured Products src="/images/DE/encompass_header.png" /></div></Div></li><li><a href="../../PowerSensing/ITIProductCategory.aspx?CatId=8&ProdCatId=121" >Transformers (CT/VT/CPT)</a></li><li><a href="../../PowerSensing/ITIProductCategory.aspx?CatId=8&ProdCatId=122" >Test Switches & Test Blocks</a></li><li><a href="../../PowerSensing/ITIProductCategory.aspx?CatId=8&ProdCatId=123" >Control & Transfer Switches</a></li><li><a href="../../PowerSensing/ITIProductCategory.aspx?CatId=8&ProdCatId=124" >Auxiliary/Lockout Relays </a></li><li><a href="../../PowerSensing/ITIProductCategory.aspx?CatId=8&ProdCatId=125" >Electronics</a></li><li><a href="../../PowerSensing/ITIProductCategory.aspx?CatId=8&ProdCatId=126" >Terminal Blocks</a></li><li><a href="../../PowerSensing/ITIProductCategory.aspx?CatId=8&ProdCatId=127" >Indicating Lights</a></li></ul></li><li class="dropdown"><a href="#" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown" style='width:130px;' >HV Parts & Services<span class=""></span></a><ul class="dropdown-menu multi-level" ><li class="dropdown-submenu pull-left "><a href="/ProductCategory.aspx?CatId=9&ProdCatId=131" class="dropdown-toggle" >AIS/GIS</a><ul class="dropdown-menu"><li><a href="../../PowerDelivery/CBREvaluation.aspx" >Dead Tank Condition Assessment</a></li><li><a href="../../PowerDelivery/Catalogues/Cat_DT1_72_5kV.aspx?PName=Catalogue" >Dead Tank Parts Catalog</a></li></ul></li><li class="dropdown-submenu pull-left "><a href="/ProductCategory.aspx?CatId=9&ProdCatId=132" class="dropdown-toggle" >Power Transformer</a><ul class="dropdown-menu"><li><a href="../SpareParts.aspx?SubProdCat=7&Cat=983" >DRYCOL Spare Parts</a></li><li><a href="../OilLab.aspx" >Oil Lab Analysis</a></li></ul></li></ul></li><li class="dropdown"><a href="#" class="dropdown-toggle TopNavBarItem" data-toggle="dropdown">Training Center<span class=""></span></a><ul class="dropdown-menu multi-level" style="right: 0; left: auto;" ><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=56" >Grid Solution Overview</a></li><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=59" >Industrial Communication</a></li><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=60" >Protection & Control</a></li><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=62" >Substation Automation</a></li><li><a href="../../Training/TrainingCourses.aspx?ProdCatId=63" >HV/MV Training</a></li></ul></li><li class='TopNavBarItem_Right' ></li> </ul> </td> </tr> </table> </div> <div class="main"> <table width="1000" border="0" cellpadding="0" cellspacing="0" class="bodycontent" style="border-radius: 15px; border: 0px solid #E2E2E2;"> <tr> <td> <script type="text/javascript">var sSelectedCustomer = ""; </script> <script type="text/javascript" src="ViewProdJS/tbl.js"></script> <script type="text/javascript" src="ViewProdJS/format.js?ver638762786209435483"></script> <script type="text/javascript" src="ViewProdJS/viewprdout.js?ver638762786209435483"></script> <script type="text/javascript" src="ViewProdJS/rules.js?ver638762786209435483"></script> <script src="ViewProdJS/utils.js?ver638762786209435483" type="text/javascript"></script> <script src="ViewProdJS/DOMobject.js?ver638762786209435483" type="text/javascript"></script> <script src="ViewProdJS/MnDCalculationDOM.js" type="text/javascript"></script> <script type='text/javascript' src='ViewProdJS/products/P143.js'></script> <script type="text/javascript"> $m = jQuery.noConflict(); </script> <script type="text/javascript"> var olsmodel = '#olsmodel'; var olsLookup = '#olsLookup'; var olsProdCode = '#olsProdCode'; var olsdescription = '#olsdescription'; var olsisdigital = '#olsisdigital'; var olsordercode = '#olsordercode'; var olstotalprice = '#olstotalprice'; var olslistprice = '#olslistprice'; var olslistpriceother = '#olslistpriceother'; var olsbreakdown = '#olsbreakdown'; var olsoptions = '#olsoptions'; var olsconfigurl = '#olsconfigurl'; var olseditmode = '#olseditmode'; var olsmodprices = '#olsmodprices'; var olsbominfo = '#olsbominfo'; var olsbominfo2 = '#olsbominfo2'; var olsproductline = '#olsproductline'; var olsQuantity = '#olsQuantity'; var olsTRLocation = '#olsTRLocation'; var olsAArray = '#olsAArray'; var olsAddLT = '#olsAddLT'; var olscbk = '#olscbk'; var olsRegularPriceUS = '#olsRegularPriceUS'; var olsRegularPriceCan = '#olsRegularPriceCan'; //anka var swOptions = '#swOptions'; $m().ready(function () { frmMain = document.getElementById("aspnetForm"); $('hdnAdd_UpdateCartClick').val(false); callingDOM(); var ctlval = document.getElementById('ctl00_MainContent_hidCasualLoginAllow').value; if (ctlval == "BN") { $("#btnAddToCart").css('display', 'block'); } if (ctlval == "Y") { $("#btnAddToCart").css('display', 'none'); if (sBuzz == "D") { $("#A1").css('display', 'block'); DisplayMessage('User login required... </BR></BR>For complete pricing/ordering information, <a href="http://www.gegridsolutions.com/contact.htm?loc=2#Order/" target="_blank">contact</a> MDS directly'); } else if (sBuzz == "N") { // $("#A1").css('display', 'block'); //Changes are done by Avik for INC13914833 on 8-Nov-2017 // DisplayMessage('User login required... </BR></BR>For complete pricing/ordering information, <a href="http://www.gegridsolutions.com/contact.htm?loc=2#Order/" target="_blank">contact</a> M&D directly'); DisplayMessage('Login Required... </BR></BR>Please contact the M&D Sales Support team for complete pricing/ordering information.</BR>SALES.GRIDSOLUTIONSMD@GE.COM</BR>1-905-927-7070'); //End of changes are done by Avik for INC13914833 on 8-Nov-2017 } } if (isConfigureNeeded) { DisplayMessage('Please Configure Your Product!!'); } //var showFwMod = bNeedToShowFw_ModLabel() //var fw = document.getElementById("lyrFirmwareRev"); //var mod = document.getElementById("lyrMods"); //if (showFwMod) { // fw.style.display = "block"; // mod.style.display = "block"; //} else { // fw.style.display = "none"; // mod.style.display = "none"; //} }); function callingDOM() { //DOM Object document.getElementById("product-options").innerHTML = creatingDOM(); //Special Options SpecialOption(); //Related Products setReltedProductLink(); //rsModel("CrossSellAvail")=true And iEditMode=-1 //Commented by swamy for old code //if (bCrossSellAvail == true && iEditMode == -1 && !window.isSRupgrade) { //Added by swamy for 869 retrofit product if (bCrossSellAvail == true && iEditMode == -1 && !window.isSRupgrade && !window.isFRupgrade && !window.isSRupgrade735 && !window.isFRupgrade489 && !window.isSrUpgrade745) { CrossSalesOrderCode(); } else if (isAllowAdditional == true) { // Added for Maday // alert("me in side"); CrossSalesOrderCode_retrofitUpgrade(); } if (Options.length <= 0) { //document.getElementById("section_spoption").style.visibility = 'hidden'; document.getElementById("section_spoption").style.display = 'none'; document.getElementById("spoption").innerHTML = ""; } else { var imgComInfo = document.getElementById("imgComInfo"); imgComInfo.style.display = "none"; if (ModelBusiness == 'N') { var found = 0; for (i = 0; i < Options.length; i++) { if (Options[i].Description == 'Commissioning') { found = 1; imgComInfo.style.display = "block"; break; } } } } //Commented by swamy for old code //if (aryRelProd.length <= 0 || iEditMode >= 1 || window.isSRupgrade ) { //Added by swamy for 869 retrofit product //if (aryRelProd.length <= 0 || iEditMode >= 1 || window.isSRupgrade || window.isFRupgrade || window.isSRupgrade735 || window.isFRupgrade489) { if (aryRelProd.length <= 0 || iEditMode >= 1 || (window.isSRupgrade && isAllowAdditional == false) || (window.isFRupgrade && isAllowAdditional == false) || (window.isSRupgrade735 && isAllowAdditional == false) || (window.isFRupgrade489 && isAllowAdditional == false) || (window.isSrUpgrade745 && isAllowAdditional == false)) { //document.getElementById("section_relateditems").style.visibility = 'hidden'; document.getElementById("section_relateditems").style.display = 'none'; document.getElementById("rproduct").innerHTML = ""; } var imgfldservInfo = document.getElementById("imgfldservInfo"); imgfldservInfo.style.display = "none"; $("#fldservDefInfo").empty(); //alert(sBuzz); //alert(newModel); if (newModel == "Serv-Com" || newModel == "Serv-Inst-Com" || newModel == "Serv-Settings" || newModel == "Serv-Site-SuperV" || newModel == "Serv-PDR") { if (newModel == "Serv-Com") { var strServComInfo = "<div style='margin-bottom: 3px'><b>Grid Automation Services – Commissioning Only</b></div>"; $("#fldservDefInfo").append(strServComInfo); } else if (newModel == "Serv-Inst-Com") { var strServInstCom = "<div style='margin-bottom: 3px'><b>Grid Automation Services – Installation & Commissioning</b></div>"; $("#fldservDefInfo").append(strServInstCom); } else if (newModel == "Serv-Settings") { var strServSettings = "<div style='margin-bottom: 3px'><b>Grid Automation Services – Relay Settings</b></div>"; $("#fldservDefInfo").append(strServSettings); } else if (newModel == "Serv-Site-SuperV") { var strServSiteSuperV = "<div style='margin-bottom: 3px'><b>Grid Automation Services – Field Site Supervision</b></div>"; $("#fldservDefInfo").append(strServSiteSuperV); }//start : Retrofit Panels on OLS - GERITM2677828 / GESCTASK1512697 else if (newModel == "Serv-PDR") { var strServPDR = "<div style='margin-bottom: 3px'><b>Grid Automation Services – Panel/Door Replacements</b></div>"; strServPDR = strServPDR + "<ul><li> Door Option includes 1-day for a Field Service Engineer to Review Site and Dimensions</li>"; strServPDR = strServPDR + "<li> Door and Panel Door Sizes can be adjusted to match specification and requirements</li>"; strServPDR = strServPDR + "<li> Control Equipment, Test Switches, and Indicators option are based on GE Branded products. If other specific equipment is required please contact factory (price may vary)</li>"; strServPDR = strServPDR + "<li> A Terminal Block will be mounted on the back of the Retrofit Plate or Door whenever a Control Unit, Test-Block, and/or indicator option is selected.</li>"; strServPDR = strServPDR + "<li> The protection relays are not included in this price. Please add the required Protection Relay as a separate item to your Cart.</li>"; strServPDR = strServPDR + "<li> The Power Quality and/or Revenue Meters are not included in this price. Please add the requires Meter as a separate item to your Cart.</li>"; strServPDR = strServPDR + "<li> The Door or Plate default Layout and wiring is based on One (1) Protection Relay and One (1) Meter only.</li>"; strServPDR = strServPDR + "<li> The Wire Harness Option include a wire-bundle (based on drawings) to connect the equipment mounted on the provided Plate/Door to the existing terminal block inside the existing Gear/Panel.</li>"; strServPDR = strServPDR + "<li> The price includes Crating for Import/Export. Delivery is EX-WORKS FACTORY)</li>"; strServPDR = strServPDR + "<li> Customized Options and Layouts are available and may results in price variation. Please contact factory for details.</li><ul>"; $("#fldservDefInfo").append(strServPDR); }//end : Retrofit Panels on OLS - GERITM2677828 / GESCTASK1512697 else { $("#fldservDefInfo").empty(); } imgfldservInfo.style.display = "block"; } if (window.isSRupgrade || window.isFRupgrade || window.isSRupgrade735 || window.isFRupgrade489 || window.isSrUpgrade745) { PrepareUpgradeMode(); } setTimeout(function () { start() }, 10); } function AddItemToCart() { // Call below function from util.js var ctlval = document.getElementById('ctl00_MainContent_hidCasualLoginAllow').value; if (ctlval == "Y") { var sMsg = "User login required... </BR></BR>For complete pricing/ordering information, <a href='http://www.gegridsolutions.com/contact.htm?loc=2#Order' target='_blank'>contact</a> MDS directly"; DisplayMessage(sMsg); return false; } AddtoBasket_click(); $('hdnAdd_UpdateCartClick').val(false); UpdateCart(); } function ConfigureProduct() { var sModel = document.getElementById('ctl00_MainContent_hiddenFldConfig').value; if (sModel == "SBM") { ConfigureSwitch('../PowerSensing/SBMxConfig.aspx', 12); } if (sModel == "SB1") { ConfigureSwitch('../PowerSensing/SB1xConfigure.aspx', 12); } if (sModel == "SB9") { ConfigureSwitch('../PowerSensing/SB9xConfigure.aspx', 12); } } function UpdateCart() { var data1 = [], rowData = {}, bResult = false; var aryAccess, isAccDigital; var aryAAccess; var ilNum = $("#ctl00_MainContent_hidEditLineNum").val(); rowData["CartItemDesc"] = $(olsdescription).val(); rowData["Item"] = $(olsmodel).val(); rowData["OrderCode"] = $(olsordercode).val(); rowData["Breakdown"] = decodeURIComponent($(olsbreakdown).val()); rowData["Options"] = decodeURIComponent($(olsoptions).val()); rowData["BasePrice"] = $(olslistprice).val(); rowData["ConfigURL"] = $(olsconfigurl).val(); rowData["sAddLT"] = $(olsAddLT).val(); //rowData["Quantity"] = 1; rowData["Business"] = sBuzz; rowData["Plant"] = sPlantCode; rowData["LineNum"] = ilNum; rowData["NetPrice"] = $(olstotalprice).val(); if (!bSPAFound) { rowData["IsSPAFound"] = bCatSPAFound; } else { rowData["IsSPAFound"] = bSPAFound; } rowData["Multiplier"] = fMultiplier; rowData["GoSchedule"] = sGoSch; rowData["ProductFamily"] = sProdFamily; rowData["ModPrice"] = $(olsmodprices).val(); rowData["RegularPriceUS"] = replace($(olsRegularPriceUS).val(), ',', ''); rowData["RegularPriceCan"] = replace($(olsRegularPriceCan).val(), ',', ''); rowData["colscbk"] = $(olscbk).val(); var sWebpage = location.pathname; var sModel = getParameterByName('Model'); if (sWebpage == '/ViewProduct.aspx' && sModel == 'PMTB14') { rowData["NetPrice"] = sNetRealtimePrice; rowData["BasePrice"] = sListRealtimePrice; } var DependentLineItems = ''; if (DependentLineItems != null && DependentLineItems != '') { rowData["DependentLineItems"] = DependentLineItems; } data1.push(rowData); //Related Products if (ProdModel() == 'SASRTU')// && !iEditMode==1) { arrayRelItem = sortArrayRelatedForSASRTU(arrayRelItem); } for (var p = 0; p < arrayRelItem.length; p++) { rowData = {}; //alert(document.getElementById(arrayRelItem[p]).value); aryAccess = document.getElementById(arrayRelItem[p]).value.split(";"); if (aryAccess.length > 11) { rowData["Quantity"] = aryAccess[10]; rowData["Breakdown"] = aryAccess[11]; } else { rowData["Quantity"] = 1; rowData["Breakdown"] = ""; } for (var a = 0; a < aryAccess.length - 1; a++) { aryAccess[a] = ADecode(aryAccess[a]); } if (aryAccess[0].substring(0, 10) == "BRICK-4-HI") { aryAccess[0] = "Brick System"; aryAccess[3] = "Brick+System"; isAccDigital = "Y"; } else { isAccDigital = ""; } rowData["CartItemDesc"] = aryAccess[2]; rowData["Item"] = aryAccess[0]; if (aryAccess[1] == null || aryAccess[1] == "") { aryAccess[1] = aryAccess[0]; } var brelatdSPAFound = false; var rpSPAFactor = 0; let relProdObj = { brelatdSPAFound: false, rpSPAFactor: 0 } //alert(relProdObj.brelatdSPAFound); //alert(relProdObj.rpSPAFactor); relatedProductSPAwithFactor(aryAccess[0], relProdObj); brelatdSPAFound = relProdObj.brelatdSPAFound; rpSPAFactor = relProdObj.rpSPAFactor; //alert(brelatdSPAFound); //alert(rpSPAFactor); rowData["OrderCode"] = aryAccess[1]; rowData["Options"] = ""; rowData["BasePrice"] = replace(aryAccess[6], ',', ''); rowData["ConfigURL"] = aryAccess[3]; rowData["sAddLT"] = ""; rowData["Business"] = sBuzz; //rowData["Plant"] = "M6"; rowData["colscbk"] = ""; rowData["LineNum"] = ilNum; if (aryAccess[3].length == 0) { if (sBuzz == "N") { if (brelatdSPAFound) { if (rpSPAFactor > 1) { rowData["NetPrice"] = rpSPAFactor; } else { rowData["NetPrice"] = (replace(moneyFormat(aryAccess[4]), ',', '') * rpSPAFactor); } } else { rowData["NetPrice"] = replace(moneyFormat(aryAccess[4]), ',', ''); } } else { if (brelatdSPAFound) { if (rpSPAFactor > 1) { rowData["NetPrice"] = rpSPAFactor; } else { rowData["NetPrice"] = replace(aryAccess[4], ',', '') * rpSPAFactor; } } else { rowData["NetPrice"] = replace(aryAccess[4], ',', ''); } } if (sBuzz == "D") { //rowData["ProdCategory"] = "Industrial Comm"; //rowData["ProdSubCat"] = "Accessories"; rowData["ProdCategory"] = ""; rowData["ProdSubCat"] = ""; } if (sBuzz == "M") { rowData["ProdCategory"] = ""; rowData["ProdSubCat"] = ""; } } else { rowData["NetPrice"] = 0; } if (brelatdSPAFound) { rowData["IsSPAFound"] = "true"; } else { rowData["IsSPAFound"] = "false"; } rowData["Plant"] = aryAccess[8]; //alert(rowData["BasePrice"]); if (brelatdSPAFound) { if (rpSPAFactor > 0 && rpSPAFactor < 1) { rowData["Multiplier"] = rpSPAFactor; } else if (rpSPAFactor > 0 && rpSPAFactor >= 1) { rowData["Multiplier"] = (rowData["BasePrice"] / rpSPAFactor); } } else { rowData["Multiplier"] = aryAccess[9]; } rowData["RegularPriceUS"] = replace(aryAccess[5], ',', ''); rowData["RegularPriceCan"] = replace(aryAccess[7], ',', ''); var oitem = $(olsmodel).val(); var ocode = $(olsordercode).val(); if (oitem == "SASRTU") { var ocount = 0; switch (aryAccess[1]) { case "D20A": ocount = ocode.substr(ocode.indexOf("QA") + 2, 1); break; case "D20A DNP IO": ocount = ocode.substr(ocode.indexOf("QA") + 2, 1); break; case "D20E-A": ocount = ocode.substr(ocode.indexOf("QA") + 2, 1); break; case "D20S": ocount = ocode.substr(ocode.indexOf("QS") + 2, 1); break; case "D20S DNP IO": ocount = ocode.substr(ocode.indexOf("QS") + 2, 1); break; case "D20E-S": ocount = ocode.substr(ocode.indexOf("QS") + 2, 1); break; case "D20K": ocount = ocode.substr(ocode.indexOf("QK") + 2, 1); break; case "D20K DNP IO": ocount = ocode.substr(ocode.indexOf("QK") + 2, 1); break; case "D20E-K": ocount = ocode.substr(ocode.indexOf("QK") + 2, 1); break; case "D20 KI": ocount = ocode.substr(ocode.indexOf("QI") + 2, 1); break; case "D20E-I": ocount = ocode.substr(ocode.indexOf("QI") + 2, 1); break; case "D20C": ocount = ocode.substr(ocode.indexOf("QC") + 2, 1); break; case "D20C DNP IO": ocount = ocode.substr(ocode.indexOf("QC") + 2, 1); break; case "D20E-C": ocount = ocode.substr(ocode.indexOf("QC") + 2, 1); break; default: ocount = 0; break; } } //var ocount = ocode.substr(ocode.indexOf("QI") + 2,1); var x = 0; if (ocount > 0) { while (x < ocount) { data1.push(rowData); x++; } } else { data1.push(rowData); } } //Accessories if (document.getElementById("olsAArray").value != "") { var PQArray = []; var rxAcc = new RegExp("\{[^\}]+\}"); var rxMatch = null; var carter = document.getElementById("olsAArray").value; while ((rxMatch = rxAcc.exec(carter)) != null) { carter = carter.replace(rxMatch[0], ''); PQArray.push(rxMatch[0]); } if (sBuzz == "P") { for (var p = 0; p < PQArray.length; p++) { rowData = {}; var len = PQArray[p].length; aryAAccess = PQArray[p].substring(1, len - 1).split(";"); if (aryAAccess.length > 11) { rowData["Quantity"] = aryAAccess[10]; rowData["Breakdown"] = aryAAccess[11]; } else { rowData["Quantity"] = 1; rowData["Breakdown"] = ""; } for (var a = 0; a < aryAAccess.length - 1; a++) { aryAAccess[a] = ADecode(aryAAccess[a]); } if (aryAAccess[0].substring(0, 10) == "BRICK-4-HI") { aryAAccess[0] = "Brick System"; aryAAccess[3] = "Brick+System"; isAccDigital = "Y"; } else { isAccDigital = ""; } rowData["CartItemDesc"] = aryAAccess[2]; rowData["Item"] = aryAAccess[0]; if (aryAAccess[1] == null || aryAAccess[1] == "") { aryAAccess[1] = aryAAccess[0]; } rowData["OrderCode"] = aryAAccess[1]; rowData["Options"] = ""; //if (aryAAccess[6] == 0) { // aryAAccess[6] = 0.01; //} rowData["BasePrice"] = replace(aryAAccess[6], ',', ''); rowData["ConfigURL"] = aryAAccess[3]; rowData["sAddLT"] = ""; rowData["Business"] = sBuzz; //rowData["Plant"] = "M6"; rowData["colscbk"] = ""; rowData["LineNum"] = ilNum; if (aryAAccess[3].length == 0) { //if (aryAAccess[4] == 0) { // aryAAccess[4] = 0.01; //} rowData["NetPrice"] = replace(aryAAccess[4], ',', ''); if (sBuzz == "D") { rowData["ProdCategory"] = "Industrial Comm"; rowData["ProdSubCat"] = "Accessories"; } if (sBuzz == "M") { rowData["ProdCategory"] = "ProductCategory"; rowData["ProdSubCat"] = "ProductCategory"; } } else { rowData["NetPrice"] = 0; } rowData["IsSPAFound"] = "false"; rowData["Plant"] = sPlantCode; rowData["Multiplier"] = fMultiplier; rowData["RegularPriceUS"] = replace(aryAAccess[6], ',', ''); rowData["RegularPriceCan"] = replace(aryAAccess[7], ',', ''); data1.push(rowData); } } } var postData = { oCItem: data1 }; $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: "ViewProduct.aspx/AddToCart", data: JSON.stringify(postData), // "{str: '" + JSON.stringify(data1) + "'}", dataType: "json", success: function (data) { document.location.href = "Cart.aspx"; } }); return true; } function ChangeModifierUI(obj) { var ilNum = $("#ctl00_MainContent_hidEditLineNum").val(); ChangeModifier(obj, ilNum); } function copyUROrderCodeToClipboard() { //alert('Good Morning'); var lyrOrdercode4Copy = document.getElementById('lyrOrdercode') var cpyOrderCode = lyrOrdercode4Copy.innerHTML var frmSelctedText = document.getElementById('lyrFirmwareRev'); var frmSelectedValue = frmSelctedText.innerHTML frmSelectedValue = frmSelectedValue.replace('<b>', ''); frmSelectedValue = frmSelectedValue.replace('</b>', ''); var el = document.createElement('textarea'); // Set value (string to be copied) //el.value = 'Subhankar'; el.value = 'Order Code: ' + cpyOrderCode + '\n' + frmSelectedValue; // Set non-editable to avoid focus and move outside of view el.setAttribute('readonly', ''); el.style = { position: 'absolute', left: '-9999px' }; document.body.appendChild(el); // Select text inside element el.select(); // Copy text to clipboard document.execCommand('copy'); // Remove temporary element document.body.removeChild(el); } function relatedProductSPAwithFactor(relModel, relProdObj) { for (i = 0; i < aryRelProd.length; i++) { if (aryRelProd[i].Model == relModel) { // alert(aryRelProd[i].Model); relProdObj.brelatdSPAFound = aryRelProd[i].brelatdSPAFound; relProdObj.rpSPAFactor = aryRelProd[i].rpSPAFactor; break; } } //alert(relProdObj.brelatdSPAFound); // alert(relProdObj.rpSPAFactor); } const ChangeOnUnassignedMode = (obj) => { let ilNum = $("#ctl00_MainContent_hidEditLineNum").val(); let currId = $("#ctl00_MainContent_drpCurrency").val(); let modifierId = $("#ctl00_MainContent_ModifierList").val(); ChangeEventUnassignedMode(obj, currId, modifierId, ilNum); } function bNeedToShowFw_ModLabel() { var breturn = false; if (isUR) { breturn = true; } else { var sModel = objViewProduct.Model; //DummySAP document.getElementById('ctl00_MainContent_hiddenFldConfig').value; if (sModel == '850') { breturn = true; } else if (sModel == '845') { breturn = true; } else if (sModel == '859') { breturn = true; } else if (sModel == '869') { breturn = true; } else if (sModel == '889') { breturn = true; } else if (sModel == 'B90D') { breturn = true; } else if (sModel == 'MMII') { breturn = true; } else if (sModel == 'PQMII') { breturn = true; } else if (sModel == 'RRTD') { breturn = true; } else if (sModel == 'G100') { breturn = true; } else if (sModel == 'G500') { breturn = true; } else if (sModel == 'H500') { breturn = true; } else if (sModel == 'D25') { breturn = true; } else if (sModel == 'iBox') { breturn = true; } else if (sModel == 'B30 UR CPU') { breturn = true; } else if (sModel == 'B90 UR CPU') { breturn = true; } else if (sModel == 'C30 UR CPU') { breturn = true; } else if (sModel == 'C60 UR CPU') { breturn = true; } else if (sModel == 'C70 UR CPU') { breturn = true; } else if (sModel == 'D30 UR CPU') { breturn = true; } else if (sModel == 'D60 UR CPU') { breturn = true; } else if (sModel == 'F35 UR CPU') { breturn = true; } else if (sModel == 'F60 UR CPU') { breturn = true; } else if (sModel == 'G30 UR CPU') { breturn = true; } else if (sModel == 'G60 UR CPU') { breturn = true; } else if (sModel == 'L30 UR CPU') { breturn = true; } else if (sModel == 'L60 UR CPU') { breturn = true; } else if (sModel == 'L90 UR CPU') { breturn = true; } else if (sModel == 'M60 UR CPU') { breturn = true; } else if (sModel == 'N60 UR CPU') { breturn = true; } else if (sModel == 'T35 UR CPU') { breturn = true; } else if (sModel == 'T60 UR CPU') { breturn = true; } else if (sModel == 'B3R') { breturn = true; } else if (sModel == 'B9R') { breturn = true; } else if (sModel == 'C3R') { breturn = true; } else if (sModel == 'C6R') { breturn = true; } else if (sModel == 'D3R') { breturn = true; } else if (sModel == 'G3R') { breturn = true; } else if (sModel == 'G6R') { breturn = true; } else if (sModel == 'L9R') { breturn = true; } else if (sModel == 'M6R') { breturn = true; } else if (sModel == 'T3R') { breturn = true; } else if (sModel == 'T6R') { breturn = true; } else if (sModel == 'F6R') { breturn = true; } else if (sModel == 'F3R') { breturn = true; } } return breturn; } </script> <style type="text/css"> select { outline: 0; /*overflow: hidden;*/ height: 20px; /*background: #f0f6f1;*/ color: #747a80; border: solid 1px #bebebe; /*padding: 5px 3px 5px 10px;*/ -webkit-border-radius: 6px; border-radius: 10px; width: 100%; } @-moz-document url-prefix() { select { -moz-appearance: none; border-radius: 0; -moz-border-radius: 0; padding-left: 3px; } } .ofootnotes, .ofootnotes A { font: 7pt Arial, Helvetica, sans-serif; } .title1 { FONT-FAMILY: Arial,Helvetica,sans-serif; FONT-SIZE: 18px; COLOR: #666; line-height: 18px; font-weight: normal; } </style> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$MainContent$scGeneral', 'aspnetForm', ['tctl00$MainContent$upGeneral',''], [], [], 90, 'ctl00'); //]]> </script> <div id="ctl00_MainContent_upGeneral"> <div class="panel panel-default panel-body"> <div class="breadcrumbs"> <style type="text/css"> .TDbreadcrumb, .subnav { padding-bottom:10px; font-size:12px; padding-left:3px; color:#005e60; } .TDbreadcrumb A:link, .TDbreadcrumb A:active {TEXT-DECORATION:none;} </style> <span class="TDbreadcrumb"><a href='Home.aspx'>Store</a> <img src='/images/DE/ProdCat-ArrowOn.gif' style='margin-left:4px; margin-right:4px'> <a href='../../Multilin/Front.aspx'>Protection & Control</a> <img src='/images/DE/ProdCat-ArrowOn.gif' style='margin-left:4px; margin-right:4px'> <a href='../ProductCategory.aspx?CatId=3&ProdCatId=24'>Feeder Protection</a> <img src='/images/DE/ProdCat-ArrowOn.gif' style='margin-left:4px; margin-right:4px'> <a href='../SubProductCategory.aspx?CatId=3&ProdCatId=24&ProdID=1145'>Transmission & Sub-Transmission Modular Protection</a><img src='/images/DE/ProdCat-ArrowOn.gif' style='margin-left:4px; margin-right:4px'> <a href='../ViewProduct.aspx?Model=P143'>P143 Feeder management Relay with Autoreclose & Check Synchronizing</a></span> </div> <br /> <script type="text/javascript"> function ShowSelectCustMsg(obj) { var sURL = window.location.href; if (sURL.indexOf("Cart") > 0 || sURL.indexOf("cart") > 0) { var errMsg = "Please note that changing the customer may cause some items to be removed from the shopping cart or required to be reconfigured. Click 'OK' to proceed."; return confirm(errMsg); } return true; } </script> <div style="padding-left: 10px; padding-bottom: 10px;"> <span id="ctl00_MainContent_lblTitle" class="title1">Configure your P143 Feeder management Relay with Autoreclose & Check Synchronizing</span><input type="hidden" name="ctl00$MainContent$hidEditLineNum" id="ctl00_MainContent_hidEditLineNum" value="0" /> </div> <div class="Product"> <table border="0" style="width: 100%;"> <tr> <td style="padding-left: 10px; padding-bottom: 10px; border: none;"> <table width="100%" border="0px"> <tr> <td style="width: 55%;"> <div class="ordercodebox"> <table cellpadding="0" cellspacing="0" style="height: 150px; border-radius: 15px; border: none; width: 480px;"> <tr> <td style="padding-left: 12px; padding-top: 2px; padding-bottom: 10px; vertical-align: top; text-align: left; width: 127px"> <table width="129" height="118" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="padding-left: 5px; vertical-align: top; width: 109px"> <input type="hidden" name="ctl00$MainContent$hidCasualLoginAllow" id="ctl00_MainContent_hidCasualLoginAllow" /> <span id="ctl00_MainContent_lblProdPrice" style="visibility: hidden;">$140.100006103516</span><br /> <span id="lyrAmount" class="Amount" style="float: left;"></span> <span id="lyrNoAmount" class="Amount" style="float: left; display: none;">Contact US</span> <br /> <span id="lblPriceComment" class="normal" style="float: left;">List Price ($US)</span> </td> </tr> <tr> <td align="left"> <br /> <a class="itemBox" data-toggle="modal" data-target="#myModal" id="btnlogin" name="btnlogin">Login</a> <div id="lyrNoAddCart" class="normal"></div> </tr> <tr> <td> <a id="ctl00_MainContent_btnAddToCart" class="buyNowButton" name="btnAddToCart" onclick="AddItemToCart()">Add To Cart</a> <a href="http://www.gegridsolutions.com/contact.htm?loc=2 " style="display: none; padding-left: 7px; padding-top: 5px;" id="A1" target="_blank" class="normalLink"><b>Contact MDS</b></a> </td> </tr> </tbody> </table> </td> <td width="12" align="left" valign="middle"> <img src="../images/DE/Config-BG-Divide.gif" width="1" height="109"></td> <td width="250" align="left" valign="top" style="padding-top: 12px;"> <div class="normal"><b>Order Code</b></div> <div class="normal" id="lyrOrdercode"></div> <div class="normal" id="StdLTCaption" style="margin-top: 12px;"><b style="color: red">Estimated Manufacturing Lead Time</b></div> <div class="normal" id="StdLT1" style="margin-top: 4px;"></div> </div> <div class="normal" style="margin-top: 15px;"> <img src="/images/DE/Config-ProdInfo.gif" id="ctl00_MainContent_imgprodinfolnk" width="17" height="18" align="absmiddle" /> <a href="http://www.gegridsolutions.com/AlstomEnergy/grid/products-services/product-catalogue/electrical-grid-new/digital-substation/substation-automation/agile-protection-relays/micom-alstom-p14x/" id="ctl00_MainContent_Prodinfolnk" target="_blank" class="normalLink">Product Info</a> <img src="/images/DE/Config-SalesOff.gif" id="ctl00_MainContent_imgofficeurllnk" width="16" height="17" align="absmiddle" /> <a href="https://www.gegridsolutions.com/multilin/salesoff.htm" id="ctl00_MainContent_officeurllnk" target="_blank" class="normalLink">Local Sales Office</a> </div> </td> </tr> <tr> <td colspan="3"> <div class="normal" style="margin-top: 15px; text-align: justify"> </div> </td> </tr> </table> </div> </td> <td style="text-align: center; vertical-align: top; padding-top: 5px; border: 0px" class="image-product"> <img src="/prodimages/P143.jpg" id="ProductImage" border="0" class="image-product" /> </br> </td> </tr> </table> </td> </tr> </table> </div> <div id="product-information" style="display: none;"> </div> <div id="dialog" class="modal" style="display: none"> <div id="dvNote"> <p style="color: red; font-weight: bold;">*NOTE: Please enter number of Units</p> </div> <div id="dvTable"></div> <div id="ctl00_MainContent_InfoDiv"> <label id="lblpertier" style="padding-top: 2%; font-weight: bold; font-size: 120%;">Perception License Tier</label> <img src="../images/question.gif" id="imgDivInfo" title="Tier Range" alt="Test fold :" style="padding-bottom: 1%;" /> <label id="lblpertierResult" style="color: green; font-size: x-large;">: </label> </div> </div> <div id="dvinfotable"></div> <div id="dvRelatedProductLink" style="display: none"></div> <section class="panel panel-default Product " style="font-size: small;"> <header class="panel-heading"> <h3 class="panel-title" id="prodoption">Product Options</h3> <div id="ctl00_MainContent_fldservInfo"> <span class="showonhover"> <img src="../images/question.gif" onmouseout="$('#fldservDefInfo').hide();" onmouseover="$('#fldservDefInfo').show();" class="imgicon" id="imgfldservInfo" /> <div id="fldservDefInfo" style="position: absolute; z-index: 10; left: 220px; width: 50%; border: 3px solid #8AC007; background-color: #E2E2E2; display: none;"> </div> </span> </div> </header> <div id="product-options" style="padding-left: 20px;" class="panel-body"> </div> <div id="product-display" style="padding-left: 20px;" class="panel-body"> </div> </section> <section class="panel panel-default Product" style="font-size: small;" id="section_spoption"> <header class="panel-heading"> <h3 class="panel-title" id="spoption">Special Options</h3> <div id="ctl00_MainContent_spmCommissionInfo"> <span class="showonhover"> <img src="../images/question.gif" onmouseout="$('#commissioningInfo').hide();" onmouseover="$('#commissioningInfo').show();" class="imgicon" id="imgComInfo" /> <div id="commissioningInfo" style="position: absolute; z-index: 10; left: 220px; width: 50%; border: 3px solid #8AC007; background-color: #E2E2E2; display: none;"> <div style='margin-bottom: 3px'><b><span class="superscript">*</span>WHAT IS PROVIDED WHEN YOU PURCHASE A KELMAN INSTALLATION:</b></div> Unless otherwise agreed in writing by GE, the installation of a Kelman on-line monitor includes the following:<br> · One GE installation engineer to complete installation (Not to Exceed 8 hours per day or a maximum of two consecutive weekdays.)<br> · Travel Expense to the installation Site<br> · Lodging, and meals for the engineer to complete the installation (Not to exceed two consecutive weekdays)<br> · If more than two days required then an additional 1,600 $USD per day will be charged (Includes T&L) <br> · Connection and leak testing of the ¼” stainless steel tubing connecting the unit to the transformer.<br> · All ties and clamps required to securely affix the tubing to the transformer and structure.<br> · Any electrical connections within the on-line monitor.<br> · Clean up of all debris related to the installation<br> · The commissioning and initial test of the on-line monitor.<br> <br /> <div style='margin-bottom: 3px'><b><span class="superscript">*</span>WHAT IS PROVIDED WHEN YOU PURCHASE A KELMAN COMMISSIONING:</b></div> Unless otherwise agreed in writing by GE, the commissioning of a Kelman on-line monitor includes the following: <br> · One GE installation engineer to complete installation (Not to Exceed 8 hours per day or a maximum of two consecutive weekdays.) <br> · Travel Expense to the installation Site <br> · Lodging, and meals for the engineer to complete the installation (Not to exceed two consecutive weekdays) <br> · If more than two days required then an additional 1,600 $USD per day will be charged (Includes T&L) <br> · Connection and leak testing of the ¼” stainless steel tubing connecting the unit <br> · Any electrical connections within the on-line monitor. <br> · The commissioning and initial test of the on-line monitor.<br> </div> </span> </div> </header> <div id="special-options" style="padding-left: 20px;"> </div> </section> <section class="panel panel-default Product" style="font-size: Small; padding: 5px 5px 5px 5px;" id="section_relateditems"> <header class="panel-heading"> <h3 class="panel-title" id="rproduct">Related Products</h3> </header> <div id="related-options" style="padding-left: 20px;"> </div> </section> <br /> <input type="hidden" name="ctl00$MainContent$olsmodel" id="olsmodel" /> <input type="hidden" name="ctl00$MainContent$olsLookup" id="olsLookup" /> <input type="hidden" name="ctl00$MainContent$olsProdCode" id="olsProdCode" /> <input type="hidden" name="ctl00$MainContent$olsdescription" id="olsdescription" /> <input type="hidden" name="ctl00$MainContent$olsisdigital" id="olsisdigital" /> <input type="hidden" name="ctl00$MainContent$olsordercode" id="olsordercode" /> <input type="hidden" name="ctl00$MainContent$olstotalprice" id="olstotalprice" /> <input type="hidden" name="ctl00$MainContent$olslistprice" id="olslistprice" /> <input type="hidden" name="ctl00$MainContent$olslistpriceother" id="olslistpriceother" /> <input type="hidden" name="ctl00$MainContent$olsbreakdown" id="olsbreakdown" /> <input type="hidden" name="ctl00$MainContent$olsoptions" id="olsoptions" /> <input type="hidden" name="ctl00$MainContent$olsconfigurl" id="olsconfigurl" /> <input type="hidden" name="ctl00$MainContent$olseditmode" id="olseditmode" /> <input type="hidden" name="ctl00$MainContent$olsmodprices" id="olsmodprices" /> <input type="hidden" name="ctl00$MainContent$olsbominfo" id="olsbominfo" /> <input type="hidden" name="ctl00$MainContent$olsbominfo2" id="olsbominfo2" /> <input type="hidden" name="ctl00$MainContent$olsproductline" id="olsproductline" /> <input type="hidden" name="ctl00$MainContent$olsQuantity" id="olsQuantity" /> <input type="hidden" name="ctl00$MainContent$olspid" id="olspid" /> <input type="hidden" name="ctl00$MainContent$olsTRLocation" id="olsTRLocation" /> <input type="hidden" name="ctl00$MainContent$olsAArray" id="olsAArray" /> <input type="hidden" name="ctl00$MainContent$olsAddLT" id="olsAddLT" /> <input type="hidden" name="ctl00$MainContent$olscbk" id="olscbk" /> <input type="hidden" name="ctl00$MainContent$olsRegularPriceUS" id="olsRegularPriceUS" /> <input type="hidden" name="ctl00$MainContent$olsRegularPriceCan" id="olsRegularPriceCan" /> <input type="hidden" name="ctl00$MainContent$hdnmodel" id="hdnmodel" value="0" /> <input type="hidden" name="ctl00$MainContent$hdncode" id="hdncode" value="0" /> <input type="hidden" name="ctl00$MainContent$swOptions" id="swOptions" /> <input type="hidden" name="ctl00$MainContent$hdnInterNationalMKMUSRForMnD" id="hdnInterNationalMKMUSRForMnD" /> <input type="hidden" name="ctl00$MainContent$hdDSTT" id="hdDSTT" /> <input type="hidden" name="ctl00$MainContent$hdnMX350Restricted" id="hdnMX350Restricted" value="0" /> <input type="hidden" name="ctl00$MainContent$hdnMnDCalParamValues" id="hdnMnDCalParamValues" /> <input type="hidden" name="ctl00$MainContent$hdnMnDCalAcceptndCloses" id="hdnMnDCalAcceptndCloses" /> <input type="hidden" name="ctl00$MainContent$hdnMnDCalTireValue" id="hdnMnDCalTireValue" /> <input type="hidden" name="ctl00$MainContent$hdnPQPNoShowPriceLeadTime" id="hdnPQPNoShowPriceLeadTime" value="0" /> <input type="hidden" name="ctl00$MainContent$hdnAdd_UpdateCartClick" id="hdnAdd_UpdateCartClick" value="false" /> </div> <div id="ctl00_MainContent_upProgress" style="display:none;"> <div class="centered"> <img src="../images/load.gif" /> </div> </div> <center> <span style="font-size: x-small; font-family: Arial,Helvetica;"> <a href="../termEM104-Grid.pdf" target="_blank">Grid Solutions Terms & Conditions of Sale</a> </span> </center> </td> </tr> <tr> <td> <br /> </td> </tr> </table> </div> <div class="clear" /> </div> <div id="foot" style="text-align: center;"> <div id="ctl00_divTerms" style="display: inline-block;"><a href='#' onclick=javascript:privacy_click('/termEM104-Grid.pdf');><font color='#666666'>Grid Solutions Terms & Conditions of Sale</font></a> | </div> <div id="ctl00_divFootLinks" style="display: inline-block;"> <a href="#" onclick="javascript:privacy_click('https://www.ge.com/privacy');"> <font color="#666666">Privacy Policy</a> | <a href="#" onclick="javascript:privacy_click('http://www.GEGridSolutions.com/multilin/terms_of_use.htm');"> <font color="#666666">Website Terms of Use</font></a> | <a href="#" onclick="javascript:reg_click('/regulatory.htm');"><font color="#666666">International Regulatory Notice</font></a> | Copyright © General Electric Company 2017 </div> </div> <div id="dMsgs"> <label id="errormsg" style="color: Green;"> </label> </div> <div id="dMsgsV2" title="Welcome"> <label id="lblMsg" style="color: Green;"> </label> </div> <div id="dMsgsV3" title="Quote Confirmation"> <label id="lblMsg3" style="color: Green;"> </label> </div> <input type="submit" name="ctl00$btnHidden_login" value="" id="ctl00_btnHidden_login" style="display: none;" /> <input type="submit" name="ctl00$btnHidden_logout" value="" id="ctl00_btnHidden_logout" style="display: none;" /> <input type="submit" name="ctl00$btnDisableEnter" value="" onclick="return false;" id="ctl00_btnDisableEnter" style="display: none;" /> <script type="text/javascript"> var _gaq = _gaq || []; var _DEOLS = [] _DEOLS.push(['_setAccount', 'UA-3461894-3'], ['_setCustomVar', 1,'UserType','public',2], ['_setCustomVar', 2,'CustType','',2], ['_trackPageview'] ); _gaq.push(_DEOLS[0], _DEOLS[1], _DEOLS[2], _DEOLS[3] ) var geDeHost = document.location.hostname.toString().toLowerCase(); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script async src=https://www.googletagmanager.com/gtag/js?id=G-4H83GCC12E></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4H83GCC12E'); </script> <script type="text/javascript">var AllRules = new Array(); var iTableID = new Array(7, 9); xxx = new sct(0, 0, 0, 0, 0, 0, 0); var OPT = new Array(); var Product = new Array(); var ProductOptPricing = []; var Options = []; var SCT = new Array(); var SCTfootnote = new Array(); var aryRelProd = []; var aryItemQty = []; var LTadd = []; var arrayRelItem = []; var True=true; var False=false; var ModPrice = new Array(); var PrevModPrice = 0.0; var bMODPriceUpdate = False; var bMOD872PriceUpdate = False; var bOptSep = False; var ProductsID = '3762'; var iMultiID = '13'; var sBuzz = 'M'; var sPlantCode = 'ALS'; var sGoSch = 'SMS-001'; var sProdFamily = 'P14X'; var bByPassDSTT = False; var isCartContainSASRTU = False; var newModel = 'P143'; var sModel = 'P143'; var ProdDescription = 'P143 - Feeder Management Relay with autoreclose & synchronising'; var sCustcode = ''; var sCurrency = 'USD'; var nUSConvert = '1.00000'; var sOptionsTitle = 'Special Options'; var sProdOptTitle = 'Product Options'; var CurrName = '$US'; var SPRProductLine = 'SMS-001'; var sSubline = 'P14X'; var iProdID = '3762'; var isDigital = 'False'; var TRLocation = ''; var Mfootnote = ''; var Ofootnote = '<p><br></p>'; var fProdsubmit = True; var sMessage = ''; var InternetDirectory = ''; var ModelBusiness = 'M'; var isSRupgrade = False; var isFRupgrade = False; var isSRupgrade735 = False; var isFRupgrade489 = False; var isConfigureNeeded = False; var isSrUpgrade745 = False; var Rules = [], RulesIf = [], RulesThen = [], RulesDef = []; Rules[0] = new rules(0, 0, '', true, true, true, false); RulesIf[0] = new rif(0, 0, 0, 0, false, false, 0, true, true); RulesThen[0] = new rulesthen(0, 0, 0, 0, 0, 0, 0, true, true); var NS4 = (document.layers) ? 1 : 0; var IE4 = (document.all) ? 1 : 0; var NS7 = navigator.userAgent.indexOf('Gecko') != -1; var IE5 = (parseInt(navigator.appVersion.substring(navigator.appVersion.indexOf('MSIE') + 5)) >= 5) ? 1 : 0; var NS3 = (parseFloat(navigator.appVersion) >= 3.04); var PageDrawn=false; var bSwitch = False; var bCourse = False; var iEditMode = -1; var bPrices = True; var arySecAvail = []; var aryProdAvail = []; var EditMode = -1; var sDST = 'M'; var PP = 140.10; var PLP = 140.10; var PLPC = 183.53; var PLPU = 140.10; Stencil=new sct(); var aryOrderCode=new Array(); var RuleDefaultsArray = []; var CurrSymbol='$'; var frmMain, orderCode, orderPrice, aryQRules=[]; var isCanadian = False; var bIsCanadian = False; var CurrIsAfter = False; var sMultiplierName ='List'; var fMultiplier=1; var bSPAFound = False; var bCatSPAFound = False; var iLT = 20; var iLTbase = 20; var isUR = False; var bAccTitleShown = False; var bShowEstPrice = False; var bShowNoPrice = False; var bLoginForPrice = False; var isSmartMeter = False; var isD20 = False; var bHidePricePublic = False; var bHidePriceLogin = False; var CustLogin = False; var bShowTags = False; var configurationsel = ''; var sOfficesURL = 'https://www.gegridsolutions.com/multilin/salesoff.htm'; var sSalesEmail = 'sales.multilin@ge.com'; var bIsMandD = False; var bCrossSellAvail = True; var queryModel = 'P143'; var bisMnDSplAgent = False; var bIsByPassMnDComissionMandate = False; var sUserRegion = ''; var isAllowAdditional = False; var URCRules = new Array(); var total_URinput = 0; var total_URoutput = 0; var depOrderCode=''; SCT[1]=new sct(18727,'P143','','HIDE',false,1,0,'0',15,'0','10','ANY',1,'','',0,0);SCT[2]=new sct(18728,'Design Suffix','','DROP',false,2,0,'0',15,'0','10','ANY',2,'','',0,0);SCT[3]=new sct(18729,'Software Option','','DROP',false,3,0,'0',15,'0','10','ANY',3,'','',0,0);SCT[4]=new sct(18730,'Vx Auxiliary Rating','','DROP',false,4,0,'0',15,'0','10','ANY',4,'','',0,0);SCT[5]=new sct(18731,'In/Vn Rating','','DROP',false,5,0,'0',15,'0','10','ANY',5,'','',0,0);SCT[6]=new sct(18732,'Hardware Options','','DROP',false,6,0,'0',15,'0','10','ANY',6,'','',0,0);SCT[7]=new sct(18733,'Product Specific Option','','DROP',false,7,0,'0',15,'0','10','ANY',7,'','',0,0);SCT[8]=new sct(18734,'Protocol / Communications Options','','DROP',false,8,0,'0',15,'0','10','ANY',8,'','',0,0);SCT[9]=new sct(18735,'Mounting Option','','DROP',false,9,0,'0',15,'0','10','ANY',9,'','',0,0);SCT[10]=new sct(18736,'Multilingual Language Option','','DROP',false,10,0,'0',15,'0','10','ANY',10,'','',0,0);SCT[11]=new sct(18737,'','','DROP',false,11,0,'0',15,'0','10','ANY',11,'','',1,0);SCT[12]=new sct(18738,'Customization','','DROP',false,12,0,'0',15,'0','10','ANY',12,'','',0,0);SCT[13]=new sct(18739,'','','DROP',false,13,0,'0',15,'0','10','ANY',13,'','',1,0);var iMaxCode = 13; iMaxTag = 0;Product.push(new prdct(18728,2,'DROP','','',30134,83755,'P: CPU3 Main processor, Cyber Security, with Hotkeys plus Dual Characteristic Optos',True,1001,False,0,0,0,0));Product.push(new prdct(18728,2,'DROP','','',29532,83754,'J: CPU2 With Dual characteristic opto inputs, IEC61850, InterMICOM',True,1002,False,0,0,0,0));Product.push(new prdct(18729,3,'DROP','','',39186,102097,'91 – IEC61850 Ed. 1 & 2, Cybersecurity with RBAC/Radius/Syslog, Fixed-Length GOOSE added, GE Rebrand favoured model',True,1001,False,-59.31,-59.31,-77.6961,0));Product.push(new prdct(18729,3,'DROP','','',30043,83759,'61 - Initial P Hardware; IEC61850 Edition 2, IEEE 1588 PTP time synch',True,1002,False,-29.65,-29.65,-38.8415,0));Product.push(new prdct(18729,3,'DROP','','',34825,92673,'52- SOV, Additional U/O Volt. Stages',True,1003,False,-29.65,-29.65,-38.8415,0));Product.push(new prdct(18729,3,'DROP','','',29582,83756,'51 - Switch Control function, IEC 61850 support for Switch Control',True,1005,False,118.6,118.6,155.366,0));Product.push(new prdct(18730,4,'DROP','7','7',29538,83760,'24 - 54Vdc',True,1001,False,0,0,0,0));Product.push(new prdct(18730,4,'DROP','8','8',29539,83761,'48 - 125Vdc (40 - 100Vac)',True,1002,False,0,0,0,0));Product.push(new prdct(18730,4,'DROP','9','9',29540,83762,'110 - 250Vdc (100 - 240Vac)',True,1003,False,0,0,0,0));Product.push(new prdct(18731,5,'DROP','1','1',29541,83814,'In = 1/5A, Vn = 100 - 120Vac',True,1001,False,0,0,0,0));Product.push(new prdct(18732,6,'DROP','1','1',29543,83763,'Standard - None',True,1001,False,0,0,0,0));Product.push(new prdct(18732,6,'DROP','2','2',29544,83764,'IRIG-B Only (Modulated)',True,1002,False,308.4,308.4,404.004,0));Product.push(new prdct(18732,6,'DROP','4','4',29546,83766,'Fibre Optic Port (ST) for SCADA Protocols (Courier,Modbus,IEC60870-5-103 or DNP3) + IRIG-B modulated',True,1004,False,461.4,461.4,604.434,0));Product.push(new prdct(18732,6,'DROP','6','6',29548,83767,'Ethernet (100 Mbps) ',True,1006,False,883.33,883.33,1157.1623,0));Product.push(new prdct(18732,6,'DROP','7','7',29549,83768,'Second Rear Comms Port ',True,1007,False,804.21,804.21,1053.5151,0));Product.push(new prdct(18732,6,'DROP','A','A',29551,83770,'Ethernet (100Mbit/s) plus IRIG-B (Modulated)',True,1009,False,939.71,939.71,1231.0201,0));Product.push(new prdct(18732,6,'DROP','B','B',29552,83771,'Ethernet (100Mbit/s) plus IRIG-B (Un-modulated)',True,1010,False,939.71,939.71,1231.0201,0));Product.push(new prdct(18732,6,'DROP','F','F',29555,83774,'InterMiCOM + Courier Rear Port + IRIG-B modulated',True,1013,False,1113.79,1113.79,1459.0649,0));Product.push(new prdct(18732,6,'DROP','J','J',29558,83777,'Redundant Ethernet RSTP, 2 multi-mode fibre ports + Modulated IRIG-B ',True,1016,False,1868.16,1868.16,2447.2896,0));Product.push(new prdct(18732,6,'DROP','K','K',29559,83778,'Redundant Ethernet RSTP, 2 multi-mode fibre ports + Un-modulated IRIG-B ',True,1017,False,1868.16,1868.16,2447.2896,0));Product.push(new prdct(18732,6,'DROP','N','N',29562,83781,'Redundant Ethernet PRP/HSR, 2 fibre ports + Modulated IRIG-B',True,1020,False,1868.16,1868.16,2447.2896,0));Product.push(new prdct(18732,6,'DROP','P','P',29563,83782,'Redundant Ethernet PRP/HSR, 2 fibre ports + Unmodulated IRIG-B',True,1021,False,1868.16,1868.16,2447.2896,0));Product.push(new prdct(18732,6,'DROP','R','R',38890,101348,'Redundant Ethernet PRP/HSR/RSTP/Failover, 2 multi-mode fibre ports + Modulated/Un-Modulated IRIG-B',True,1025,False,2265.44,2265.44,2967.7264,0));Product.push(new prdct(18732,6,'DROP','S','S',38891,101349,'Redundant Ethernet PRP/HSR/RSTP/Failover, 2 copper ports RJ45 + Modulated/Un-Modulated IRIG-B',True,1026,False,2265.44,2265.44,2967.7264,0));Product.push(new prdct(18732,6,'DROP','T','T',38892,101350,'Redundant Ethernet PRP/HSR/RSTP/Failover, 1 copper port RJ45 + 1 multi-mode fibre port + Modulated/Un-Modulated IRIG-B',True,1027,False,1615.33,1615.33,2116.0823,0));Product.push(new prdct(18733,7,'DROP','A','A',30138,83827,'60TE Case, 16 inputs & 14 relay outputs',True,1005,False,5914.1,5914.1,7747.471,0));Product.push(new prdct(18733,7,'DROP','C','C',30137,83826,'60TE case, 24 inputs & 14 output relays ',True,1006,False,6379.06,6379.06,8356.5686,0));Product.push(new prdct(18733,7,'DROP','D','D',30136,83825,'60TE case, 16 inputs & 22 output relays ',True,1007,False,6265.18,6265.18,8207.3858,0));Product.push(new prdct(18733,7,'DROP','E','E',29586,83817,'60TE case, 24 logic inputs & 22 relay outputs',True,1009,False,6731.33,6731.33,8818.0423,0));Product.push(new prdct(18733,7,'DROP','F','F',29587,83816,'60TE case, 32 logic inputs & 14 relay outputs',True,1010,False,6669.67,6669.67,8737.2677,0));Product.push(new prdct(18733,7,'DROP','G','G',29588,83818,'60TE Case, 16 logic inputs & 30 relay outputs',True,1011,False,6617.46,6617.46,8668.8726,0));Product.push(new prdct(18733,7,'DROP','H','H',29589,83819,'60TE Case, 16 logic inputs & 18 relay outputs (including 4 High Break)',True,1012,False,6428.89,6428.89,8421.8459,0));Product.push(new prdct(18733,7,'DROP','J','J',29590,83820,'60TE Case, 24 logic inputs & 18 relay outputs (including 4 High Break)',True,1013,False,6893.84,6893.84,9030.9304,0));Product.push(new prdct(18733,7,'DROP','K','K',29591,83821,'60TE Case, 16 logic inputs & 26 relay outputs (including 4 High Break)',True,1014,False,7132.26,7132.26,9343.2606,0));Product.push(new prdct(18733,7,'DROP','L','L',29592,83822,'60TE Case, 16 logic inputs & 22 relay outputs (including 8 High Break)',True,1032,False,6779.99,6779.99,8881.7869,0));Product.push(new prdct(18733,7,'DROP','M','M',29593,83823,'80TE Case, 32 logic inputs & 32 relay outputs',True,1033,False,7548.58,7548.58,9888.6398,0));Product.push(new prdct(18733,7,'DROP','P','P',29594,83824,'80TE Case, 48 logic inputs & 16 relay outputs',True,1034,False,7953.08,7953.08,10418.5348,0));Product.push(new prdct(18734,8,'DROP','1','1',29569,83783,'K-Bus',True,1001,False,0,0,0,0));Product.push(new prdct(18734,8,'DROP','2','2',29570,83784,'Modbus',True,1002,False,0,0,0,0));Product.push(new prdct(18734,8,'DROP','3','3',29571,83785,'IEC 60870-5-103 (VDEW)',True,1003,False,0,0,0,0));Product.push(new prdct(18734,8,'DROP','4','4',29572,83786,'DNP3.0',True,1004,False,0,0,0,0));Product.push(new prdct(18734,8,'DROP','6','6',29574,83787,'IEC 61850 over Ethernet and Courier via rear K-Bus/RS485',True,1006,False,0,0,0,0));Product.push(new prdct(18734,8,'DROP','7','7',29575,83788,'IEC61850 over ethernet with CS103 rear port RS485 protocol',True,1007,False,0,0,0,0));Product.push(new prdct(18734,8,'DROP','8','8',29576,83789,'DNP3 over Ethernet with Courier rear port K-Bus/RS485 protocol',True,1008,False,0,0,0,0));Product.push(new prdct(18735,9,'DROP','S','S',39184,102098,'Flush/Panel Mounting with Harsh Env. Coating, with USB Port, Black and Silver Front Panel',True,1003,False,0,0,0,0));Product.push(new prdct(18735,9,'DROP','T','T',39188,102099,'19" Rack Mounting with Harsh Env. Coating, with USB Port, Black and Silver Front Panel',True,1004,False,0,0,0,0));Product.push(new prdct(18736,10,'DROP','0','0',29578,83791,'English, French, German, Spanish',True,1001,False,0,0,0,0));Product.push(new prdct(18736,10,'DROP','5','5',29579,83792,'English, French, German, Russian',True,1002,False,0,0,0,0));Product.push(new prdct(18736,10,'DROP','7','7',29580,83793,'English, Italian, Polish and Portuguese ',True,1003,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','91','91',39185,102100,'',True,1001,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','52','52',34826,92674,'',True,1002,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','61','61',30059,83798,'',True,1003,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','51','51',30058,83795,'',True,1005,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','50','50',30060,83796,'',True,1006,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','46','46',30061,83797,'',True,1007,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','44','44',30062,83829,'',True,1008,False,0,0,0,0));Product.push(new prdct(18737,11,'DROP','41','41',30065,83832,'',True,1011,False,0,0,0,0));Product.push(new prdct(18738,12,'DROP','0','0',29583,83799,'Default',True,1001,False,0,0,0,0));Product.push(new prdct(18738,12,'DROP','A','A',29584,83800,'Customer Specific',True,1002,False,157.75,157.75,206.6525,0));Product.push(new prdct(18739,13,'DROP','P','P',30135,83802,'',True,1001,False,0,0,0,0));Product.push(new prdct(18739,13,'DROP','J','J',30072,83801,'',True,1002,False,0,0,0,0));Rules[1]=new rules(10840,3762,'DS J',false,false);RulesIf[1]=new rif(35769,10840,83754,9,true,false,2);RulesIf[1].Rules=1;Rules[1].RulesIf=[1];RulesThen[1]=new rulesthen(164098,10840,83759,9,false,false,3,'','','','');RulesThen[1].Rules=1;RulesThen[2]=new rulesthen(245994,10840,102097,9,false,false,3,'','','','');RulesThen[2].Rules=1;RulesThen[3]=new rulesthen(163869,10840,83802,9,false,false,13,'','','','');RulesThen[3].Rules=1;Rules[1].RulesThen=[1,2,3];Rules[2]=new rules(10842,3762,'DS P',false,false);RulesIf[2]=new rif(35771,10842,83755,9,true,false,2);RulesIf[2].Rules=2;Rules[2].RulesIf=[2];RulesThen[4]=new rulesthen(164101,10842,83756,9,false,false,3,'','','','');RulesThen[4].Rules=2;RulesThen[5]=new rulesthen(164102,10842,83757,9,false,false,3,'','','','');RulesThen[5].Rules=2;RulesThen[6]=new rulesthen(164103,10842,83758,9,false,false,3,'','','','');RulesThen[6].Rules=2;RulesThen[7]=new rulesthen(164104,10842,83804,9,false,false,3,'','','','');RulesThen[7].Rules=2;RulesThen[8]=new rulesthen(164107,10842,83807,9,false,false,3,'','','','');RulesThen[8].Rules=2;RulesThen[9]=new rulesthen(164108,10842,83808,9,false,false,3,'','','','');RulesThen[9].Rules=2;RulesThen[10]=new rulesthen(197382,10842,92673,9,false,false,3,'','','','');RulesThen[10].Rules=2;RulesThen[11]=new rulesthen(163873,10842,83801,9,false,false,13,'','','','');RulesThen[11].Rules=2;Rules[2].RulesThen=[4,5,6,7,8,9,10,11];Rules[3]=new rules(10843,3762,'SW 61',false,false);RulesIf[3]=new rif(35772,10843,83759,9,true,false,3);RulesIf[3].Rules=3;Rules[3].RulesIf=[3];RulesThen[12]=new rulesthen(243081,10843,101348,9,false,false,6,'','','','');RulesThen[12].Rules=3;RulesThen[13]=new rulesthen(243082,10843,101349,9,false,false,6,'','','','');RulesThen[13].Rules=3;RulesThen[14]=new rulesthen(243083,10843,101350,9,false,false,6,'','','','');RulesThen[14].Rules=3;RulesThen[15]=new rulesthen(163880,10843,83833,9,false,false,11,'','','','');RulesThen[15].Rules=3;RulesThen[16]=new rulesthen(163881,10843,83832,9,false,false,11,'','','','');RulesThen[16].Rules=3;RulesThen[17]=new rulesthen(163884,10843,83829,9,false,false,11,'','','','');RulesThen[17].Rules=3;RulesThen[18]=new rulesthen(163885,10843,83797,9,false,false,11,'','','','');RulesThen[18].Rules=3;RulesThen[19]=new rulesthen(163886,10843,83796,9,false,false,11,'','','','');RulesThen[19].Rules=3;RulesThen[20]=new rulesthen(163887,10843,83795,9,false,false,11,'','','','');RulesThen[20].Rules=3;RulesThen[21]=new rulesthen(185241,10843,92674,9,false,false,11,'','','','');RulesThen[21].Rules=3;RulesThen[22]=new rulesthen(246002,10843,102100,9,false,false,11,'','','','');RulesThen[22].Rules=3;Rules[3].RulesThen=[12,13,14,15,16,17,18,19,20,21,22];Rules[4]=new rules(10844,3762,'SW 51',false,false);RulesIf[4]=new rif(35773,10844,83756,9,true,false,3);RulesIf[4].Rules=4;Rules[4].RulesIf=[4];RulesThen[23]=new rulesthen(271867,10844,83782,9,false,false,6,'','','','');RulesThen[23].Rules=4;RulesThen[24]=new rulesthen(271868,10844,83781,9,false,false,6,'','','','');RulesThen[24].Rules=4;RulesThen[25]=new rulesthen(271869,10844,83778,9,false,false,6,'','','','');RulesThen[25].Rules=4;RulesThen[26]=new rulesthen(271870,10844,83777,9,false,false,6,'','','','');RulesThen[26].Rules=4;RulesThen[27]=new rulesthen(163888,10844,83798,9,false,false,11,'','','','');RulesThen[27].Rules=4;RulesThen[28]=new rulesthen(163894,10844,83833,9,false,false,11,'','','','');RulesThen[28].Rules=4;RulesThen[29]=new rulesthen(163895,10844,83832,9,false,false,11,'','','','');RulesThen[29].Rules=4;RulesThen[30]=new rulesthen(163898,10844,83829,9,false,false,11,'','','','');RulesThen[30].Rules=4;RulesThen[31]=new rulesthen(163899,10844,83797,9,false,false,11,'','','','');RulesThen[31].Rules=4;RulesThen[32]=new rulesthen(163900,10844,83796,9,false,false,11,'','','','');RulesThen[32].Rules=4;RulesThen[33]=new rulesthen(185238,10844,92674,9,false,false,11,'','','','');RulesThen[33].Rules=4;RulesThen[34]=new rulesthen(246000,10844,102100,9,false,false,11,'','','','');RulesThen[34].Rules=4;Rules[4].RulesThen=[23,24,25,26,27,28,29,30,31,32,33,34];Rules[5]=new rules(10845,3762,'SW 50',false,false);RulesIf[5]=new rif(35774,10845,83757,9,true,false,3);RulesIf[5].Rules=5;Rules[5].RulesIf=[5];RulesThen[35]=new rulesthen(243075,10845,101348,9,false,false,6,'','','','');RulesThen[35].Rules=5;RulesThen[36]=new rulesthen(243076,10845,101349,9,false,false,6,'','','','');RulesThen[36].Rules=5;RulesThen[37]=new rulesthen(243077,10845,101350,9,false,false,6,'','','','');RulesThen[37].Rules=5;RulesThen[38]=new rulesthen(164244,10845,83824,9,false,false,7,'','','','');RulesThen[38].Rules=5;RulesThen[39]=new rulesthen(163901,10845,83798,9,false,false,11,'','','','');RulesThen[39].Rules=5;RulesThen[40]=new rulesthen(163902,10845,83795,9,false,false,11,'','','','');RulesThen[40].Rules=5;RulesThen[41]=new rulesthen(163908,10845,83833,9,false,false,11,'','','','');RulesThen[41].Rules=5;RulesThen[42]=new rulesthen(163909,10845,83832,9,false,false,11,'','','','');RulesThen[42].Rules=5;RulesThen[43]=new rulesthen(163912,10845,83829,9,false,false,11,'','','','');RulesThen[43].Rules=5;RulesThen[44]=new rulesthen(163913,10845,83797,9,false,false,11,'','','','');RulesThen[44].Rules=5;RulesThen[45]=new rulesthen(185237,10845,92674,9,false,false,11,'','','','');RulesThen[45].Rules=5;RulesThen[46]=new rulesthen(245999,10845,102100,9,false,false,11,'','','','');RulesThen[46].Rules=5;Rules[5].RulesThen=[35,36,37,38,39,40,41,42,43,44,45,46];Rules[6]=new rules(10846,3762,'SW 46',false,false);RulesIf[6]=new rif(35775,10846,83758,9,true,false,3);RulesIf[6].Rules=6;Rules[6].RulesIf=[6];RulesThen[47]=new rulesthen(243072,10846,101348,9,false,false,6,'','','','');RulesThen[47].Rules=6;RulesThen[48]=new rulesthen(243073,10846,101349,9,false,false,6,'','','','');RulesThen[48].Rules=6;RulesThen[49]=new rulesthen(243074,10846,101350,9,false,false,6,'','','','');RulesThen[49].Rules=6;RulesThen[50]=new rulesthen(164243,10846,83824,9,false,false,7,'','','','');RulesThen[50].Rules=6;RulesThen[51]=new rulesthen(243071,10846,83793,9,false,false,10,'','','','');RulesThen[51].Rules=6;RulesThen[52]=new rulesthen(163919,10846,83833,9,false,false,11,'','','','');RulesThen[52].Rules=6;RulesThen[53]=new rulesthen(163920,10846,83832,9,false,false,11,'','','','');RulesThen[53].Rules=6;RulesThen[54]=new rulesthen(163923,10846,83829,9,false,false,11,'','','','');RulesThen[54].Rules=6;RulesThen[55]=new rulesthen(163924,10846,83796,9,false,false,11,'','','','');RulesThen[55].Rules=6;RulesThen[56]=new rulesthen(163925,10846,83795,9,false,false,11,'','','','');RulesThen[56].Rules=6;RulesThen[57]=new rulesthen(163926,10846,83798,9,false,false,11,'','','','');RulesThen[57].Rules=6;RulesThen[58]=new rulesthen(185236,10846,92674,9,false,false,11,'','','','');RulesThen[58].Rules=6;RulesThen[59]=new rulesthen(245998,10846,102100,9,false,false,11,'','','','');RulesThen[59].Rules=6;Rules[6].RulesThen=[47,48,49,50,51,52,53,54,55,56,57,58,59];Rules[7]=new rules(10847,3762,'SW 44',false,false);RulesIf[7]=new rif(35776,10847,83804,9,true,false,3);RulesIf[7].Rules=7;Rules[7].RulesIf=[7];RulesThen[60]=new rulesthen(164240,10847,83781,9,false,false,6,'','','','');RulesThen[60].Rules=7;RulesThen[61]=new rulesthen(164241,10847,83782,9,false,false,6,'','','','');RulesThen[61].Rules=7;RulesThen[62]=new rulesthen(243067,10847,101348,9,false,false,6,'','','','');RulesThen[62].Rules=7;RulesThen[63]=new rulesthen(243068,10847,101349,9,false,false,6,'','','','');RulesThen[63].Rules=7;RulesThen[64]=new rulesthen(243069,10847,101350,9,false,false,6,'','','','');RulesThen[64].Rules=7;RulesThen[65]=new rulesthen(164242,10847,83824,9,false,false,7,'','','','');RulesThen[65].Rules=7;RulesThen[66]=new rulesthen(243070,10847,83793,9,false,false,10,'','','','');RulesThen[66].Rules=7;RulesThen[67]=new rulesthen(163927,10847,83798,9,false,false,11,'','','','');RulesThen[67].Rules=7;RulesThen[68]=new rulesthen(163928,10847,83795,9,false,false,11,'','','','');RulesThen[68].Rules=7;RulesThen[69]=new rulesthen(163929,10847,83796,9,false,false,11,'','','','');RulesThen[69].Rules=7;RulesThen[70]=new rulesthen(163930,10847,83797,9,false,false,11,'','','','');RulesThen[70].Rules=7;RulesThen[71]=new rulesthen(163933,10847,83832,9,false,false,11,'','','','');RulesThen[71].Rules=7;RulesThen[72]=new rulesthen(163934,10847,83833,9,false,false,11,'','','','');RulesThen[72].Rules=7;RulesThen[73]=new rulesthen(185235,10847,92674,9,false,false,11,'','','','');RulesThen[73].Rules=7;RulesThen[74]=new rulesthen(245997,10847,102100,9,false,false,11,'','','','');RulesThen[74].Rules=7;Rules[7].RulesThen=[60,61,62,63,64,65,66,67,68,69,70,71,72,73,74];Rules[8]=new rules(10850,3762,'SW 41',false,false);RulesIf[8]=new rif(35779,10850,83807,9,true,false,3);RulesIf[8].Rules=8;Rules[8].RulesIf=[8];RulesThen[75]=new rulesthen(164217,10850,83775,9,false,false,6,'','','','');RulesThen[75].Rules=8;RulesThen[76]=new rulesthen(164218,10850,83776,9,false,false,6,'','','','');RulesThen[76].Rules=8;RulesThen[77]=new rulesthen(164219,10850,83777,9,false,false,6,'','','','');RulesThen[77].Rules=8;RulesThen[78]=new rulesthen(164220,10850,83778,9,false,false,6,'','','','');RulesThen[78].Rules=8;RulesThen[79]=new rulesthen(164221,10850,83779,9,false,false,6,'','','','');RulesThen[79].Rules=8;RulesThen[80]=new rulesthen(164222,10850,83780,9,false,false,6,'','','','');RulesThen[80].Rules=8;RulesThen[81]=new rulesthen(164223,10850,83781,9,false,false,6,'','','','');RulesThen[81].Rules=8;RulesThen[82]=new rulesthen(164224,10850,83782,9,false,false,6,'','','','');RulesThen[82].Rules=8;RulesThen[83]=new rulesthen(243055,10850,101348,9,false,false,6,'','','','');RulesThen[83].Rules=8;RulesThen[84]=new rulesthen(243056,10850,101349,9,false,false,6,'','','','');RulesThen[84].Rules=8;RulesThen[85]=new rulesthen(243057,10850,101350,9,false,false,6,'','','','');RulesThen[85].Rules=8;RulesThen[86]=new rulesthen(164225,10850,83823,9,false,false,7,'','','','');RulesThen[86].Rules=8;RulesThen[87]=new rulesthen(164226,10850,83824,9,false,false,7,'','','','');RulesThen[87].Rules=8;RulesThen[88]=new rulesthen(243058,10850,83793,9,false,false,10,'','','','');RulesThen[88].Rules=8;RulesThen[89]=new rulesthen(163966,10850,83798,9,false,false,11,'','','','');RulesThen[89].Rules=8;RulesThen[90]=new rulesthen(163967,10850,83795,9,false,false,11,'','','','');RulesThen[90].Rules=8;RulesThen[91]=new rulesthen(163968,10850,83796,9,false,false,11,'','','','');RulesThen[91].Rules=8;RulesThen[92]=new rulesthen(163969,10850,83797,9,false,false,11,'','','','');RulesThen[92].Rules=8;RulesThen[93]=new rulesthen(163970,10850,83829,9,false,false,11,'','','','');RulesThen[93].Rules=8;RulesThen[94]=new rulesthen(163973,10850,83833,9,false,false,11,'','','','');RulesThen[94].Rules=8;RulesThen[95]=new rulesthen(185232,10850,92674,9,false,false,11,'','','','');RulesThen[95].Rules=8;RulesThen[96]=new rulesthen(245996,10850,102100,9,false,false,11,'','','','');RulesThen[96].Rules=8;Rules[8].RulesThen=[75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96];Rules[9]=new rules(10851,3762,'SW 36',false,false);RulesIf[9]=new rif(35780,10851,83808,9,true,false,3);RulesIf[9].Rules=9;Rules[9].RulesIf=[9];RulesThen[97]=new rulesthen(164206,10851,83775,9,false,false,6,'','','','');RulesThen[97].Rules=9;RulesThen[98]=new rulesthen(164207,10851,83774,9,false,false,6,'','','','');RulesThen[98].Rules=9;RulesThen[99]=new rulesthen(164208,10851,83776,9,false,false,6,'','','','');RulesThen[99].Rules=9;RulesThen[100]=new rulesthen(164209,10851,83777,9,false,false,6,'','','','');RulesThen[100].Rules=9;RulesThen[101]=new rulesthen(164210,10851,83778,9,false,false,6,'','','','');RulesThen[101].Rules=9;RulesThen[102]=new rulesthen(164211,10851,83779,9,false,false,6,'','','','');RulesThen[102].Rules=9;RulesThen[103]=new rulesthen(164212,10851,83780,9,false,false,6,'','','','');RulesThen[103].Rules=9;RulesThen[104]=new rulesthen(164213,10851,83782,9,false,false,6,'','','','');RulesThen[104].Rules=9;RulesThen[105]=new rulesthen(164214,10851,83781,9,false,false,6,'','','','');RulesThen[105].Rules=9;RulesThen[106]=new rulesthen(243051,10851,101348,9,false,false,6,'','','','');RulesThen[106].Rules=9;RulesThen[107]=new rulesthen(243052,10851,101349,9,false,false,6,'','','','');RulesThen[107].Rules=9;RulesThen[108]=new rulesthen(243053,10851,101350,9,false,false,6,'','','','');RulesThen[108].Rules=9;RulesThen[109]=new rulesthen(164215,10851,83824,9,false,false,7,'','','','');RulesThen[109].Rules=9;RulesThen[110]=new rulesthen(164216,10851,83823,9,false,false,7,'','','','');RulesThen[110].Rules=9;RulesThen[111]=new rulesthen(197393,10851,83789,9,false,false,8,'','','','');RulesThen[111].Rules=9;RulesThen[112]=new rulesthen(197394,10851,83788,9,false,false,8,'','','','');RulesThen[112].Rules=9;RulesThen[113]=new rulesthen(243054,10851,83793,9,false,false,10,'','','','');RulesThen[113].Rules=9;RulesThen[114]=new rulesthen(163979,10851,83798,9,false,false,11,'','','','');RulesThen[114].Rules=9;RulesThen[115]=new rulesthen(163980,10851,83795,9,false,false,11,'','','','');RulesThen[115].Rules=9;RulesThen[116]=new rulesthen(163981,10851,83797,9,false,false,11,'','','','');RulesThen[116].Rules=9;RulesThen[117]=new rulesthen(163982,10851,83829,9,false,false,11,'','','','');RulesThen[117].Rules=9;RulesThen[118]=new rulesthen(163983,10851,83796,9,false,false,11,'','','','');RulesThen[118].Rules=9;RulesThen[119]=new rulesthen(163986,10851,83832,9,false,false,11,'','','','');RulesThen[119].Rules=9;RulesThen[120]=new rulesthen(185231,10851,92674,9,false,false,11,'','','','');RulesThen[120].Rules=9;RulesThen[121]=new rulesthen(245995,10851,102100,9,false,false,11,'','','','');RulesThen[121].Rules=9;Rules[9].RulesThen=[97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121];Rules[10]=new rules(10869,3762,'PROTOCOL 1',false,true);RulesIf[10]=new rif(35797,10869,83763,9,true,false,6);RulesIf[10].Rules=10;RulesIf[11]=new rif(35798,10869,83764,9,true,false,6);RulesIf[11].Rules=10;RulesIf[12]=new rif(35800,10869,83766,9,true,false,6);RulesIf[12].Rules=10;RulesIf[13]=new rif(35801,10869,83768,9,true,false,6);RulesIf[13].Rules=10;RulesIf[14]=new rif(35805,10869,83774,9,true,false,6);RulesIf[14].Rules=10;Rules[10].RulesIf=[10,11,12,13,14];RulesThen[122]=new rulesthen(164245,10869,83789,9,false,false,8,'','','','');RulesThen[122].Rules=10;RulesThen[123]=new rulesthen(164246,10869,83788,9,false,false,8,'','','','');RulesThen[123].Rules=10;RulesThen[124]=new rulesthen(164247,10869,83787,9,false,false,8,'','','','');RulesThen[124].Rules=10;RulesThen[125]=new rulesthen(248371,10869,100187,9,false,false,8,'','','','');RulesThen[125].Rules=10;Rules[10].RulesThen=[122,123,124,125];Rules[11]=new rules(10870,3762,'PROTOCOL 2',false,true);RulesIf[15]=new rif(35806,10870,83767,9,true,false,6);RulesIf[15].Rules=11;RulesIf[16]=new rif(35807,10870,83770,9,true,false,6);RulesIf[16].Rules=11;RulesIf[17]=new rif(35808,10870,83771,9,true,false,6);RulesIf[17].Rules=11;RulesIf[18]=new rif(35809,10870,83775,9,true,false,6);RulesIf[18].Rules=11;RulesIf[19]=new rif(35810,10870,83776,9,true,false,6);RulesIf[19].Rules=11;RulesIf[20]=new rif(35811,10870,83777,9,true,false,6);RulesIf[20].Rules=11;RulesIf[21]=new rif(35812,10870,83778,9,true,false,6);RulesIf[21].Rules=11;RulesIf[22]=new rif(35813,10870,83779,9,true,false,6);RulesIf[22].Rules=11;RulesIf[23]=new rif(35814,10870,83781,9,true,false,6);RulesIf[23].Rules=11;RulesIf[24]=new rif(35815,10870,83782,9,true,false,6);RulesIf[24].Rules=11;RulesIf[25]=new rif(35816,10870,83780,9,true,false,6);RulesIf[25].Rules=11;Rules[11].RulesIf=[15,16,17,18,19,20,21,22,23,24,25];RulesThen[126]=new rulesthen(164248,10870,83783,9,false,false,8,'','','','');RulesThen[126].Rules=11;RulesThen[127]=new rulesthen(164249,10870,83784,9,false,false,8,'','','','');RulesThen[127].Rules=11;RulesThen[128]=new rulesthen(164250,10870,83785,9,false,false,8,'','','','');RulesThen[128].Rules=11;RulesThen[129]=new rulesthen(164251,10870,83786,9,false,false,8,'','','','');RulesThen[129].Rules=11;RulesThen[130]=new rulesthen(243046,10870,100187,9,false,false,8,'','','','');RulesThen[130].Rules=11;Rules[11].RulesThen=[126,127,128,129,130];Rules[12]=new rules(10871,3762,'PROTOCOL 3',false,true);RulesIf[26]=new rif(35817,10871,83808,9,true,false,3);RulesIf[26].Rules=12;Rules[12].RulesIf=[26];RulesThen[131]=new rulesthen(164252,10871,83789,9,false,false,8,'','','','');RulesThen[131].Rules=12;RulesThen[132]=new rulesthen(164253,10871,83788,9,false,false,8,'','','','');RulesThen[132].Rules=12;Rules[12].RulesThen=[131,132];Rules[13]=new rules(12927,3762,'SW 52',false,false);RulesIf[27]=new rif(40653,12927,92673,9,true,false,3);RulesIf[27].Rules=13;Rules[13].RulesIf=[27];RulesThen[133]=new rulesthen(271871,12927,83777,9,false,false,6,'','','','');RulesThen[133].Rules=13;RulesThen[134]=new rulesthen(271872,12927,83778,9,false,false,6,'','','','');RulesThen[134].Rules=13;RulesThen[135]=new rulesthen(271873,12927,83781,9,false,false,6,'','','','');RulesThen[135].Rules=13;RulesThen[136]=new rulesthen(271874,12927,83782,9,false,false,6,'','','','');RulesThen[136].Rules=13;RulesThen[137]=new rulesthen(185242,12927,83798,9,false,false,11,'','','','');RulesThen[137].Rules=13;RulesThen[138]=new rulesthen(185243,12927,83795,9,false,false,11,'','','','');RulesThen[138].Rules=13;RulesThen[139]=new rulesthen(185244,12927,83796,9,false,false,11,'','','','');RulesThen[139].Rules=13;RulesThen[140]=new rulesthen(185245,12927,83797,9,false,false,11,'','','','');RulesThen[140].Rules=13;RulesThen[141]=new rulesthen(185246,12927,83829,9,false,false,11,'','','','');RulesThen[141].Rules=13;RulesThen[142]=new rulesthen(185249,12927,83832,9,false,false,11,'','','','');RulesThen[142].Rules=13;RulesThen[143]=new rulesthen(185250,12927,83833,9,false,false,11,'','','','');RulesThen[143].Rules=13;RulesThen[144]=new rulesthen(246001,12927,102100,9,false,false,11,'','','','');RulesThen[144].Rules=13;Rules[13].RulesThen=[133,134,135,136,137,138,139,140,141,142,143,144];Rules[14]=new rules(17726,3762,'SW 91',false,false);RulesIf[28]=new rif(53573,17726,102097,9,true,false,3);RulesIf[28].Rules=14;Rules[14].RulesIf=[28];RulesThen[145]=new rulesthen(246003,17726,83767,9,false,false,6,'','','','');RulesThen[145].Rules=14;RulesThen[146]=new rulesthen(246004,17726,83770,9,false,false,6,'','','','');RulesThen[146].Rules=14;RulesThen[147]=new rulesthen(246005,17726,83771,9,false,false,6,'','','','');RulesThen[147].Rules=14;RulesThen[148]=new rulesthen(246007,17726,83775,9,false,false,6,'','','','');RulesThen[148].Rules=14;RulesThen[149]=new rulesthen(246008,17726,83776,9,false,false,6,'','','','');RulesThen[149].Rules=14;RulesThen[150]=new rulesthen(246009,17726,83777,9,false,false,6,'','','','');RulesThen[150].Rules=14;RulesThen[151]=new rulesthen(246010,17726,83778,9,false,false,6,'','','','');RulesThen[151].Rules=14;RulesThen[152]=new rulesthen(246011,17726,83779,9,false,false,6,'','','','');RulesThen[152].Rules=14;RulesThen[153]=new rulesthen(246012,17726,83780,9,false,false,6,'','','','');RulesThen[153].Rules=14;RulesThen[154]=new rulesthen(246013,17726,83781,9,false,false,6,'','','','');RulesThen[154].Rules=14;RulesThen[155]=new rulesthen(246014,17726,83782,9,false,false,6,'','','','');RulesThen[155].Rules=14;RulesThen[156]=new rulesthen(274656,17726,83784,9,false,false,8,'','','','');RulesThen[156].Rules=14;RulesThen[157]=new rulesthen(246015,17726,83798,9,false,false,11,'','','','');RulesThen[157].Rules=14;RulesThen[158]=new rulesthen(246016,17726,92674,9,false,false,11,'','','','');RulesThen[158].Rules=14;RulesThen[159]=new rulesthen(246017,17726,83795,9,false,false,11,'','','','');RulesThen[159].Rules=14;RulesThen[160]=new rulesthen(246018,17726,83796,9,false,false,11,'','','','');RulesThen[160].Rules=14;RulesThen[161]=new rulesthen(246019,17726,83797,9,false,false,11,'','','','');RulesThen[161].Rules=14;RulesThen[162]=new rulesthen(246020,17726,83829,9,false,false,11,'','','','');RulesThen[162].Rules=14;RulesThen[163]=new rulesthen(246021,17726,83832,9,false,false,11,'','','','');RulesThen[163].Rules=14;RulesThen[164]=new rulesthen(246022,17726,83833,9,false,false,11,'','','','');RulesThen[164].Rules=14;Rules[14].RulesThen=[145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164];Rules[15]=new rules(17727,3762,'MOUNTING 91M',false,false);RulesIf[29]=new rif(53574,17727,102097,9,true,false,3);RulesIf[29].Rules=15;RulesIf[30]=new rif(53575,17727,83823,9,true,false,7);RulesIf[30].Rules=15;Rules[15].RulesIf=[29,30];Rules[15].RulesThen=[];Rules[16]=new rules(17728,3762,'MOUNTING 91P',false,false);RulesIf[31]=new rif(53576,17728,102097,9,true,false,3);RulesIf[31].Rules=16;RulesIf[32]=new rif(53577,17728,83824,9,true,false,7);RulesIf[32].Rules=16;Rules[16].RulesIf=[31,32];Rules[16].RulesThen=[];Rules[17]=new rules(17729,3762,'MOUNTING 91A',false,false);RulesIf[33]=new rif(53578,17729,102097,9,true,false,3);RulesIf[33].Rules=17;RulesIf[34]=new rif(53579,17729,83827,9,true,false,7);RulesIf[34].Rules=17;Rules[17].RulesIf=[33,34];RulesThen[165]=new rulesthen(246029,17729,102099,9,false,false,9,'','','','');RulesThen[165].Rules=17;Rules[17].RulesThen=[165];Rules[18]=new rules(17730,3762,'MOUNTING 91C',false,false);RulesIf[35]=new rif(53580,17730,102097,9,true,false,3);RulesIf[35].Rules=18;RulesIf[36]=new rif(53581,17730,83826,9,true,false,7);RulesIf[36].Rules=18;Rules[18].RulesIf=[35,36];RulesThen[166]=new rulesthen(246032,17730,102099,9,false,false,9,'','','','');RulesThen[166].Rules=18;Rules[18].RulesThen=[166];Rules[19]=new rules(17731,3762,'MOUNTING 91D',false,false);RulesIf[37]=new rif(53582,17731,102097,9,true,false,3);RulesIf[37].Rules=19;RulesIf[38]=new rif(53583,17731,83825,9,true,false,7);RulesIf[38].Rules=19;Rules[19].RulesIf=[37,38];RulesThen[167]=new rulesthen(246035,17731,102099,9,false,false,9,'','','','');RulesThen[167].Rules=19;Rules[19].RulesThen=[167];Rules[20]=new rules(17732,3762,'MOUNTING 91E',false,false);RulesIf[39]=new rif(53584,17732,102097,9,true,false,3);RulesIf[39].Rules=20;RulesIf[40]=new rif(53585,17732,83817,9,true,false,7);RulesIf[40].Rules=20;Rules[20].RulesIf=[39,40];RulesThen[168]=new rulesthen(246038,17732,102099,9,false,false,9,'','','','');RulesThen[168].Rules=20;Rules[20].RulesThen=[168];Rules[21]=new rules(17733,3762,'MOUNTING 91F',false,false);RulesIf[41]=new rif(53586,17733,102097,9,true,false,3);RulesIf[41].Rules=21;RulesIf[42]=new rif(53587,17733,83816,9,true,false,7);RulesIf[42].Rules=21;Rules[21].RulesIf=[41,42];RulesThen[169]=new rulesthen(246041,17733,102099,9,false,false,9,'','','','');RulesThen[169].Rules=21;Rules[21].RulesThen=[169];Rules[22]=new rules(17734,3762,'MOUNTING 91G',false,false);RulesIf[43]=new rif(53588,17734,102097,9,true,false,3);RulesIf[43].Rules=22;RulesIf[44]=new rif(53589,17734,83818,9,true,false,7);RulesIf[44].Rules=22;Rules[22].RulesIf=[43,44];RulesThen[170]=new rulesthen(246044,17734,102099,9,false,false,9,'','','','');RulesThen[170].Rules=22;Rules[22].RulesThen=[170];Rules[23]=new rules(17735,3762,'MOUNTING 91J',false,false);RulesIf[45]=new rif(53590,17735,102097,9,true,false,3);RulesIf[45].Rules=23;RulesIf[46]=new rif(53591,17735,83820,9,true,false,7);RulesIf[46].Rules=23;Rules[23].RulesIf=[45,46];RulesThen[171]=new rulesthen(246047,17735,102099,9,false,false,9,'','','','');RulesThen[171].Rules=23;Rules[23].RulesThen=[171];Rules[24]=new rules(17736,3762,'MOUNTING 91K',false,false);RulesIf[47]=new rif(53592,17736,102097,9,true,false,3);RulesIf[47].Rules=24;RulesIf[48]=new rif(53593,17736,83821,9,true,false,7);RulesIf[48].Rules=24;Rules[24].RulesIf=[47,48];RulesThen[172]=new rulesthen(246050,17736,102099,9,false,false,9,'','','','');RulesThen[172].Rules=24;Rules[24].RulesThen=[172];Rules[25]=new rules(17737,3762,'MOUNTING 91L',false,false);RulesIf[49]=new rif(53594,17737,102097,9,true,false,3);RulesIf[49].Rules=25;RulesIf[50]=new rif(53595,17737,83822,9,true,false,7);RulesIf[50].Rules=25;Rules[25].RulesIf=[49,50];RulesThen[173]=new rulesthen(246053,17737,102099,9,false,false,9,'','','','');RulesThen[173].Rules=25;Rules[25].RulesThen=[173];Rules[26]=new rules(17738,3762,'MOUNTING 36M',false,false);RulesIf[51]=new rif(53596,17738,83808,9,true,false,3);RulesIf[51].Rules=26;RulesIf[52]=new rif(53597,17738,83823,9,true,false,7);RulesIf[52].Rules=26;Rules[26].RulesIf=[51,52];RulesThen[174]=new rulesthen(246054,17738,102098,9,false,false,9,'','','','');RulesThen[174].Rules=26;RulesThen[175]=new rulesthen(246055,17738,102099,9,false,false,9,'','','','');RulesThen[175].Rules=26;Rules[26].RulesThen=[174,175];Rules[27]=new rules(17739,3762,'MOUNTING 36P',false,false);RulesIf[53]=new rif(53598,17739,83808,9,true,false,3);RulesIf[53].Rules=27;RulesIf[54]=new rif(53599,17739,83824,9,true,false,7);RulesIf[54].Rules=27;Rules[27].RulesIf=[53,54];RulesThen[176]=new rulesthen(246056,17739,102098,9,false,false,9,'','','','');RulesThen[176].Rules=27;RulesThen[177]=new rulesthen(246057,17739,102099,9,false,false,9,'','','','');RulesThen[177].Rules=27;Rules[27].RulesThen=[176,177];Rules[28]=new rules(17740,3762,'MOUNTING 36A',false,false);RulesIf[55]=new rif(53600,17740,83808,9,true,false,3);RulesIf[55].Rules=28;RulesIf[56]=new rif(53601,17740,83827,9,true,false,7);RulesIf[56].Rules=28;Rules[28].RulesIf=[55,56];RulesThen[178]=new rulesthen(246059,17740,102098,9,false,false,9,'','','','');RulesThen[178].Rules=28;RulesThen[179]=new rulesthen(246060,17740,102099,9,false,false,9,'','','','');RulesThen[179].Rules=28;Rules[28].RulesThen=[178,179];Rules[29]=new rules(17741,3762,'MOUNTING 36C',false,false);RulesIf[57]=new rif(53602,17741,83808,9,true,false,3);RulesIf[57].Rules=29;RulesIf[58]=new rif(53603,17741,83826,9,true,false,7);RulesIf[58].Rules=29;Rules[29].RulesIf=[57,58];RulesThen[180]=new rulesthen(246062,17741,102098,9,false,false,9,'','','','');RulesThen[180].Rules=29;RulesThen[181]=new rulesthen(246063,17741,102099,9,false,false,9,'','','','');RulesThen[181].Rules=29;Rules[29].RulesThen=[180,181];Rules[30]=new rules(17742,3762,'MOUNTING 36D',false,false);RulesIf[59]=new rif(53604,17742,83808,9,true,false,3);RulesIf[59].Rules=30;RulesIf[60]=new rif(53605,17742,83825,9,true,false,7);RulesIf[60].Rules=30;Rules[30].RulesIf=[59,60];RulesThen[182]=new rulesthen(246065,17742,102098,9,false,false,9,'','','','');RulesThen[182].Rules=30;RulesThen[183]=new rulesthen(246066,17742,102099,9,false,false,9,'','','','');RulesThen[183].Rules=30;Rules[30].RulesThen=[182,183];Rules[31]=new rules(17743,3762,'MOUNTING 36E',false,false);RulesIf[61]=new rif(53606,17743,83808,9,true,false,3);RulesIf[61].Rules=31;RulesIf[62]=new rif(53607,17743,83817,9,true,false,7);RulesIf[62].Rules=31;Rules[31].RulesIf=[61,62];RulesThen[184]=new rulesthen(246068,17743,102098,9,false,false,9,'','','','');RulesThen[184].Rules=31;RulesThen[185]=new rulesthen(246069,17743,102099,9,false,false,9,'','','','');RulesThen[185].Rules=31;Rules[31].RulesThen=[184,185];Rules[32]=new rules(17744,3762,'MOUNTING 36F',false,false);RulesIf[63]=new rif(53608,17744,83808,9,true,false,3);RulesIf[63].Rules=32;RulesIf[64]=new rif(53609,17744,83816,9,true,false,7);RulesIf[64].Rules=32;Rules[32].RulesIf=[63,64];RulesThen[186]=new rulesthen(246071,17744,102098,9,false,false,9,'','','','');RulesThen[186].Rules=32;RulesThen[187]=new rulesthen(246072,17744,102099,9,false,false,9,'','','','');RulesThen[187].Rules=32;Rules[32].RulesThen=[186,187];Rules[33]=new rules(17745,3762,'MOUNTING 36G',false,false);RulesIf[65]=new rif(53610,17745,83808,9,true,false,3);RulesIf[65].Rules=33;RulesIf[66]=new rif(53611,17745,83818,9,true,false,7);RulesIf[66].Rules=33;Rules[33].RulesIf=[65,66];RulesThen[188]=new rulesthen(246074,17745,102098,9,false,false,9,'','','','');RulesThen[188].Rules=33;RulesThen[189]=new rulesthen(246075,17745,102099,9,false,false,9,'','','','');RulesThen[189].Rules=33;Rules[33].RulesThen=[188,189];Rules[34]=new rules(17746,3762,'MOUNTING 36H',false,false);RulesIf[67]=new rif(53612,17746,83808,9,true,false,3);RulesIf[67].Rules=34;RulesIf[68]=new rif(53613,17746,83819,9,true,false,7);RulesIf[68].Rules=34;Rules[34].RulesIf=[67,68];RulesThen[190]=new rulesthen(246077,17746,102098,9,false,false,9,'','','','');RulesThen[190].Rules=34;RulesThen[191]=new rulesthen(246078,17746,102099,9,false,false,9,'','','','');RulesThen[191].Rules=34;Rules[34].RulesThen=[190,191];Rules[35]=new rules(17747,3762,'MOUNTING 36J',false,false);RulesIf[69]=new rif(53614,17747,83808,9,true,false,3);RulesIf[69].Rules=35;RulesIf[70]=new rif(53615,17747,83820,9,true,false,7);RulesIf[70].Rules=35;Rules[35].RulesIf=[69,70];RulesThen[192]=new rulesthen(246080,17747,102098,9,false,false,9,'','','','');RulesThen[192].Rules=35;RulesThen[193]=new rulesthen(246081,17747,102099,9,false,false,9,'','','','');RulesThen[193].Rules=35;Rules[35].RulesThen=[192,193];Rules[36]=new rules(17748,3762,'MOUNTING 36K',false,false);RulesIf[71]=new rif(53616,17748,83808,9,true,false,3);RulesIf[71].Rules=36;RulesIf[72]=new rif(53617,17748,83821,9,true,false,7);RulesIf[72].Rules=36;Rules[36].RulesIf=[71,72];RulesThen[194]=new rulesthen(246083,17748,102098,9,false,false,9,'','','','');RulesThen[194].Rules=36;RulesThen[195]=new rulesthen(246084,17748,102099,9,false,false,9,'','','','');RulesThen[195].Rules=36;Rules[36].RulesThen=[194,195];Rules[37]=new rules(17749,3762,'MOUNTING 36L',false,false);RulesIf[73]=new rif(53618,17749,83808,9,true,false,3);RulesIf[73].Rules=37;RulesIf[74]=new rif(53619,17749,83822,9,true,false,7);RulesIf[74].Rules=37;Rules[37].RulesIf=[73,74];RulesThen[196]=new rulesthen(246086,17749,102098,9,false,false,9,'','','','');RulesThen[196].Rules=37;RulesThen[197]=new rulesthen(246087,17749,102099,9,false,false,9,'','','','');RulesThen[197].Rules=37;Rules[37].RulesThen=[196,197];Rules[38]=new rules(17750,3762,'MOUNTING 41M',false,false);RulesIf[75]=new rif(53620,17750,83807,9,true,false,3);RulesIf[75].Rules=38;RulesIf[76]=new rif(53621,17750,83823,9,true,false,7);RulesIf[76].Rules=38;Rules[38].RulesIf=[75,76];RulesThen[198]=new rulesthen(246088,17750,102098,9,false,false,9,'','','','');RulesThen[198].Rules=38;RulesThen[199]=new rulesthen(246089,17750,102099,9,false,false,9,'','','','');RulesThen[199].Rules=38;Rules[38].RulesThen=[198,199];Rules[39]=new rules(17751,3762,'MOUNTING 41P',false,false);RulesIf[77]=new rif(53622,17751,83807,9,true,false,3);RulesIf[77].Rules=39;RulesIf[78]=new rif(53623,17751,83824,9,true,false,7);RulesIf[78].Rules=39;Rules[39].RulesIf=[77,78];RulesThen[200]=new rulesthen(246090,17751,102098,9,false,false,9,'','','','');RulesThen[200].Rules=39;RulesThen[201]=new rulesthen(246091,17751,102099,9,false,false,9,'','','','');RulesThen[201].Rules=39;Rules[39].RulesThen=[200,201];Rules[40]=new rules(17752,3762,'MOUNTING 41A',false,false);RulesIf[79]=new rif(53624,17752,83807,9,true,false,3);RulesIf[79].Rules=40;RulesIf[80]=new rif(53625,17752,83827,9,true,false,7);RulesIf[80].Rules=40;Rules[40].RulesIf=[79,80];RulesThen[202]=new rulesthen(246093,17752,102098,9,false,false,9,'','','','');RulesThen[202].Rules=40;RulesThen[203]=new rulesthen(246094,17752,102099,9,false,false,9,'','','','');RulesThen[203].Rules=40;Rules[40].RulesThen=[202,203];Rules[41]=new rules(17753,3762,'MOUNTING 41C',false,false);RulesIf[81]=new rif(53626,17753,83807,9,true,false,3);RulesIf[81].Rules=41;RulesIf[82]=new rif(53627,17753,83826,9,true,false,7);RulesIf[82].Rules=41;Rules[41].RulesIf=[81,82];RulesThen[204]=new rulesthen(246096,17753,102098,9,false,false,9,'','','','');RulesThen[204].Rules=41;RulesThen[205]=new rulesthen(246097,17753,102099,9,false,false,9,'','','','');RulesThen[205].Rules=41;Rules[41].RulesThen=[204,205];Rules[42]=new rules(17754,3762,'MOUNTING 41D',false,false);RulesIf[83]=new rif(53628,17754,83807,9,true,false,3);RulesIf[83].Rules=42;RulesIf[84]=new rif(53629,17754,83825,9,true,false,7);RulesIf[84].Rules=42;Rules[42].RulesIf=[83,84];RulesThen[206]=new rulesthen(246099,17754,102098,9,false,false,9,'','','','');RulesThen[206].Rules=42;RulesThen[207]=new rulesthen(246100,17754,102099,9,false,false,9,'','','','');RulesThen[207].Rules=42;Rules[42].RulesThen=[206,207];Rules[43]=new rules(17755,3762,'MOUNTING 41E',false,false);RulesIf[85]=new rif(53630,17755,83807,9,true,false,3);RulesIf[85].Rules=43;RulesIf[86]=new rif(53631,17755,83817,9,true,false,7);RulesIf[86].Rules=43;Rules[43].RulesIf=[85,86];RulesThen[208]=new rulesthen(246102,17755,102098,9,false,false,9,'','','','');RulesThen[208].Rules=43;RulesThen[209]=new rulesthen(246103,17755,102099,9,false,false,9,'','','','');RulesThen[209].Rules=43;Rules[43].RulesThen=[208,209];Rules[44]=new rules(17756,3762,'MOUNTING 41F',false,false);RulesIf[87]=new rif(53632,17756,83807,9,true,false,3);RulesIf[87].Rules=44;RulesIf[88]=new rif(53633,17756,83816,9,true,false,7);RulesIf[88].Rules=44;Rules[44].RulesIf=[87,88];RulesThen[210]=new rulesthen(246105,17756,102098,9,false,false,9,'','','','');RulesThen[210].Rules=44;RulesThen[211]=new rulesthen(246106,17756,102099,9,false,false,9,'','','','');RulesThen[211].Rules=44;Rules[44].RulesThen=[210,211];Rules[45]=new rules(17757,3762,'MOUNTING 41G',false,false);RulesIf[89]=new rif(53634,17757,83807,9,true,false,3);RulesIf[89].Rules=45;RulesIf[90]=new rif(53635,17757,83818,9,true,false,7);RulesIf[90].Rules=45;Rules[45].RulesIf=[89,90];RulesThen[212]=new rulesthen(246108,17757,102098,9,false,false,9,'','','','');RulesThen[212].Rules=45;RulesThen[213]=new rulesthen(246109,17757,102099,9,false,false,9,'','','','');RulesThen[213].Rules=45;Rules[45].RulesThen=[212,213];Rules[46]=new rules(17758,3762,'MOUNTING 41H',false,false);RulesIf[91]=new rif(53636,17758,83807,9,true,false,3);RulesIf[91].Rules=46;RulesIf[92]=new rif(53637,17758,83819,9,true,false,7);RulesIf[92].Rules=46;Rules[46].RulesIf=[91,92];RulesThen[214]=new rulesthen(246111,17758,102098,9,false,false,9,'','','','');RulesThen[214].Rules=46;RulesThen[215]=new rulesthen(246112,17758,102099,9,false,false,9,'','','','');RulesThen[215].Rules=46;Rules[46].RulesThen=[214,215];Rules[47]=new rules(17759,3762,'MOUNTING 41J',false,false);RulesIf[93]=new rif(53638,17759,83807,9,true,false,3);RulesIf[93].Rules=47;RulesIf[94]=new rif(53639,17759,83820,9,true,false,7);RulesIf[94].Rules=47;Rules[47].RulesIf=[93,94];RulesThen[216]=new rulesthen(246114,17759,102098,9,false,false,9,'','','','');RulesThen[216].Rules=47;RulesThen[217]=new rulesthen(246115,17759,102099,9,false,false,9,'','','','');RulesThen[217].Rules=47;Rules[47].RulesThen=[216,217];Rules[48]=new rules(17760,3762,'MOUNTING 41K',false,false);RulesIf[95]=new rif(53640,17760,83807,9,true,false,3);RulesIf[95].Rules=48;RulesIf[96]=new rif(53641,17760,83821,9,true,false,7);RulesIf[96].Rules=48;Rules[48].RulesIf=[95,96];RulesThen[218]=new rulesthen(246117,17760,102098,9,false,false,9,'','','','');RulesThen[218].Rules=48;RulesThen[219]=new rulesthen(246118,17760,102099,9,false,false,9,'','','','');RulesThen[219].Rules=48;Rules[48].RulesThen=[218,219];Rules[49]=new rules(17761,3762,'MOUNTING 41L',false,false);RulesIf[97]=new rif(53642,17761,83807,9,true,false,3);RulesIf[97].Rules=49;RulesIf[98]=new rif(53643,17761,83822,9,true,false,7);RulesIf[98].Rules=49;Rules[49].RulesIf=[97,98];RulesThen[220]=new rulesthen(246120,17761,102098,9,false,false,9,'','','','');RulesThen[220].Rules=49;RulesThen[221]=new rulesthen(246121,17761,102099,9,false,false,9,'','','','');RulesThen[221].Rules=49;Rules[49].RulesThen=[220,221];Rules[50]=new rules(17774,3762,'MOUNTING 46A',false,false);RulesIf[99]=new rif(53668,17774,83758,9,true,false,3);RulesIf[99].Rules=50;RulesIf[100]=new rif(53669,17774,83827,9,true,false,7);RulesIf[100].Rules=50;Rules[50].RulesIf=[99,100];RulesThen[222]=new rulesthen(246157,17774,102099,9,false,false,9,'','','','');RulesThen[222].Rules=50;Rules[50].RulesThen=[222];Rules[51]=new rules(17775,3762,'MOUNTING 46C',false,false);RulesIf[101]=new rif(53670,17775,83758,9,true,false,3);RulesIf[101].Rules=51;RulesIf[102]=new rif(53671,17775,83826,9,true,false,7);RulesIf[102].Rules=51;Rules[51].RulesIf=[101,102];RulesThen[223]=new rulesthen(246159,17775,102099,9,false,false,9,'','','','');RulesThen[223].Rules=51;Rules[51].RulesThen=[223];Rules[52]=new rules(17776,3762,'MOUNTING 46D',false,false);RulesIf[103]=new rif(53672,17776,83758,9,true,false,3);RulesIf[103].Rules=52;RulesIf[104]=new rif(53673,17776,83825,9,true,false,7);RulesIf[104].Rules=52;Rules[52].RulesIf=[103,104];RulesThen[224]=new rulesthen(246161,17776,102099,9,false,false,9,'','','','');RulesThen[224].Rules=52;Rules[52].RulesThen=[224];Rules[53]=new rules(17777,3762,'MOUNTING 46E',false,false);RulesIf[105]=new rif(53674,17777,83758,9,true,false,3);RulesIf[105].Rules=53;RulesIf[106]=new rif(53675,17777,83817,9,true,false,7);RulesIf[106].Rules=53;Rules[53].RulesIf=[105,106];RulesThen[225]=new rulesthen(246163,17777,102099,9,false,false,9,'','','','');RulesThen[225].Rules=53;Rules[53].RulesThen=[225];Rules[54]=new rules(17778,3762,'MOUNTING 46F',false,false);RulesIf[107]=new rif(53676,17778,83758,9,true,false,3);RulesIf[107].Rules=54;RulesIf[108]=new rif(53677,17778,83816,9,true,false,7);RulesIf[108].Rules=54;Rules[54].RulesIf=[107,108];RulesThen[226]=new rulesthen(246165,17778,102099,9,false,false,9,'','','','');RulesThen[226].Rules=54;Rules[54].RulesThen=[226];Rules[55]=new rules(17779,3762,'MOUNTING 46G',false,false);RulesIf[109]=new rif(53678,17779,83758,9,true,false,3);RulesIf[109].Rules=55;RulesIf[110]=new rif(53679,17779,83818,9,true,false,7);RulesIf[110].Rules=55;Rules[55].RulesIf=[109,110];RulesThen[227]=new rulesthen(246167,17779,102099,9,false,false,9,'','','','');RulesThen[227].Rules=55;Rules[55].RulesThen=[227];Rules[56]=new rules(17780,3762,'MOUNTING 46H',false,false);RulesIf[111]=new rif(53680,17780,83758,9,true,false,3);RulesIf[111].Rules=56;RulesIf[112]=new rif(53681,17780,83819,9,true,false,7);RulesIf[112].Rules=56;Rules[56].RulesIf=[111,112];RulesThen[228]=new rulesthen(246169,17780,102099,9,false,false,9,'','','','');RulesThen[228].Rules=56;Rules[56].RulesThen=[228];Rules[57]=new rules(17781,3762,'MOUNTING 46J',false,false);RulesIf[113]=new rif(53682,17781,83758,9,true,false,3);RulesIf[113].Rules=57;RulesIf[114]=new rif(53683,17781,83820,9,true,false,7);RulesIf[114].Rules=57;Rules[57].RulesIf=[113,114];RulesThen[229]=new rulesthen(246171,17781,102099,9,false,false,9,'','','','');RulesThen[229].Rules=57;Rules[57].RulesThen=[229];Rules[58]=new rules(17782,3762,'MOUNTING 46K',false,false);RulesIf[115]=new rif(53684,17782,83758,9,true,false,3);RulesIf[115].Rules=58;RulesIf[116]=new rif(53685,17782,83821,9,true,false,7);RulesIf[116].Rules=58;Rules[58].RulesIf=[115,116];RulesThen[230]=new rulesthen(246173,17782,102099,9,false,false,9,'','','','');RulesThen[230].Rules=58;Rules[58].RulesThen=[230];Rules[59]=new rules(17783,3762,'MOUNTING 46L',false,false);RulesIf[117]=new rif(53686,17783,83758,9,true,false,3);RulesIf[117].Rules=59;RulesIf[118]=new rif(53687,17783,83822,9,true,false,7);RulesIf[118].Rules=59;Rules[59].RulesIf=[117,118];RulesThen[231]=new rulesthen(246175,17783,102099,9,false,false,9,'','','','');RulesThen[231].Rules=59;Rules[59].RulesThen=[231];Rules[60]=new rules(17784,3762,'MOUNTING 50A',false,false);RulesIf[119]=new rif(53688,17784,83757,9,true,false,3);RulesIf[119].Rules=60;RulesIf[120]=new rif(53689,17784,83827,9,true,false,7);RulesIf[120].Rules=60;Rules[60].RulesIf=[119,120];RulesThen[232]=new rulesthen(246177,17784,102099,9,false,false,9,'','','','');RulesThen[232].Rules=60;Rules[60].RulesThen=[232];Rules[61]=new rules(17785,3762,'MOUNTING 50C',false,false);RulesIf[121]=new rif(53690,17785,83757,9,true,false,3);RulesIf[121].Rules=61;RulesIf[122]=new rif(53691,17785,83826,9,true,false,7);RulesIf[122].Rules=61;Rules[61].RulesIf=[121,122];RulesThen[233]=new rulesthen(246179,17785,102099,9,false,false,9,'','','','');RulesThen[233].Rules=61;Rules[61].RulesThen=[233];Rules[62]=new rules(17786,3762,'MOUNTING 50D',false,false);RulesIf[123]=new rif(53692,17786,83757,9,true,false,3);RulesIf[123].Rules=62;RulesIf[124]=new rif(53693,17786,83825,9,true,false,7);RulesIf[124].Rules=62;Rules[62].RulesIf=[123,124];RulesThen[234]=new rulesthen(246181,17786,102099,9,false,false,9,'','','','');RulesThen[234].Rules=62;Rules[62].RulesThen=[234];Rules[63]=new rules(17787,3762,'MOUNTING 50E',false,false);RulesIf[125]=new rif(53694,17787,83757,9,true,false,3);RulesIf[125].Rules=63;RulesIf[126]=new rif(53695,17787,83817,9,true,false,7);RulesIf[126].Rules=63;Rules[63].RulesIf=[125,126];RulesThen[235]=new rulesthen(246183,17787,102099,9,false,false,9,'','','','');RulesThen[235].Rules=63;Rules[63].RulesThen=[235];Rules[64]=new rules(17788,3762,'MOUNTING 50F',false,false);RulesIf[127]=new rif(53696,17788,83757,9,true,false,3);RulesIf[127].Rules=64;RulesIf[128]=new rif(53697,17788,83816,9,true,false,7);RulesIf[128].Rules=64;Rules[64].RulesIf=[127,128];RulesThen[236]=new rulesthen(246185,17788,102099,9,false,false,9,'','','','');RulesThen[236].Rules=64;Rules[64].RulesThen=[236];Rules[65]=new rules(17789,3762,'MOUNTING 50G',false,false);RulesIf[129]=new rif(53698,17789,83757,9,true,false,3);RulesIf[129].Rules=65;RulesIf[130]=new rif(53699,17789,83818,9,true,false,7);RulesIf[130].Rules=65;Rules[65].RulesIf=[129,130];RulesThen[237]=new rulesthen(246187,17789,102099,9,false,false,9,'','','','');RulesThen[237].Rules=65;Rules[65].RulesThen=[237];Rules[66]=new rules(17790,3762,'MOUNTING 50H',false,false);RulesIf[131]=new rif(53700,17790,83757,9,true,false,3);RulesIf[131].Rules=66;RulesIf[132]=new rif(53701,17790,83819,9,true,false,7);RulesIf[132].Rules=66;Rules[66].RulesIf=[131,132];RulesThen[238]=new rulesthen(246189,17790,102099,9,false,false,9,'','','','');RulesThen[238].Rules=66;Rules[66].RulesThen=[238];Rules[67]=new rules(17791,3762,'MOUNTING 50J',false,false);RulesIf[133]=new rif(53702,17791,83757,9,true,false,3);RulesIf[133].Rules=67;RulesIf[134]=new rif(53703,17791,83820,9,true,false,7);RulesIf[134].Rules=67;Rules[67].RulesIf=[133,134];RulesThen[239]=new rulesthen(246191,17791,102099,9,false,false,9,'','','','');RulesThen[239].Rules=67;Rules[67].RulesThen=[239];Rules[68]=new rules(17792,3762,'MOUNTING 50K',false,false);RulesIf[135]=new rif(53704,17792,83757,9,true,false,3);RulesIf[135].Rules=68;RulesIf[136]=new rif(53705,17792,83821,9,true,false,7);RulesIf[136].Rules=68;Rules[68].RulesIf=[135,136];RulesThen[240]=new rulesthen(246193,17792,102099,9,false,false,9,'','','','');RulesThen[240].Rules=68;Rules[68].RulesThen=[240];Rules[69]=new rules(17793,3762,'MOUNTING 50L',false,false);RulesIf[137]=new rif(53706,17793,83757,9,true,false,3);RulesIf[137].Rules=69;RulesIf[138]=new rif(53707,17793,83822,9,true,false,7);RulesIf[138].Rules=69;Rules[69].RulesIf=[137,138];RulesThen[241]=new rulesthen(246195,17793,102099,9,false,false,9,'','','','');RulesThen[241].Rules=69;Rules[69].RulesThen=[241];Rules[70]=new rules(17794,3762,'MOUNTING 51A',false,false);RulesIf[139]=new rif(53708,17794,83756,9,true,false,3);RulesIf[139].Rules=70;RulesIf[140]=new rif(53709,17794,83827,9,true,false,7);RulesIf[140].Rules=70;Rules[70].RulesIf=[139,140];RulesThen[242]=new rulesthen(246197,17794,102099,9,false,false,9,'','','','');RulesThen[242].Rules=70;Rules[70].RulesThen=[242];Rules[71]=new rules(17795,3762,'MOUNTING 51C',false,false);RulesIf[141]=new rif(53710,17795,83756,9,true,false,3);RulesIf[141].Rules=71;RulesIf[142]=new rif(53711,17795,83826,9,true,false,7);RulesIf[142].Rules=71;Rules[71].RulesIf=[141,142];RulesThen[243]=new rulesthen(246199,17795,102099,9,false,false,9,'','','','');RulesThen[243].Rules=71;Rules[71].RulesThen=[243];Rules[72]=new rules(17796,3762,'MOUNTING 51D',false,false);RulesIf[143]=new rif(53712,17796,83756,9,true,false,3);RulesIf[143].Rules=72;RulesIf[144]=new rif(53713,17796,83825,9,true,false,7);RulesIf[144].Rules=72;Rules[72].RulesIf=[143,144];RulesThen[244]=new rulesthen(246201,17796,102099,9,false,false,9,'','','','');RulesThen[244].Rules=72;Rules[72].RulesThen=[244];Rules[73]=new rules(17797,3762,'MOUNTING 51E',false,false);RulesIf[145]=new rif(53714,17797,83756,9,true,false,3);RulesIf[145].Rules=73;RulesIf[146]=new rif(53715,17797,83817,9,true,false,7);RulesIf[146].Rules=73;Rules[73].RulesIf=[145,146];RulesThen[245]=new rulesthen(246203,17797,102099,9,false,false,9,'','','','');RulesThen[245].Rules=73;Rules[73].RulesThen=[245];Rules[74]=new rules(17798,3762,'MOUNTING 51F',false,false);RulesIf[147]=new rif(53716,17798,83756,9,true,false,3);RulesIf[147].Rules=74;RulesIf[148]=new rif(53717,17798,83816,9,true,false,7);RulesIf[148].Rules=74;Rules[74].RulesIf=[147,148];RulesThen[246]=new rulesthen(246205,17798,102099,9,false,false,9,'','','','');RulesThen[246].Rules=74;Rules[74].RulesThen=[246];Rules[75]=new rules(17799,3762,'MOUNTING 51G',false,false);RulesIf[149]=new rif(53718,17799,83756,9,true,false,3);RulesIf[149].Rules=75;RulesIf[150]=new rif(53719,17799,83818,9,true,false,7);RulesIf[150].Rules=75;Rules[75].RulesIf=[149,150];RulesThen[247]=new rulesthen(246207,17799,102099,9,false,false,9,'','','','');RulesThen[247].Rules=75;Rules[75].RulesThen=[247];Rules[76]=new rules(17800,3762,'MOUNTING 51H',false,false);RulesIf[151]=new rif(53720,17800,83756,9,true,false,3);RulesIf[151].Rules=76;RulesIf[152]=new rif(53721,17800,83819,9,true,false,7);RulesIf[152].Rules=76;Rules[76].RulesIf=[151,152];RulesThen[248]=new rulesthen(246209,17800,102099,9,false,false,9,'','','','');RulesThen[248].Rules=76;Rules[76].RulesThen=[248];Rules[77]=new rules(17801,3762,'MOUNTING 51J',false,false);RulesIf[153]=new rif(53722,17801,83756,9,true,false,3);RulesIf[153].Rules=77;RulesIf[154]=new rif(53723,17801,83820,9,true,false,7);RulesIf[154].Rules=77;Rules[77].RulesIf=[153,154];RulesThen[249]=new rulesthen(246211,17801,102099,9,false,false,9,'','','','');RulesThen[249].Rules=77;Rules[77].RulesThen=[249];Rules[78]=new rules(17802,3762,'MOUNTING 51K',false,false);RulesIf[155]=new rif(53724,17802,83756,9,true,false,3);RulesIf[155].Rules=78;RulesIf[156]=new rif(53725,17802,83821,9,true,false,7);RulesIf[156].Rules=78;Rules[78].RulesIf=[155,156];RulesThen[250]=new rulesthen(246213,17802,102099,9,false,false,9,'','','','');RulesThen[250].Rules=78;Rules[78].RulesThen=[250];Rules[79]=new rules(17803,3762,'MOUNTING 51L',false,false);RulesIf[157]=new rif(53726,17803,83756,9,true,false,3);RulesIf[157].Rules=79;RulesIf[158]=new rif(53727,17803,83822,9,true,false,7);RulesIf[158].Rules=79;Rules[79].RulesIf=[157,158];RulesThen[251]=new rulesthen(246215,17803,102099,9,false,false,9,'','','','');RulesThen[251].Rules=79;Rules[79].RulesThen=[251];Rules[80]=new rules(17804,3762,'MOUNTING 52A',false,false);RulesIf[159]=new rif(53728,17804,92673,9,true,false,3);RulesIf[159].Rules=80;RulesIf[160]=new rif(53729,17804,83827,9,true,false,7);RulesIf[160].Rules=80;Rules[80].RulesIf=[159,160];RulesThen[252]=new rulesthen(246217,17804,102099,9,false,false,9,'','','','');RulesThen[252].Rules=80;Rules[80].RulesThen=[252];Rules[81]=new rules(17805,3762,'MOUNTING 52C',false,false);RulesIf[161]=new rif(53730,17805,92673,9,true,false,3);RulesIf[161].Rules=81;RulesIf[162]=new rif(53731,17805,83826,9,true,false,7);RulesIf[162].Rules=81;Rules[81].RulesIf=[161,162];RulesThen[253]=new rulesthen(246219,17805,102099,9,false,false,9,'','','','');RulesThen[253].Rules=81;Rules[81].RulesThen=[253];Rules[82]=new rules(17806,3762,'MOUNTING 52D',false,false);RulesIf[163]=new rif(53732,17806,92673,9,true,false,3);RulesIf[163].Rules=82;RulesIf[164]=new rif(53733,17806,83825,9,true,false,7);RulesIf[164].Rules=82;Rules[82].RulesIf=[163,164];RulesThen[254]=new rulesthen(246221,17806,102099,9,false,false,9,'','','','');RulesThen[254].Rules=82;Rules[82].RulesThen=[254];Rules[83]=new rules(17807,3762,'MOUNTING 52E',false,false);RulesIf[165]=new rif(53734,17807,92673,9,true,false,3);RulesIf[165].Rules=83;RulesIf[166]=new rif(53735,17807,83817,9,true,false,7);RulesIf[166].Rules=83;Rules[83].RulesIf=[165,166];RulesThen[255]=new rulesthen(246223,17807,102099,9,false,false,9,'','','','');RulesThen[255].Rules=83;Rules[83].RulesThen=[255];Rules[84]=new rules(17808,3762,'MOUNTING 52F',false,false);RulesIf[167]=new rif(53736,17808,92673,9,true,false,3);RulesIf[167].Rules=84;RulesIf[168]=new rif(53737,17808,83816,9,true,false,7);RulesIf[168].Rules=84;Rules[84].RulesIf=[167,168];RulesThen[256]=new rulesthen(246225,17808,102099,9,false,false,9,'','','','');RulesThen[256].Rules=84;Rules[84].RulesThen=[256];Rules[85]=new rules(17809,3762,'MOUNTING 52G',false,false);RulesIf[169]=new rif(53738,17809,92673,9,true,false,3);RulesIf[169].Rules=85;RulesIf[170]=new rif(53739,17809,83818,9,true,false,7);RulesIf[170].Rules=85;Rules[85].RulesIf=[169,170];RulesThen[257]=new rulesthen(246227,17809,102099,9,false,false,9,'','','','');RulesThen[257].Rules=85;Rules[85].RulesThen=[257];Rules[86]=new rules(17810,3762,'MOUNTING 52H',false,false);RulesIf[171]=new rif(53740,17810,92673,9,true,false,3);RulesIf[171].Rules=86;RulesIf[172]=new rif(53741,17810,83819,9,true,false,7);RulesIf[172].Rules=86;Rules[86].RulesIf=[171,172];RulesThen[258]=new rulesthen(246229,17810,102099,9,false,false,9,'','','','');RulesThen[258].Rules=86;Rules[86].RulesThen=[258];Rules[87]=new rules(17811,3762,'MOUNTING 52J',false,false);RulesIf[173]=new rif(53742,17811,92673,9,true,false,3);RulesIf[173].Rules=87;RulesIf[174]=new rif(53743,17811,83820,9,true,false,7);RulesIf[174].Rules=87;Rules[87].RulesIf=[173,174];RulesThen[259]=new rulesthen(246231,17811,102099,9,false,false,9,'','','','');RulesThen[259].Rules=87;Rules[87].RulesThen=[259];Rules[88]=new rules(17812,3762,'MOUNTING 52K',false,false);RulesIf[175]=new rif(53744,17812,92673,9,true,false,3);RulesIf[175].Rules=88;RulesIf[176]=new rif(53745,17812,83821,9,true,false,7);RulesIf[176].Rules=88;Rules[88].RulesIf=[175,176];RulesThen[260]=new rulesthen(246233,17812,102099,9,false,false,9,'','','','');RulesThen[260].Rules=88;Rules[88].RulesThen=[260];Rules[89]=new rules(17813,3762,'MOUNTING 52L',false,false);RulesIf[177]=new rif(53746,17813,92673,9,true,false,3);RulesIf[177].Rules=89;RulesIf[178]=new rif(53747,17813,83822,9,true,false,7);RulesIf[178].Rules=89;Rules[89].RulesIf=[177,178];RulesThen[261]=new rulesthen(246235,17813,102099,9,false,false,9,'','','','');RulesThen[261].Rules=89;Rules[89].RulesThen=[261];Rules[90]=new rules(17814,3762,'MOUNTING 61A',false,false);RulesIf[179]=new rif(53748,17814,83759,9,true,false,3);RulesIf[179].Rules=90;RulesIf[180]=new rif(53749,17814,83827,9,true,false,7);RulesIf[180].Rules=90;Rules[90].RulesIf=[179,180];RulesThen[262]=new rulesthen(246237,17814,102099,9,false,false,9,'','','','');RulesThen[262].Rules=90;Rules[90].RulesThen=[262];Rules[91]=new rules(17815,3762,'MOUNTING 61C',false,false);RulesIf[181]=new rif(53750,17815,83759,9,true,false,3);RulesIf[181].Rules=91;RulesIf[182]=new rif(53751,17815,83826,9,true,false,7);RulesIf[182].Rules=91;Rules[91].RulesIf=[181,182];RulesThen[263]=new rulesthen(246239,17815,102099,9,false,false,9,'','','','');RulesThen[263].Rules=91;Rules[91].RulesThen=[263];Rules[92]=new rules(17816,3762,'MOUNTING 61D',false,false);RulesIf[183]=new rif(53752,17816,83759,9,true,false,3);RulesIf[183].Rules=92;RulesIf[184]=new rif(53753,17816,83825,9,true,false,7);RulesIf[184].Rules=92;Rules[92].RulesIf=[183,184];RulesThen[264]=new rulesthen(246241,17816,102099,9,false,false,9,'','','','');RulesThen[264].Rules=92;Rules[92].RulesThen=[264];Rules[93]=new rules(17817,3762,'MOUNTING 61E',false,false);RulesIf[185]=new rif(53754,17817,83759,9,true,false,3);RulesIf[185].Rules=93;RulesIf[186]=new rif(53755,17817,83817,9,true,false,7);RulesIf[186].Rules=93;Rules[93].RulesIf=[185,186];RulesThen[265]=new rulesthen(246243,17817,102099,9,false,false,9,'','','','');RulesThen[265].Rules=93;Rules[93].RulesThen=[265];Rules[94]=new rules(17818,3762,'MOUNTING 61F',false,false);RulesIf[187]=new rif(53756,17818,83759,9,true,false,3);RulesIf[187].Rules=94;RulesIf[188]=new rif(53757,17818,83816,9,true,false,7);RulesIf[188].Rules=94;Rules[94].RulesIf=[187,188];RulesThen[266]=new rulesthen(246245,17818,102099,9,false,false,9,'','','','');RulesThen[266].Rules=94;Rules[94].RulesThen=[266];Rules[95]=new rules(17819,3762,'MOUNTING 61G',false,false);RulesIf[189]=new rif(53758,17819,83759,9,true,false,3);RulesIf[189].Rules=95;RulesIf[190]=new rif(53759,17819,83818,9,true,false,7);RulesIf[190].Rules=95;Rules[95].RulesIf=[189,190];RulesThen[267]=new rulesthen(246247,17819,102099,9,false,false,9,'','','','');RulesThen[267].Rules=95;Rules[95].RulesThen=[267];Rules[96]=new rules(17820,3762,'MOUNTING 61H',false,false);RulesIf[191]=new rif(53760,17820,83759,9,true,false,3);RulesIf[191].Rules=96;RulesIf[192]=new rif(53761,17820,83819,9,true,false,7);RulesIf[192].Rules=96;Rules[96].RulesIf=[191,192];RulesThen[268]=new rulesthen(246249,17820,102099,9,false,false,9,'','','','');RulesThen[268].Rules=96;Rules[96].RulesThen=[268];Rules[97]=new rules(17821,3762,'MOUNTING 61J',false,false);RulesIf[193]=new rif(53762,17821,83759,9,true,false,3);RulesIf[193].Rules=97;RulesIf[194]=new rif(53763,17821,83820,9,true,false,7);RulesIf[194].Rules=97;Rules[97].RulesIf=[193,194];RulesThen[269]=new rulesthen(246251,17821,102099,9,false,false,9,'','','','');RulesThen[269].Rules=97;Rules[97].RulesThen=[269];Rules[98]=new rules(17822,3762,'MOUNTING 61K',false,false);RulesIf[195]=new rif(53764,17822,83759,9,true,false,3);RulesIf[195].Rules=98;RulesIf[196]=new rif(53765,17822,83821,9,true,false,7);RulesIf[196].Rules=98;Rules[98].RulesIf=[195,196];RulesThen[270]=new rulesthen(246253,17822,102099,9,false,false,9,'','','','');RulesThen[270].Rules=98;Rules[98].RulesThen=[270];Rules[99]=new rules(17823,3762,'MOUNTING 61L',false,false);RulesIf[197]=new rif(53766,17823,83759,9,true,false,3);RulesIf[197].Rules=99;RulesIf[198]=new rif(53767,17823,83822,9,true,false,7);RulesIf[198].Rules=99;Rules[99].RulesIf=[197,198];RulesThen[271]=new rulesthen(246255,17823,102099,9,false,false,9,'','','','');RulesThen[271].Rules=99;Rules[99].RulesThen=[271];Rules[100]=new rules(18065,3762,'52&R',false,false);RulesIf[199]=new rif(54373,18065,92673,9,true,false,3);RulesIf[199].Rules=100;RulesIf[200]=new rif(54374,18065,101348,9,true,false,6);RulesIf[200].Rules=100;Rules[100].RulesIf=[199,200];RulesThen[272]=new rulesthen(248372,18065,83783,9,false,false,8,'','','','');RulesThen[272].Rules=100;RulesThen[273]=new rulesthen(248373,18065,83784,9,false,false,8,'','','','');RulesThen[273].Rules=100;RulesThen[274]=new rulesthen(248374,18065,83785,9,false,false,8,'','','','');RulesThen[274].Rules=100;RulesThen[275]=new rulesthen(248375,18065,83786,9,false,false,8,'','','','');RulesThen[275].Rules=100;RulesThen[276]=new rulesthen(248376,18065,100187,9,false,false,8,'','','','');RulesThen[276].Rules=100;Rules[100].RulesThen=[272,273,274,275,276];Rules[101]=new rules(18066,3762,'52&S',false,false);RulesIf[201]=new rif(54375,18066,92673,9,true,false,3);RulesIf[201].Rules=101;RulesIf[202]=new rif(54376,18066,101349,9,true,false,6);RulesIf[202].Rules=101;Rules[101].RulesIf=[201,202];RulesThen[277]=new rulesthen(248377,18066,83783,9,false,false,8,'','','','');RulesThen[277].Rules=101;RulesThen[278]=new rulesthen(248378,18066,83784,9,false,false,8,'','','','');RulesThen[278].Rules=101;RulesThen[279]=new rulesthen(248379,18066,83785,9,false,false,8,'','','','');RulesThen[279].Rules=101;RulesThen[280]=new rulesthen(248380,18066,83786,9,false,false,8,'','','','');RulesThen[280].Rules=101;RulesThen[281]=new rulesthen(248381,18066,100187,9,false,false,8,'','','','');RulesThen[281].Rules=101;Rules[101].RulesThen=[277,278,279,280,281];Rules[102]=new rules(18067,3762,'52&T',false,false);RulesIf[203]=new rif(54377,18067,92673,9,true,false,3);RulesIf[203].Rules=102;RulesIf[204]=new rif(54378,18067,101350,9,true,false,6);RulesIf[204].Rules=102;Rules[102].RulesIf=[203,204];RulesThen[282]=new rulesthen(248382,18067,83783,9,false,false,8,'','','','');RulesThen[282].Rules=102;RulesThen[283]=new rulesthen(248383,18067,83784,9,false,false,8,'','','','');RulesThen[283].Rules=102;RulesThen[284]=new rulesthen(248384,18067,83785,9,false,false,8,'','','','');RulesThen[284].Rules=102;RulesThen[285]=new rulesthen(248385,18067,83786,9,false,false,8,'','','','');RulesThen[285].Rules=102;RulesThen[286]=new rulesthen(248386,18067,100187,9,false,false,8,'','','','');RulesThen[286].Rules=102;Rules[102].RulesThen=[282,283,284,285,286];Rules[103]=new rules(18068,3762,'91&R',false,false);RulesIf[205]=new rif(54379,18068,102097,9,true,false,3);RulesIf[205].Rules=103;RulesIf[206]=new rif(54380,18068,101348,9,true,false,6);RulesIf[206].Rules=103;Rules[103].RulesIf=[205,206];RulesThen[287]=new rulesthen(248387,18068,83783,9,false,false,8,'','','','');RulesThen[287].Rules=103;RulesThen[288]=new rulesthen(248388,18068,83784,9,false,false,8,'','','','');RulesThen[288].Rules=103;RulesThen[289]=new rulesthen(248389,18068,83785,9,false,false,8,'','','','');RulesThen[289].Rules=103;RulesThen[290]=new rulesthen(248390,18068,83786,9,false,false,8,'','','','');RulesThen[290].Rules=103;RulesThen[291]=new rulesthen(248391,18068,100187,9,false,false,8,'','','','');RulesThen[291].Rules=103;RulesThen[292]=new rulesthen(248392,18068,83789,9,false,false,8,'','','','');RulesThen[292].Rules=103;Rules[103].RulesThen=[287,288,289,290,291,292];Rules[104]=new rules(18069,3762,'91&S',false,false);RulesIf[207]=new rif(54381,18069,102097,9,true,false,3);RulesIf[207].Rules=104;RulesIf[208]=new rif(54382,18069,101349,9,true,false,6);RulesIf[208].Rules=104;Rules[104].RulesIf=[207,208];RulesThen[293]=new rulesthen(248393,18069,83783,9,false,false,8,'','','','');RulesThen[293].Rules=104;RulesThen[294]=new rulesthen(248394,18069,83784,9,false,false,8,'','','','');RulesThen[294].Rules=104;RulesThen[295]=new rulesthen(248395,18069,83785,9,false,false,8,'','','','');RulesThen[295].Rules=104;RulesThen[296]=new rulesthen(248396,18069,100187,9,false,false,8,'','','','');RulesThen[296].Rules=104;RulesThen[297]=new rulesthen(248397,18069,83786,9,false,false,8,'','','','');RulesThen[297].Rules=104;RulesThen[298]=new rulesthen(248398,18069,83789,9,false,false,8,'','','','');RulesThen[298].Rules=104;Rules[104].RulesThen=[293,294,295,296,297,298];Rules[105]=new rules(18070,3762,'91&T',false,false);RulesIf[209]=new rif(54383,18070,102097,9,true,false,3);RulesIf[209].Rules=105;RulesIf[210]=new rif(54384,18070,101350,9,true,false,6);RulesIf[210].Rules=105;Rules[105].RulesIf=[209,210];RulesThen[299]=new rulesthen(248399,18070,83783,9,false,false,8,'','','','');RulesThen[299].Rules=105;RulesThen[300]=new rulesthen(248400,18070,83785,9,false,false,8,'','','','');RulesThen[300].Rules=105;RulesThen[301]=new rulesthen(248401,18070,83784,9,false,false,8,'','','','');RulesThen[301].Rules=105;RulesThen[302]=new rulesthen(248402,18070,83786,9,false,false,8,'','','','');RulesThen[302].Rules=105;RulesThen[303]=new rulesthen(248403,18070,100187,9,false,false,8,'','','','');RulesThen[303].Rules=105;RulesThen[304]=new rulesthen(248404,18070,83789,9,false,false,8,'','','','');RulesThen[304].Rules=105;Rules[105].RulesThen=[299,300,301,302,303,304];Rules[106]=new rules(19023,3762,'51 & R',false,false);RulesIf[211]=new rif(57519,19023,83756,9,true,false,3);RulesIf[211].Rules=106;RulesIf[212]=new rif(57520,19023,101348,9,true,false,6);RulesIf[212].Rules=106;Rules[106].RulesIf=[211,212];RulesThen[305]=new rulesthen(259810,19023,83783,9,false,false,8,'','','','');RulesThen[305].Rules=106;RulesThen[306]=new rulesthen(259811,19023,83784,9,false,false,8,'','','','');RulesThen[306].Rules=106;RulesThen[307]=new rulesthen(259812,19023,83785,9,false,false,8,'','','','');RulesThen[307].Rules=106;RulesThen[308]=new rulesthen(259813,19023,83786,9,false,false,8,'','','','');RulesThen[308].Rules=106;RulesThen[309]=new rulesthen(259814,19023,100187,9,false,false,8,'','','','');RulesThen[309].Rules=106;Rules[106].RulesThen=[305,306,307,308,309];var LTadd=[];SCTfootnote[1]=new sctfootnote('');SCTfootnote[2]=new sctfootnote('');SCTfootnote[3]=new sctfootnote('');SCTfootnote[4]=new sctfootnote('');SCTfootnote[5]=new sctfootnote('');SCTfootnote[6]=new sctfootnote('');SCTfootnote[7]=new sctfootnote('');SCTfootnote[8]=new sctfootnote('');SCTfootnote[9]=new sctfootnote('');SCTfootnote[10]=new sctfootnote('');SCTfootnote[11]=new sctfootnote('');SCTfootnote[12]=new sctfootnote('');SCTfootnote[13]=new sctfootnote('');RuleDefaultsArray.push( new RuleDefaults(3,83755,2));RuleDefaultsArray.push( new RuleDefaults(3,102097,3));RuleDefaultsArray.push( new RuleDefaults(3,101350,6));RuleDefaultsArray.push( new RuleDefaults(3,102098,9));ModPrice[0]=new mdpr('6A',481.64);ModPrice[1]=new mdpr('6B',240.82);ModPrice[2]=new mdpr('6D',963.28);ModPrice[3]=new mdpr('6E',481.64);ModPrice[4]=new mdpr('6G',481.64);ModPrice[5]=new mdpr('6H',240.82);ModPrice[6]=new mdpr('6L',481.64);ModPrice[7]=new mdpr('6M',240.82);ModPrice[8]=new mdpr('6N',481.64);ModPrice[9]=new mdpr('6P',240.82);ModPrice[10]=new mdpr('6R',481.64);ModPrice[11]=new mdpr('6S',240.82);ModPrice[12]=new mdpr('6T',481.64);ModPrice[13]=new mdpr('6U',240.82);ModPrice[14]=new mdpr('6V',481.64);URCRules[0]=new URIOCustomRules('4A',0 ,4);URCRules[1]=new URIOCustomRules('4B',0 ,4);URCRules[2]=new URIOCustomRules('4C',0 ,4);URCRules[3]=new URIOCustomRules('4D',16 ,0);URCRules[4]=new URIOCustomRules('4L',0 ,14);URCRules[5]=new URIOCustomRules('67',0 ,8);URCRules[6]=new URIOCustomRules('6A',8 ,4);URCRules[7]=new URIOCustomRules('6B',4 ,6);URCRules[8]=new URIOCustomRules('6C',0 ,8);URCRules[9]=new URIOCustomRules('6D',16 ,0);URCRules[10]=new URIOCustomRules('6E',8 ,4);URCRules[11]=new URIOCustomRules('6F',0 ,8);URCRules[12]=new URIOCustomRules('6G',8 ,4);URCRules[13]=new URIOCustomRules('6H',4 ,6);URCRules[14]=new URIOCustomRules('6K',0 ,8);URCRules[15]=new URIOCustomRules('6L',8 ,4);URCRules[16]=new URIOCustomRules('6M',4 ,6);URCRules[17]=new URIOCustomRules('6N',8 ,4);URCRules[18]=new URIOCustomRules('6P',4 ,6);URCRules[19]=new URIOCustomRules('6R',8 ,4);URCRules[20]=new URIOCustomRules('6S',4 ,6);URCRules[21]=new URIOCustomRules('6T',8 ,4);URCRules[22]=new URIOCustomRules('6U',4 ,6);URCRules[23]=new URIOCustomRules('6V',8 ,4);URCRules[24]=new URIOCustomRules('6W',30 ,0);URCRules[25]=new URIOCustomRules('6X',0 ,18);</script> <script type="text/javascript"> //<![CDATA[ WebForm_AutoFocus('btnDisableEnter');Sys.Application.add_init(function() { $create(Sys.UI._UpdateProgress, {"associatedUpdatePanelId":null,"displayAfter":500,"dynamicLayout":true}, null, null, $get("ctl00_MainContent_upProgress")); }); //]]> </script> </form> <script src="../Angular/build/ngOLS-ftEd-ext-libs.js" type="text/javascript"></script> <script src="../angular/libs/angular-animate.js" type="text/javascript"></script> <script src="../angular/libs/ui-bootstrap-tpls-0.13.4.js" type="text/javascript"></script> <script src="../angular/libs/ui-grid-unstable.js" type="text/javascript"></script> <script src="../angular/libs/angular-modal-service.js" type="text/javascript"></script> <script src="../Angular/build/ngOLS-ftEd.js" type="text/javascript"></script> <script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=121761522" async></script></body> </html>