var links;
noLoad = (links || self.document.compatMode != 'CSS1Compat');
if (noLoad) {
	window.onresize = window.onscroll = function() {return;};
	window.onload = function() {
		if (dWidth) {
			self.focus();
			if (isNav.navID) {
				for (ix=0;ix<isNav.navID.length;ix++) isNav.document.getElementById('ch' + isNav.navID[ix]).className = (self.location.href.indexOf(isNav.navID[ix]) > 0) ? 'red' : '';
				objNav.className = 'hide';
			}
		}
	};
} else if (isNav&&isAll) if (!isNav.ie7) {
	isNav.ie7 = 1;
	alert('Display can be buggy in IE7. Back & Forward to pages when needed.');
}
