function openNewWindow(url, options) {
window.open(url, "_blank", options);
}
