if (typeof eCobra === 'undefined' || !eCobra) { var eCobra = {}; }
if (!eCobra.openChatWindow) {
	eCobra.openChatWindow = function() {
		var chatUrl = 'http://support.eflexsecurity.com/request.php?l=efgSupport&x=1&deptid=3&page=http%3A%2F%2Fwww.ecobra.com%2F';
		var features = 'width=450,height=360,left=50,top=100,menubar=no,toolbar=no,location=no,scrollbars=no';
		window.open(chatUrl, '_blank', features);
	};
}
