
function showLoginForm2()
{
    var h = function (r)
    {
        r = r.replace ('{title}', 'Login Form');
        f.showHTML (r, 420, 400);
    }


    new BxXslTransform ('http://www.expertzzz.com/Util/wnd/', 'http://www.expertzzz.com/system/layout/default/xsl/wnd_login_form.xsl', h);
}


function logout(c, r)
{
    document.location = 'http://www.expertzzz.com/logout?logout=1';
    return false;
}

