<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function bioChange(arg){
	
	obj = document.getElementById("bio"+arg);
	
	if (obj.style.display=="block")
	{
	   document.getElementById("bio"+arg).style.display="none";
	}
	else {
	   document.getElementById("bio"+arg).style.display="block";
	}
}

function bioSwap(arg){
	obj = document.getElementById("biosw"+arg);
	for(i=1; i<4; i++){
		document.getElementById("biosw"+i).style.display="none";
	}
	obj.style.display="block";
}

function domSwap(arg){
	obj = document.getElementById("domsw"+arg);
	for(i=1; i<3; i++){
		document.getElementById("domsw"+i).style.display="none";
	}
	obj.style.display="block";
}


//-->