<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function M_Over(thiss)
	{
	eval(thiss).style.backgroundColor='yellow';
	eval(thiss).style.cursor='hand';
	}
function M_Out(thiss)
	{
	eval(thiss).style.backgroundColor='white';
	}
function ShowMe(ImageID){
	document.getElementById('PreviewImage').innerHTML='<img style=\"border:2px solid white;\" id=GalImage name=GalImage src=\"ViewImage.asp?ImageID=' + ImageID + '\">';
	document.getElementById('GalImage').style.width = 150;
	//document.getElementById('GalImage').style.height = 75;
	
	
	var isIE = document.all?true:false;
	if (!isIE) document.captureEvents(Event.MOUSEMOVE);

  	var _x;
  	var _y;
	  if (!isIE) {
	    _x = e.pageX;
	    _y = e.pageY;
	  }
	  if (isIE) {
	    _x = event.clientX + document.body.scrollLeft;
	    _y = event.clientY + document.body.scrollTop;
	  }

  document.getElementById('PreviewImage').style.left = _x;
  document.getElementById('PreviewImage').style.top = _y;



	}


function WriteFlash(myFileID,myWidth,myHeight,myVars){
	myObject='<object style="display:inline;width:' + myWidth +';height:' + myHeight +'"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="150" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" align="middle">';
	myObject+='<param name="allowScriptAccess" value="sameDomain" />';
	myObject+='<PARAM NAME=wmode VALUE=transparent>';
	myObject+='<PARAM NAME=FlashVars VALUE="myURL='+ myVars +'">';
	myObject+='<param name="movie" value="viewImage.asp?Imageid='+ myFileID +'" /><param name="quality" value="high" />';
	myObject+='<embed FlashVars="myURL='+ myVars +'" width="' + myWidth + '" height="' + myHeight +'"  wmode="transparent" src="viewImage.asp?Imageid='+ myFileID +'" quality="high" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	myObject+='</object>';
	
	document.write(myObject);
}

function WriteDirectFlash(myFile,myWidth,myHeight,myVars){
	myObject='<object style="display:inline;width:' + myWidth +';height:' + myHeight +'"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="150" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" align="middle">';
	myObject+='<param name="allowScriptAccess" value="sameDomain" />';
	myObject+='<PARAM NAME=wmode VALUE=transparent>';
	myObject+='<PARAM NAME=FlashVars VALUE="myURL='+ myVars +'">';
	myObject+='<param name="SCALE" value="noborder">';
	myObject+='<param name="movie" value="'+ myFile +'" /><param name="quality" value="high" />';
	myObject+='<embed FlashVars="myURL='+ myVars +'" width="' + myWidth + '" height="' + myHeight +'"  wmode="transparent" src="'+ myFile +'" quality="high" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"  scale="noborder"/>';
	myObject+='</object>';
	document.write(myObject);
}



function WriteFlashMed(myFileID,myWidth,myHeight,myVars){
	document.write('<object  width="' + myWidth +'" height="' + myHeight +'"  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="150" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<PARAM NAME=wmode VALUE=transparent>');
	document.write('<PARAM NAME=FlashVars VALUE="myURL='+ myVars +'">');
	document.write('<param name="movie" value="viewMedia.asp?Mediaid='+ myFileID +'" /><param name="quality" value="high" />');
	document.write('<embed FlashVars="myURL='+ myVars +'" width="' + myWidth + '" height="' + myHeight +'"  wmode="transparent" src="viewMedia.asp?Mediaid='+ myFileID +'" quality="high" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');

}
function WriteWindowsMed(myFileID,myWidth,myHeight){
	document.write('<object  width="' + myWidth +'" height="' + myHeight +'"  classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" align="">');
	document.write('<param name="uiMode" value="full" />');
	document.write('<param name="autoStart" value="false" />');
	document.write('<param name="URL" value="'+ myFileID +'" />');
	document.write ('<embed name="player" width="' + myWidth +'" height="' + myHeight +'" type="video/x-ms-asf-plugin" pluginspage="http://www.microsoft.com/windows/windowsmedia/" filename="'+ myFileID +'" src="'+ myFileID +'"');
        document.write ('allowchangedisplaysize="1" autosize="1" displaysize="1"');
        document.write ('showcontrols="1" showstatusbar="1" autorewind="1" autostart="0">');
        document.write ('</embed>');
	document.write('</object>');
}

function mmLoadMenus() {
  if (window.mm_menu_0111172855_0) return;
  window.mm_menu_0111172855_0 = new Menu("root",175,18,"Verdana, Arial, Helvetica, sans-serif",12,"#003300","#FFFFFF","#FFFF66","#669900","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0111172855_0.addMenuItem("Questions&nbsp;and&nbsp;Feedback","location='#'");
  mm_menu_0111172855_0.addMenuItem("Staff&nbsp;Directory","location='#'");
   mm_menu_0111172855_0.hideOnMouseOut=true;
   mm_menu_0111172855_0.bgColor='#555555';
   mm_menu_0111172855_0.menuBorder=1;
   mm_menu_0111172855_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0111172855_0.menuBorderBgColor='#777777';

mm_menu_0111172855_0.writeMenus();
} // mmLoadMenus()



function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function CenterMenu(){
	 var myWidth = 0, myHeight = 0;
	  if( typeof( window.innerWidth ) == 'number' ) {
	    //Non-IE
		//FF2
	    myWidth = window.innerWidth;
	    myHeight = window.innerHeight;
	  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
	    //IE 6+ in 'standards compliant mode'
	    myWidth = document.documentElement.clientWidth;
	    myHeight = document.documentElement.clientHeight;
	     
	  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
	    //IE 4 compatible & IE7
	    
	    myWidth = document.body.clientWidth;
	    myHeight = document.body.clientHeight;
	    myWidth= myWidth+16;
	  }
	  //window.alert( 'Width = ' + myWidth );
	 // window.alert( 'Height = ' + myHeight );
	
	
	  //
	_x=(myWidth/2)-389;
	document.getElementById('FloatingMenu').style.left = _x;
  	document.getElementById('FloatingMenu').style.top = 0;
}

function MenuOver(MenuID){
	//alert(document.getElementById("ZooSubMenu"+MenuID));
	document.getElementById('ZooSubMenu'+MenuID).style.visibility = 'visible';
}
function MenuOut(MenuID){
	document.getElementById('ZooSubMenu'+MenuID).style.visibility = 'hidden';
}

function SubMenuOver(MenuID){
	//alert(document.getElementById("ZooSubMenu"+MenuID));
	document.getElementById('Sub'+MenuID).style.backgroundColor = '#547908';
}
function SubMenuOut(MenuID){
	document.getElementById('Sub'+MenuID).style.backgroundColor = '';
}

function QuickLinks(){
	box = document.forms['QuickNav'].quicklinks;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function CheckID(){
	memid = document.getElementById('MembershipID').value;
	if(memid==''){
		return true;
	}else{
		subby = memid.substring(0,2);
		if(subby==21||subby==20){
			return true;
		}else{
			alert('You entered an invalid Membership ID');
			return false;
		}
	}
}
//-->
