<!--

	homer=new Image(165,30)
	homer.src="graphics/homer.gif"
	homeb=new Image(165,30)
	homeb.src="graphics/homeb.gif"

	adcr=new Image(165,30)
	adcr.src="graphics/adcr.gif"
	adcb=new Image(165,30)
	adcb.src="graphics/adcb.gif"

	aslr=new Image(165,30)
	aslr.src="graphics/aslr.gif"
	aslb=new Image(165,30)
	aslb.src="graphics/aslb.gif"

	interpr=new Image(165,30)
	interpr.src="graphics/interpr.gif"
	interpb=new Image(165,30)
	interpb.src="graphics/interpb.gif"

	aboutsmr=new Image(165,30)
	aboutsmr.src="graphics/aboutsmr.gif"
	aboutsmb=new Image(165,30)
	aboutsmb.src="graphics/aboutsmb.gif"

	aboutlpr=new Image(165,30)
	aboutlpr.src="graphics/aboutlpr.gif"
	aboutlpb=new Image(165,30)
	aboutlpb.src="graphics/aboutlpb.gif"	

	catr=new Image(165,30)
	catr.src="graphics/catr.gif"
	catb=new Image(165,30)
	catb.src="graphics/catb.gif"

	otherr=new Image(165,30)
	otherr.src="graphics/otherr.gif"
	otherb=new Image(165,30)
	otherb.src="graphics/otherb.gif"

	contactr=new Image(165,30)
	contactr.src="graphics/contactr.gif"
	contactb=new Image(165,30)
	contactb.src="graphics/contactb.gif"	

   function filter(imagename,objectsrc) {

	var n=navigator.appName
	var v=parseInt(navigator.appVersion)
	var browsok=((n=="Netscape")&&(v>=3))
	var browsok2=((n=="Microsoft Internet Explorer")&&(v>=4))

	if ((browsok)||(browsok2))
		document.images[imagename].src=eval(objectsrc+".src")
}

//-->


<!--This needs to be placed in the list above when "Ask The Experts" is added to the links.

	asky=new Image(160,30)
	asky.src="graphics/asky.gif"
	askw=new Image(160,30)
	askw.src="graphics/askw.gif"
//-->
