﻿Type.registerNamespace("Resources");

Resources.EnlacesLateral = function() { };
Resources.EnlacesLateral.prototype =
{
    VerMas: 'Ver más',
    VerMenos: 'Ver menos'
}

Resources.EnlacesLateral.registerClass('Resources.EnlacesLateral', Sys.UI.Control);
if (typeof (Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();

