﻿
//<!--Gov Delivery popup code begins -->
function popupGovDev(catid) {
    helpWindow = window.open('http://service.govdelivery.com/service/subscribe.html?code=USDOTFMCSA_' + catid, 'Popup', 'width=600,height=560,left=380,top=150,toolbar=no,scrollbars=yes,resizable=yes,location=no')
    helpWindow.focus()
}
function switch_lan() {
    window.document.frmLan.submit();
}
function DefaultText(txt, evt) {
    if (txt.value.length == 0 && evt.type == "blur") {
        txt.value = "Search All FMCSA Sites";
        //txt.style.color = "grey"
    }
    if (txt.value == "Search All FMCSA Sites" && evt.type == "focus") {
        txt.value = "";
    }
}
 //   <!--Gov Delivery popup code ends -->