function fixhilites(which) {	eval('navFrameObj = parent.navframe.document.' + which);	if ((navFrameObj) && (parent.contentframe.document)) {		theSrc = "parent.navframe.document."+which+".src";		if (which+".html" != parent.contentframe.document.title) {			eval(theSrc + " = 'images/btnbr' + which + '.gif';");		} else {			eval(theSrc + " = 'images/btnor' + which + '.gif';");		}		}}function fixAllHilites() {	fixhilites("home");	fixhilites("profile");	fixhilites("linx");	fixhilites("showcase");	fixhilites("vacuflo");}