﻿function LoadJavaScript()
{
    if((document.URL == "http://www.nzstt.ac.nz/index.aspx") || (document.URL == "http://www.nzstt.ac.nz/refund_policy.aspx") || (document.URL == "http://www.nzstt.ac.nz/career_options.aspx") || (document.URL == "http://www.nzstt.ac.nz/nzstt_graduates.aspx") || (document.URL == "http://www.nzstt.ac.nz/application_process.aspx") || (document.URL == "http://www.nzstt.ac.nz/loans_allow.aspx") || (document.URL == "http://www.nzstt.ac.nz/enrol_ds.aspx")|| (document.URL == "http://www.nzstt.ac.nz/enrol_is.aspx") || (document.URL == "http://www.nzstt.ac.nz/contact.aspx")  || (document.URL == "http://www.nzstt.ac.nz/sitemap.aspx") || (document.URL == "http://www.nzstt.com/index.aspx") || (document.URL == "http://www.nzstt.com/refund_policy.aspx") || (document.URL == "http://www.nzstt.com/career_options.aspx") || (document.URL == "http://www.nzstt.com/nzstt_graduates.aspx") || (document.URL == "http://www.nzstt.com/application_process.aspx") || (document.URL == "http://www.nzstt.com/loans_allow.aspx") || (document.URL == "http://www.nzstt.com/enrol_ds.aspx")|| (document.URL == "http://www.nzstt.com/enrol_is.aspx") || (document.URL == "http://www.nzstt.com/contact.aspx")  || (document.URL == "http://www.nzstt.com/sitemap.aspx") || (document.URL == "http://nzstt.ac.nz/index.aspx") || (document.URL == "http://nzstt.ac.nz/refund_policy.aspx") || (document.URL == "http://nzstt.ac.nz/career_options.aspx") || (document.URL == "http://nzstt.ac.nz/nzstt_graduates.aspx") || (document.URL == "http://nzstt.ac.nz/application_process.aspx") || (document.URL == "http://nzstt.ac.nz/loans_allow.aspx") || (document.URL == "http://nzstt.ac.nz/enrol_ds.aspx")|| (document.URL == "http://nzstt.ac.nz/enrol_is.aspx") || (document.URL == "http://nzstt.ac.nz/contact.aspx") || (document.URL == "http://nzstt.ac.nz/sitemap.aspx") || (document.URL == "http://nzstt.com/index.aspx") || (document.URL == "http://nzstt.com/refund_policy.aspx") || (document.URL == "http://nzstt.com/career_options.aspx") || (document.URL == "http://nzstt.com/nzstt_graduates.aspx") || (document.URL == "http://nzstt.com/application_process.aspx") || (document.URL == "http://nzstt.com/loans_allow.aspx") || (document.URL == "http://nzstt.com/enrol_ds.aspx")|| (document.URL == "http://nzstt.com/enrol_is.aspx") || (document.URL == "http://nzstt.com/contact.aspx")  || (document.URL == "http://nzstt.com/sitemap.aspx"))
    {
        
    }
    else    
    {
        var leftCol = window.document.getElementById('gray_div_image');
        var rightCol = window.document.getElementById('text');
        // calculate the max height    
        var hLeftCol = leftCol.offsetHeight;
        var hRightCol = rightCol.offsetHeight;
        var maxHeight = Math.max(hLeftCol, hRightCol);
        // set the height of all 3 DIVS to the max height
        leftCol.style.height = (maxHeight - 28) + 'px';
        rightCol.style.height = maxHeight + 'px'; 
        //window.document.getElementById('footer').style.visibility = 'inherit';
    }    
}

