<!-- <script LANGUAGE="JavaScript">
<!-- HIDE FROM BROWSERS
// determine browser
<!-- document.write(navigator.userAgent + "<BR>");
function get_browser(){
if (navigator.userAgent.indexOf("MSIE 5.") != -1) {return "MSIE 5.x";}
if (navigator.userAgent.indexOf("MSIE 4.") != -1) {return "MSIE 4.x";}
if (navigator.userAgent.indexOf("MSIE 3.") != -1) {return "MSIE 3.x";}
if (navigator.userAgent.indexOf("Mozilla/2.") != -1) {return "Netscape 2.x";}
if (navigator.userAgent.indexOf("Mozilla/3.") != -1) {return "Netscape 3.x";}
if (navigator.userAgent.indexOf("Mozilla/4.") != -1) {return "Netscape 4.x";}
return null;
}

// Check for MSIE 4.0
var is_msie=false;
var supports_Images=false;
var version;
version = "n3";
if (get_browser()>="MSIE 4.x") {is_msie=true;}

browserName = navigator.appName;
browserVer = parseInt (navigator.appVersion)	

	if (browserName == "Netscape" && browserVer >=3) version = "n3";	
	else version = "n2";	

	if ((is_msie) || (version == "n3")) {
	icon1on = new Image(145,20);	
	icon1on.src = "../images/rbo4botttomhomeof.jpg";	
	icon2on = new Image(145,20);	
	icon2on.src = "../images/rbo4botttominsplansof.jpg";	
	icon3on = new Image(145,20);	
	icon3on.src = "../images/rbo4botttomeventsof.jpg";	
	icon4on = new Image(145,20);	
	icon4on.src = "../images/rbo4botttomconusof.jpg";	
	icon5on = new Image(145,20);	
	icon5on.src = "../images/rbo4botttomfeedbkof.jpg";	
	
	icon6on = new Image(145,20);	
	icon6on.src = "../images/rbo4botttomfratbenof.jpg";	
	icon7on = new Image(145,20);	
	icon7on.src = "../images/rbo4botttomlinksof.jpg";	
	icon8on = new Image(145,20);	
	icon8on.src="../images/rbo_logo_gold2.jpg";	
	icon9on = new Image(145,20);	
	icon9on.src = "../images/rbo4botttomaboutof.jpg";	

	icon1off = new Image(145,20);	
	icon1off.src = "../images/rbo4botttomhomeon.jpg";	
	icon2off = new Image(145,20);	
	icon2off.src = "../images/rbo4botttominsplanson.jpg";	
	icon3off = new Image(145,20);	
	icon3off.src = "../images/rbo4botttomeventson.jpg";
	icon4off = new Image(145,20);	
	icon4off.src = "../images/rbo4botttomconuson.jpg";	
	
	icon5off = new Image(145,20);	
	icon5off.src = "../images/rbo4botttomfeedbkon.jpg";	

	icon6off = new Image(145,20);	
	icon6off.src = "../images/rbo4botttomfratbenon.jpg";
	icon7off = new Image(145,20);	
	icon7off.src = "../images/rbo4botttomlinkson.jpg";	
	icon8off = new Image(145,20);	
	icon8off.src = "../images/rbo4botttomhomeon.jpg";	
	icon9off = new Image(145,20);	
	icon9off.src = "../images/rbo4botttomabouton.jpg";	

	iconaoff = new Image(145,20);	
	iconaoff.src = "../images/rbo4botttomofficerson.jpg";	
	iconaon = new Image(145,20);	
	iconaon.src = "../images/rbo4botttomofficersof.jpg";	


	iconboff = new Image(145,20);	
	iconboff.src = "../images/rbo4botttomformson.jpg";	
	iconbon = new Image(145,20);	
	iconbon.src = "../images/rbo4botttomformsof.jpg";	


}
function img_act(imgName) {
	if ((is_msie) || (version == "n3")) {
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
}
}
function img_inact(imgName) {
	if ((is_msie) || (version == "n3")) {
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
}
}

<!-- document.write(browserName + " " + browserVer + " " + version + " " + is_msie  + "<BR>"); 

<!-- </script> -->
