﻿function openFacebook(url) {
    window.open(url, "terms", "status=0, toolbar=0, location=0, height=533, width=975");
}