﻿///<reference path="jquery-1.3.2-vsdoc.js" />

function ToggleLightbox(id) {
    $("#DarkeningLayer").toggle();
    $("#" + id).toggle(200);
}