<!--
	if(document.images){
		b1off=new Image();b1off.src="http://www.execuplanet.com/images/forcolleges.gif";
		b1on=new Image();b1on.src="http://www.execuplanet.com/images/forcollegeson.gif";
		b2off=new Image();b2off.src="http://www.execuplanet.com/images/forassociations.gif";
		b2on=new Image();b2on.src="http://www.execuplanet.com/images/forassociationson.gif";
		b3off=new Image();b3off.src="http://www.execuplanet.com/images/forothercommunities.gif";
		b3on=new Image();b3on.src="http://www.execuplanet.com/images/forothercommunitieson.gif";
		b4off=new Image();b4off.src="http://www.execuplanet.com/images/overview.gif";
		b4on=new Image();b4on.src="http://www.execuplanet.com/images/overview_g.gif";
		b5off=new Image();b5off.src="http://www.execuplanet.com/images/executiveteam.gif";
		b5on=new Image();b5on.src="http://www.execuplanet.com/images/executiveteam_g.gif";
		b6off=new Image();b6off.src="http://www.execuplanet.com/images/advisoryboard.gif";
		b6on=new Image();b6on.src="http://www.execuplanet.com/images/advisoryboard_g.gif";
		b7off=new Image();b7off.src="http://www.execuplanet.com/images/hightouch.gif";
		b7on=new Image();b7on.src="http://www.execuplanet.com/images/hightouch_g.gif";
		b8off=new Image();b8off.src="http://www.execuplanet.com/images/hightech.gif";
		b8on=new Image();b8on.src="http://www.execuplanet.com/images/hightech_g.gif";
		b9off=new Image();b9off.src="http://www.execuplanet.com/images/communityrelations.gif";
		b9on=new Image();b9on.src="http://www.execuplanet.com/images/community_g.gif";
		b10off=new Image();b10off.src="http://www.execuplanet.com/images/pressreleases.gif";
		b10on=new Image();b10on.src="http://www.execuplanet.com/images/pressreleases_g.gif";
		b11off=new Image();b11off.src="http://www.execuplanet.com/images/inthenews.gif";
		b11on=new Image();b11on.src="http://www.execuplanet.com/images/inthenews_g.gif";
		b12off=new Image();b12off.src="http://www.execuplanet.com/images/events.gif";
		b12on=new Image();b12on.src="http://www.execuplanet.com/images/events_g.gif";
	}
	function enable1(n){
		if(document.images){
			loc = "b" + n;
			document[loc].src=eval("b" + n + "on.src");
		}
	}
	function disable1(n){
		if(document.images){
			loc = "b" + n;
			document[loc].src=eval("b" + n + "off.src");
		}
	}

function Menuload(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {
    if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
      document.pgW=innerWidth; document.pgH=innerHeight;     
	  onresize=Menuload;
    }
  }
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
   location.reload(); 
}
Menuload(true);



//////Java Script for calling the layers////////

ns6 = (document.getElementById)?true:false
ns4 = (document.layers)?true:false
ie4 = (document.all)?true:false

//////////////////////////////////////////////////////////

	//If the machine being used is a Macintosh, set a flag.
if (navigator.userAgent.indexOf('Mac')>0) {
  mac =1;
}else {
  mac = 0;
}

function enable(show, h1, h2, h3, h4, h5, h6,h7){
	if(document.images){
	if (ns6){
	  	document.getElementById(show).style.visibility='visible';
		document.getElementById(h1).style.visibility='hidden';
		document.getElementById(h2).style.visibility='hidden';
		document.getElementById(h3).style.visibility='hidden';
		document.getElementById(h4).style.visibility='hidden';
		document.getElementById(h5).style.visibility='hidden';
		document.getElementById(h6).style.visibility='hidden';
		document.getElementById(h7).style.visibility='hidden';
	   }
	  else if (ns4){
	  	document.layers[show].visibility='show';
		document.layers[h1].visibility='hide';
		document.layers[h2].visibility='hide';
		document.layers[h3].visibility='hide';
		document.layers[h4].visibility='hide';
		document.layers[h5].visibility='hide';
		document.layers[h6].visibility='hide';
		document.layers[h7].visibility='hide';
     }else if(ie4 || mac) {
	 	var divisions = document.all.tags("div")
	 	divisions[show].style.visibility='visible';
		divisions[h1].style.visibility='hidden';
		divisions[h2].style.visibility='hidden';
		divisions[h3].style.visibility='hidden';
		divisions[h4].style.visibility='hidden';
		divisions[h5].style.visibility='hidden';
		divisions[h6].style.visibility='hidden';
		divisions[h7].style.visibility='hidden';
     }
   }       
}

///////////////////////////////////////////////////////////

function load(show){
	 if (ns4){
	  	document.layers[show].zIndex='5'
	}else if(ie4) {
	 	var divisions = document.all.tags("div")
	 	divisions[show].style.zIndex='5'
		divisions["s1"].style.zIndex='1'
		divisions["s2"].style.zIndex='1'
		divisions["s3"].style.zIndex='1'
		divisions["s4"].style.zIndex='1'
		divisions["s5"].style.zIndex='1'
		divisions["s6"].style.zIndex='1'
		divisions["s7"].style.zIndex='1'
		divisions["s8"].style.zIndex='1'
			 }	  }
		 
/////////////for opening the page(branding/affnity) in a new poup window//////
		 
function openWindow(arg1){
  window.open (arg1,"Browser","resizable=1,status=no,toolbars=no,scrollbars=yes,width=400,height=200")
}
 			 

	 //-->