﻿function showSecurityPolicy()
{
    window.open('/public2/Security_Policy.aspx','securitypolicy','width=550,height=300,left=' + ((screen.width/2)-250) + ',top=' + ((screen.height/2)-250) );
}