<!--
    if (document.images) {

		home = new Image()
		home.src = "../images/s-nv-h-off.gif"
		homeon = new Image()
		homeon.src = "../images/s-nv-h-on.gif"

		about = new Image()
		about.src = "../images/s-nv-au-off.gif"
		abouton = new Image()
		abouton.src = "../images/s-nv-au-on.gif"
		
		ce = new Image()
		ce.src = "../images/s-nv-ce-off.gif"
		ceon = new Image()
		ceon.src = "../images/s-nv-ce-on.gif"
		
		comm = new Image()
		comm.src = "../images/s-nv-c-off.gif"
		common = new Image()
		common.src = "../images/s-nv-c-on.gif"
		
		nl = new Image()
		nl.src = "../images/s-nv-nl-off.gif"
		nlon = new Image()
		nlon.src = "../images/s-nv-nl-on.gif"

		cl = new Image()
		cl.src = "../images/s-nv-cl-off.gif"
		clon = new Image()
		clon.src = "../images/s-nv-cl-on.gif"
		
		sm = new Image()
		sm.src = "../images/s-nv-sm-off.gif"
		smon = new Image()
		smon.src = "../images/s-nv-sm-on.gif"

		cu = new Image()
		cu.src = "../images/s-nv-cu-off.gif"
		cuon = new Image()
		cuon.src = "../images/s-nv-cu-on.gif"
	}
	
	function iC(i, iName){
	if (document.images){
		document.images[i].src = eval(i + iName + ".src");
		}
	}
	
	function reDo(){ window.location.reload() }
    window.onresize = reDo;
//-->