<!--
if (document.images) {
	
	nool1_over = new Image()
	nool1_over.src = "/g/nool_oranz.gif"
	nool1_out = new Image()
	nool1_out.src = "/g/nool_hall.gif"
	
	nool2_over = new Image()
	nool2_over.src = "/g/nool_oranz.gif"
	nool2_out = new Image()
	nool2_out.src = "/g/nool_hall.gif"
	
	nool3_over = new Image()
	nool3_over.src = "/g/nool_oranz.gif"
	nool3_out = new Image()
	nool3_out.src = "/g/nool_hall.gif"
	
	nool4_over = new Image()
	nool4_over.src = "/g/nool_oranz.gif"
	nool4_out = new Image()
	nool4_out.src = "/g/nool_hall.gif"
	
	nool5_over = new Image()
	nool5_over.src = "/g/nool_oranz.gif"
	nool5_out = new Image()
	nool5_out.src = "/g/nool_hall.gif"	

	nool6_over = new Image()
	nool6_over.src = "/g/nool_oranz.gif"
	nool6_out = new Image()
	nool6_out.src = "/g/nool_hall.gif"	

	nool7_over = new Image()
	nool7_over.src = "/g/nool_oranz.gif"
	nool7_out = new Image()
	nool7_out.src = "/g/nool_hall.gif"	

	nool8_over = new Image()
	nool8_over.src = "/g/nool_oranz.gif"
	nool8_out = new Image()
	nool8_out.src = "/g/nool_hall.gif"	

	nool9_over = new Image()
	nool9_over.src = "/g/nool_oranz.gif"
	nool9_out = new Image()
	nool9_out.src = "/g/nool_hall.gif"	

	nool10_over = new Image()
	nool10_over.src = "/g/nool_oranz.gif"
	nool10_out = new Image()
	nool10_out.src = "/g/nool_hall.gif"	

}
// onMouseOver
function over(imgname) {
  if (document.images) {
	document.images[imgname].src = eval(imgname + "_over.src")
  }
}
// onMouseOut
function out(imgname) {
	if (document.images) {
	document.images[imgname].src = eval(imgname + "_out.src")
	}
}
//-->