// POP UP WINDOW SCRIPTS DEFINING WINDOW PROPERTIES

// Login screenshot for User Admin Section
function windowLogin()
{
window.open("../left/popups/login.html",'mywindow','width=740,height=550,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes'); return true;
}

// Quarantine Inbox screenshot for User Admin Section
function windowInbox()
{
window.open("../left/popups/inbox.html",'mywindow','width=740,height=550,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes'); return true;
}

// Security Preferences screenshot for User Admin Section
function windowSecurity()
{
window.open("../left/popups/security.html",'mywindow2','width=740,height=650,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes'); return true;
}

// Quarantine Preferences screenshot for User Admin Section
function windowQuarantine()
{
window.open("../left/popups/quarantine.html",'mywindow2','width=740,height=650,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes'); return true;
}

// Spam Scanning Preferences screenshot for User Admin Section
function windowSpamscan()
{
window.open("../left/popups/spamscan.html",'mywindow2','width=740,height=650,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes'); return true;
}

// Whitelist/Blacklist Preferences screenshot for User Admin Section
function windowWhitelist()
{
window.open("../left/popups/whitelist.html",'mywindow2','width=740,height=650,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes'); return true;
}

// Notification Preferences screenshot for User Admin Section
function windowNotification()
{
window.open("../left/popups/notification.html",'mywindow2','width=740,height=650,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes'); return true;
}

// DEPLOYMENT POP UP SCREEN USED FOR SERVICE OVERVIEW SECTION

// Deployment Configuration Screen
function windowDeployment()
{
window.open("../left/popups/deployment.html",'mywindow','width=560,height=350,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes'); return true;
}

// MS OUTLOOK PLUGIN POP UP SCREEN USED FOR SUPPORT SECTION

// MS Outlook Plugin Screen
function windowMSoutlook()
{
window.open("left/popups/msoutlook.html",'mywindow3','width=780,height=520,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes'); return true;
}
