function open_viewer(page)
{
    args =
        "width=820, height=620, menubar=0, titlebar=0, toolbar=0, scrollbars=1, status=0" +
        "location=0, menubar=0, resizable=1, hotkeys=0";

    window.open(page, "background_viewer", args);
    return false;
}
