﻿<!--
var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;

function LoadAllTheTime()
{
    var allthetimeLoginDiv = document.getElementById('allthetimeLoginDiv');
    if (IE6)
    {
        allthetimeLoginDiv.innerHTML = '<div align="left"><table border="0" width="100%"><tr><td><div class="leftColumnTitle">Upgrade to IE 7.0!</div><br /><div style="font-size:12px; color: #7a1b2f;">We\'ve detected that you are currently using an older version of Internet Explorer.  <br /><br />The new TDECU web site is best experienced using Internet Explorer 7.0</div><br /><ul><li><a href="https://allthetime.tdecu.org/asp/USERS/Common/Login/NetLogin.asp" target="_blank">Go to Online Banking</a></li><li><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx" target="_blank">Upgrade to IE7 Now</a></li></ul></td></tr></table></div>';
    }
    else
    {
        allthetimeLoginDiv.innerHTML = '<div class="leftColumnTitle">View Your Accounts</div><iframe FRAMEBORDER="0" scrolling="no" name="iframe1" src=" https://allthetime.tdecu.org/asp/USERS/Common/Login/netLoginIframe2.asp" height="85" width="250">You ust have frames enabled</iframe><div style="position:relative; background-color:#D9E4ED; top:-38px; left: 105px; width:65px; height:47px;"></div><div><ul><li><a target="_blank" href="https://allthetime.tdecu.org/asp/USERS/Common/Login/ResetPassword.asp">Forgot your password</a></li></ul></div>';
    }
}
-->