﻿function openWindow(anchor, e, width, height) {
    window.open(anchor.href, "facebook", "width=" + width.toString() + ",height=" + height.toString() + ",status=0,toolbar=0,menubar=0,location=0,resizable=0,scrollbars=0,directories=0");
    e.preventDefault();
    return !1;
}
