	function init() {	Bluritnow();	}	var CacheImageList = new Array();	CacheImageList[1] = "img/english-on.gif";	CacheImageList[2] = "img/english-off.gif";	CacheImageList[3] = "img/deutsch-on.gif";	CacheImageList[4] = "img/deutsch-off.gif";	CacheImageList[5] = "img/mail-on.gif";	CacheImageList[6] = "img/mail-off.gif";	NewImageList=new Array(); counter1=1;	while(counter1 < CacheImageList.length) {		NewImageList[counter1]= new Image;		NewImageList[counter1].src = CacheImageList[counter1];		counter1++;	}	function HiLiteImage(pId,pName) {pName.src=NewImageList[pId].src;}	function CrossBrowserVar(pchapter) {		if(is.ns4) {retval=eval("document.nav_"+pchapter);}		else if(is.ie4) {retval=eval('document.all'+'["nav_'+pchapter+'"]');}		else {retval=eval('document.images["nav_'+pchapter+'"]');}		return(retval);	}