function SessionManagerWindow() {
	window.open('index.cfm?fuseaction=security.prompt','session','width=320,height=210,top=50,left=50');
}

function SecurityWindow() {
	window.open('index.cfm?fuseaction=security.warning','SecurityWarning','width=600,height=300,location=no,scrollbars=no');
	return false;
}

/*
function LoginWindow() {
	window.open('index.cfm?fuseaction=authentication.login&win=true','login','width=320,height=210,top=50,left=50');
	return false;
}
	
function helpWindow() {
	window.open('sys_circuits/help/index.cfm','help','width=600,height=450,top=50,left=50');
	return false;
}
*/