function load(form, win) {
  parent.frames.infoframe.location.href = form.menu.options[form.menu.selectedIndex].value;
}
function loadPage(form, win) {
	if(form.menu.options[form.menu.selectedIndex].value != "#") parent.frames.infoframe.location.href = form.menu.options[form.menu.selectedIndex].value;
}

