//this is for the 'Find out about' drop down select menu
function selectJump(form) { 
	var index=form.select.selectedIndex
	if (form.select.options[index].value != "0") {
		location=form.select.options[index].value;
		}
	}
	
function changeMenuColor(id) {
	document.getElementById(id).style.color='#FF6600'
	}	
	
function changeSecondColor(id,id2) {
	document.getElementById(id).style.color='#FF6600'
	document.getElementById(id2).style.color='#FF6600'
	}	
	
	
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function submitForm(id) {
	if(id==1) document.memberLogin.submit();
	if(id==2) document.consulSearch.submit();
	}
	

function changeColor()
{
  var i, args = changeColor.arguments;
  for (i=0; i<(args.length); i++)
  {
	document.getElementById(args[i]).style.color='#FF6600'
  }
}
	
	