﻿// JScript File

function OpenTermDictionary(termToLookup)
{
        var height = 300;
        var width = 600;
    
        var left = (screen.width - width) / 2; 
        var top = (screen.height - (height + 110)) / 2;
        
        var page = '../term-dictionary.aspx?term=' + termToLookup;
        
        window.open(page, null, 'height=' + height + ',width=' + width + ',status=yes,toolbar=no,menubar=no,location=no, left=' + left + ',top=' + top);
}


function OpenTestimonialInPopupWindow(link)
{
    var height = 300;
    var width = 600;

    var left = (screen.width - width) / 2; 
    var top = (screen.height - (height + 110)) / 2;
    
    window.open(link, null, 'height=' + height + ',width=' + width + ',status=yes,toolbar=no,menubar=no,location=no, left=' + left + ',top=' + top);
}




// EMAIL ADDRESS FUNCTIONS
function getGPaulishEmail()
{
    return eval(unescape('d%6fc%75%6de%6e%74%2e%77%72%69%74e%28%27%3Ca%20%68%72ef%3D%22%26%23109%3Ba%26%23105%3B%6c%26%23116%3B%26%23111%3B%3A%26%23103%3B%26%2397%3B%26%23114%3B%26%23121%3B%26%2346%3B%26%23112%3B%26%2397%3B%26%23117%3B%26%23108%3B%26%23105%3B%26%23115%3B%26%23104%3B%26%2364%3B%26%23100%3B%26%23115%3B%26%23105%3B%26%2345%3B%26%23116%3B%26%2346%3B%26%2399%3B%26%23111%3B%26%23109%3B%22%3E%67a%72%79%2e%70a%75%6c%69%73%68%40d%73%69%2d%74%2ec%6f%6d%3C%2fa%3E%27%29%3B'));
}

function getDSterkenburgEmail()
{
    return eval(unescape('d%6fc%75%6de%6e%74%2e%77%72%69%74e%28%27%3Ca%20%68%72ef%3D%22%26%23109%3Ba%26%23105%3B%6c%26%23116%3B%26%23111%3B%3A%26%23100%3B%26%23117%3B%26%23115%3B%26%23116%3B%26%23105%3B%26%23110%3B%26%2346%3B%26%23115%3B%26%23116%3B%26%23101%3B%26%23114%3B%26%23107%3B%26%23101%3B%26%23110%3B%26%2398%3B%26%23117%3B%26%23114%3B%26%23103%3B%26%2364%3B%26%23100%3B%26%23115%3B%26%23105%3B%26%2345%3B%26%23116%3B%26%2346%3B%26%2399%3B%26%23111%3B%26%23109%3B%22%3Ed%75%73%74%69%6e%2e%73%74e%72%6be%6eb%75%72%67%40d%73%69%2d%74%2ec%6f%6d%3C%2fa%3E%27%29%3B'));
}

function getInfoEmail()
{
    return eval(unescape('d%6fc%75%6de%6e%74%2e%77%72%69%74e%28%27%3Ca%20%68%72ef%3D%22%26%23109%3Ba%26%23105%3B%6c%26%23116%3B%26%23111%3B%3A%26%23105%3B%26%23110%3B%26%23102%3B%26%23111%3B%26%2364%3B%26%23100%3B%26%23115%3B%26%23105%3B%26%2345%3B%26%23116%3B%26%2346%3B%26%2399%3B%26%23111%3B%26%23109%3B%22%3E%69%6ef%6f%40d%73%69%2d%74%2ec%6f%6d%3C%2fa%3E%27%29%3B'))
}
