shortcut.add("Ctrl+E",function() {
	if(bName() == 1) {
		popup('/qcms/index.php?faction=login&__frontend=1&__popup=1', 700, 400);
		return;
	} else {
		alert('SimpelCMS redigering virker kun i Internet Explorer');
	}
});


