var Details = {
    Show: function(templateId, authorName) {
        document.location = "/Templates/Details/" + templateId;
    }
};