﻿
function close() {
    // Close light window
    try {
        parent.window.hs.getExpander().close();
    } catch (e) {}
}
