
//  -------------------------------------------------------------------
//  This function is used to display items in the dropdown list box 
//  -------------------------------------------------------------------
function NavTo(form) {
self.location.href=form.navlist.options[form.navlist.selectedIndex].value;
}
