﻿function PopLogin()
{
    var url;		
    LeftPosition = (screen.width) ? (screen.width-817)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-600)/2 : 0;
    features = 'height=600,width=817,top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=yes,resizable=no';
    url = 'http://www.123alarm.com/login.html';
    window.open(url,'Login',features);
}
function PopMyAccount()
{
    var url;		
    LeftPosition = (screen.width) ? (screen.width-817)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-600)/2 : 0;
    features = 'height=600,width=817,top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=yes,resizable=no';
    url = 'http://www.123alarm.com/my-account.html';
    window.open(url,'Login',features);
}
