﻿$(document).ready(function() {
    $(".txtSearchCompany").autocomplete("/TeamManager/Gateway/companysearch.aspx", { minChars: 3 });

    $(":checkbox").addClass("nobg nobd");

    $(".ellipsis").ellipsis(true);
});

function renderNav() {
    if (typeof sIFR == "function") {
        sIFR.replaceElement(named({ sSelector: "ul.rmRootGroup li.rmItem span.rmText", sFlashSrc: "/assets/burbank.swf", sColor: "#FFFFFF", sWmode: "transparent", nPaddingTop: 0, nPaddingBottom: 0 }));
    };
}
 function OnAjaxError(xhr, errorElement) {
     var errorMsg = "Unexpected Error:\n";
     errorMsg += $.parseJSON(xhr.responseText).Message;
     if (errorElement != undefined && errorElement != null) {
         $(errorElement).html(errorMsg);
     }
     else {
         alert(errorMsg);
     }
 }

 function renderH2() {
     if (typeof sIFR == "function") {
         sIFR.replaceElement(named({ sSelector: "h2", sFlashSrc: "/assets/burbank.swf", sColor: "#1a2950", sWmode: "transparent", nPaddingTop: 0, nPaddingBottom: 0 }));
     };
 }