document.onkeydown = function ()
	{
	if (event.keyCode==27)
		{
        event.keyCode = 0;
		event.returnValue = false;
		event.cancelBubble = true;
		return false;
		}
	return true;
	}
	
//if (window.top.document.title == window.document.title ) 
//{
location.replace("http://www.intesasanpaoloformazione.it/index.asp")
//}