// JavaScript Document
//<!--
/*
Disabled, no longer in use.
var isNS = (navigator.appName == "Netscape");
var isNS4 = ( isNS && (navigator.userAgent.indexOf("Mozilla/4") > -1) );

if (isNS4) {
	document.write('<link rel="stylesheet" type="text/css" href="/nrc.nl/style/NRCstyles_NS4.css"/>');
} else {
	document.write('<link rel="stylesheet" type="text/css" href="/nrc.nl/style/NRCstyles.css"/>');
}
*/
//-->


//<!--
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;
//-->

//<!--
if (window != top) top.location.href = location.href;
//-->

//<!--
fontSize = (readCookie('NRCnlSize'));

if (fontSize)
{
	if (fontSize < 6)		{ fontSize= 6;  }
	if (fontSize > 20)		{ fontSize= 20; }
	document.write('<style type="text/css">table {font-size: '+fontSize+'px;}</style>');
}
//-->