<!-- SCCS ID: @(#)BCF1.js	1.1 03/28/00 -->
<!--
var br
if(navigator.appName == 'Netscape' && document.layers != null){br="N";}
else if(navigator.appName == 'Microsoft Internet Explorer' && document.all != null){br="IE";}
else{br=null}

function linkTo(form) {
    var myindex=form.nav_menu.selectedIndex
	location=(form.nav_menu.options[myindex].value);
}
//-->
