
function newWindow(url, rs, sb, l, t, w, h)
{
    void(window.open(url, '', 'resizable='+rs
                           +', scrollbars='+sb
                           +', left='+l
                           +', top='+t
                           +', width='+w
                           +', height='+h));
}
