<!--
 if (document.images) 
	{
	abouton = new Image(122,42);
	abouton.src = "images/HNO_about.gif";
	aboutoff = new Image(122,42);
	aboutoff.src = "images/HN_about.gif";
	
	introon = new Image(122,42);
	introon.src = "images/HNO_introduction.gif";
	introoff = new Image(122,42);
	introoff.src = "images/HN_introduction.gif";
	
	nbaon = new Image(122,42);
	nbaon.src = "images/HNO_nba.gif";
	nbaoff = new Image(122,42);
	nbaoff.src = "images/HN_nba.gif";
	
	nexton = new Image(122,42);
	nexton.src = "images/HNO_next.gif";
	nextoff = new Image(122,42);
	nextoff.src = "images/HN_next.gif";
	
	appon = new Image(122,42);
	appon.src = "images/HNO_appendices.gif";
	appoff = new Image(122,42);
	appoff.src = "images/HN_appendices.gif";
	}
// -->

