﻿function loadDialog(reference) {
    var boxystring = "<div style='width:450px;'>"+
    "<img src='../images/justis-logo-small.png' alt='Justis'/>"+
    "<br />"+
    "<div style='text-align:left'>"+
        "<p style='margin-top:10px'>"+
         "<strong>You need to be a subscriber to read this document on Justis</strong></p>"+
        "<p>Justis contains full text documents for UK, EU and international case law and legislation. To see this information and more, please request a free trial and try it for yourself</p>"+
    "</div>"+
    "<a href='../demo-trial/trial-page.aspx'><img style='margin:10px auto; border:none;' src='../images/aqua-trial-button-simple.png'/></a>"+
    "<div style='text-align:left'>"+
    "<p style='margin-top:15px'><strong>Already a Justis subscriber?</strong></p>"+
    "<p>If you have a Justis subscription, <strong><a href='http://www.justis.com/search.aspx?search=quick&ref="
    + reference +
    "'>click here to proceed &gt;&gt;> </a></strong> </p>"+
    "</div></div>"
    new Boxy(boxystring, { modal: false, title: reference });
    return false;
}
