  $(document).ready(function(){
	$('#ScholarsWrap ul li a:first-child').css({padding:'0', background:'none'});						 
	 //Bailey Starts 
	  	$('#BaileyInfo').hide();
   			$('a.Bailey').click(function(){
			$('#BaileyInfo').show('slow');
  		});
   $('a#CloseBailey').click(function(){
   		$('#BaileyInfo').hide('slow');
		})
	//Burch Starts 
	  	$('#BurchInfo').hide();
   			$('a.Burch').click(function(){
			$('#BurchInfo').show('slow');
  		});
   $('a#CloseBurch').click(function(){
   		$('#BurchInfo').hide('slow');
		})
	//Day Starts 
	  	$('#DayInfo').hide();
   			$('a.Day').click(function(){
			$('#DayInfo').show('slow');
  		});
   $('a#CloseDay').click(function(){
   		$('#DayInfo').hide('slow');
		})
   //Frambo Starts 
	  	$('#FramboInfo').hide();
   			$('a.Frambo').click(function(){
			$('#FramboInfo').show('slow');
  		});
   $('a#CloseFrambo').click(function(){
   		$('#FramboInfo').hide('slow');
		})
   //Moore Starts 
	  	$('#MooreInfo').hide();
   			$('a.Moore').click(function(){
			$('#MooreInfo').show('slow');
  		});
   $('a#CloseMoore').click(function(){
   		$('#MooreInfo').hide('slow');
		})
   //Nelson Starts 
	  	$('#NelsonInfo').hide();
   			$('a.Nelson').click(function(){
			$('#NelsonInfo').show('slow');
  		});
   $('a#CloseNelson').click(function(){
   		$('#NelsonInfo').hide('slow');
		})
   //Nwaogu Starts 
	$('#NwaoguInfo').hide();
   			$('a.Nwaogu').click(function(){
			$('#NwaoguInfo').show('slow');
  		});
   $('a#CloseNwaogu').click(function(){
   		$('#NwaoguInfo').hide('slow');
		})
   //Obas Starts 
	  	$('#ObasInfo').hide();
   			$('a.Obas').click(function(){
			$('#ObasInfo').show('slow');
  		});
   $('a#CloseObas').click(function(){
   		$('#ObasInfo').hide('slow');
		})
   //Pingue Starts 
	  	$('#PingueInfo').hide();
   			$('a.Pingue').click(function(){
			$('#PingueInfo').show('slow');
  		});
   $('a#ClosePingue').click(function(){
   		$('#PingueInfo').hide('slow');
		})
   //Vo Starts 
	  	$('#VoInfo').hide();
   			$('a.Vo').click(function(){
			$('#VoInfo').show('slow');
  		});
   $('a#CloseVo').click(function(){
   		$('#VoInfo').hide('slow');
		})
   $('.ScholarsBio').css("display","none");
   
   	//Nes Tab
	$('#TabShell').tabs({ fxFade: true, fxSpeed: 'fast' });
	$('#News div.TabsContent:last').css({border:'0'});
	$('#News div.TabsContent:last').css({margin:'0 0 0 5px'});
	//Announcement Tab
	$('#Announcements div.TabsContent:last').css({margin:'0 0 0 5px'});
	$('#Announcements div.TabsContent:last').css({border:'0'});
	
	//Foundation Highlight Tab
	$('#FoundationHighlightsWrap').tabs({ fxFade: true, fxSpeed: 'normal' }); 
	
	//Main Flash
	 $('#Flash').flash(
	        { 
	          src: 'flash/shell.swf',
	          width: 984,
	          height: 373,
			 wmode:'transparent'
	        },
	        {version: 9}
	    );
 	});
