
<!--
keyaction=true;
function getKey(keyStroke) {
    if (keyaction) {
	var key = new Array();  // Définir Touches d'accès rapide ici
	key['a'] = "/nouvelles/acces/index.asp";
	key['b'] = "#basdelapage";
	key['c'] = "";
	key['d'] = "";
	key['e'] = "/nouvelles/acces/index.asp?cat=Economie";
	key['f'] = "";
	key['g'] = "";
	key['h'] = "#hautdelapage";
	key['i'] = "javascript:window.print()";
	key['j'] = "";
	key['k'] = "";
	key['l'] = "/nouvelles/acces/index.asp?cat=International";
	key['m'] = "#menu";
	key['n'] = "";
	key['o'] = "";
	key['p'] = "/nouvelles/acces/index.asp?cat=Politique";
	key['q'] = "";
	key['r'] = "/nouvelles/index.asp";
	key['s'] = "/nouvelles/acces/index.asp?cat=Santeeducation";
	key['t'] = "";
	key['u'] = "";
	key['x'] = "#contenudelapage";
	key['y'] = "";
	key['z'] = "";
	key['?'] = "/nouvelles/acces/touchesRapides.asp";
	key['='] = "javascript:location.reload()";
	key['.'] = "javascript:window.external.AddFavorite('http://www.radio-canada.ca/nouvelles/acces/', 'Radio-Canada : Les nouvelles pour déficients visuels')";
	key['-'] = "javascript:history.back()";
	key['+'] = "javascript:history.forward()";

	isNetscape=(document.layers);
	eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
	which = String.fromCharCode(eventChooser).toLowerCase();
	for (var i in key) if (which == i) window.location = key[i];
	}
    }
	document.onkeypress = getKey;

versionNav = navigator.appVersion;
placeMSIE5 = versionNav.indexOf("MSIE 5");
//function AfficheHomePage()
//{
	//if (placeMSIE5 > -1)
	//{
		//document.write('[<A HREF="#" onClick="HomePage(this);return(false);">Faites «Le Typhlophile», votre page de d\&eacute;marrage.</A>]<BR>');
	//}
//}
function HomePage(obj)
{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://typhlophile.com');
}


if (parent.frames.length > 0)
{
	window.top.location.href = location.href;
}

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

-->

