/**
 * Global object defining all string used in the JavaScript code for the English
 * section of the EcoGRID site.
 */
var LANG = {
    newWindow: "Opens in new window",
    printElement: "Print",
    printFooter: "EcoGRID - UvA",
    printPage: "Print",
    readLess: "Collapse",
    readMore: "Read more"
};

