/**
 * Global object defining all string used in the JavaScript code for the Dutch
 * section of the EcoGRID site.
 */
var LANG = {
    newWindow: "Opent in een nieuw scherm",
    printElement: "Print",
    printFooter: "EcoGRID - UvA",
    printPage: "Print",
    readLess: "Inklappen",
    readMore: "Lees meer"
};

