﻿// Open Window
function OpenGallery(theURL, winName) {
    window.open(theURL, winName, "width=482, height=456, resizable=0, menubar=0, status=0, toolbar=0, titlebar=0, location=0");
}
function OpenGirl(theURL, winName) {
    window.open(theURL, winName, "width=775, height=456, resizable=0, menubar=0, status=0, toolbar=0, titlebar=0, location=0");
}
function OpenSendBulletin() {
    window.open("/Bulletin/Send-Bulletin.aspx", "Recadinho", "width=390, height=360, resizable=0, menubar=0, status=0, toolbar=0, titlebar=0, location=0");
}
function OpenWindow(theURL, winName, features) {
    window.open(theURL, winName, features);
}

