function OpenCertDetailsLocal(country) 
{
    if (country == "UK")
    {
        thewindow=window.open('https://sealserver.trustwave.com/cert.php?customerId=81362&size=105x54&style=invert&language=en&baseURL=www.lawdepot.co.uk', 'anew', config='height=470,width=520,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');

    }
    else
    {
        //thewindow=window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=CASEQUX3', 'anew', config='height=470,width=520,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
        thewindow=window.open('https://sealserver.trustwave.com/cert.php?customerId=81362&size=105x54&style=invert&language=en&baseURL=www.lawdepot.com', 'anew', config='height=470,width=520,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
    }
}
