$(document).ready(function() {
	$("div#see_button").click(function(){

		$("div#getinvolvedbox").animate({
			height: "595px"
		})
		.animate({
			height: "570px"
		}, "fast");
		$("div.getinvolved").toggle();
	if((location.href == "http://purposefulafrica.org") || (location.href == "http://www.purposefulafrica.org") || (location.href == "http://purposefulafrica.org/") || (location.href == "http://www.purposefulafrica.org/") || (location.href == "http://www.purposefulafrica.org/#") || (location.href == "http://www.purposefulafrica.org/index.php#") || (location.href == "http://www.purposefulafrica.org/index-hold.php#") || (location.href == "http://purposefulafrica.org#") || (location.href == "http://purposefulafrica.org/index.php#") || (location.href == "http://purposefulafrica.org/index-hold.php#") || (location.href == "http://purposefulafrica.org/index-hold-temp.php#") || (location.href == "http://www.purposefulafrica.org/index-hold-temp.php#")) {
		document.getElementById("videoo").innerHTML = '<div id="video2" style="width:300px;height:225px;background:#000;margin-bottom:3px;">&nbsp;</div>';
		
		 
}
			var br=new Array(4);
 		 br=getBrowser();
		 if(br[0] == 'msie' && getMajorVersion(br[1]) == '6') {

		document.getElementById("mainContent").style.marginTop='-460px';
		
		 }

	});	
	
   $("div#hide_button").click(function(){
		$("div#getinvolvedbox").animate({
			height: "0px"
		}, "fast");
		$("div.getinvolved").toggle();
	if((location.href == "http://purposefulafrica.org") || (location.href == "http://www.purposefulafrica.org") || (location.href == "http://purposefulafrica.org/") || (location.href == "http://www.purposefulafrica.org/") || (location.href == "http://www.purposefulafrica.org/#") || (location.href == "http://www.purposefulafrica.org/index.php#") || (location.href == "http://www.purposefulafrica.org/index-hold.php#") || (location.href == "http://purposefulafrica.org#") || (location.href == "http://purposefulafrica.org/index.php#") || (location.href == "http://purposefulafrica.org/index-hold.php#") || (location.href == "http://purposefulafrica.org/index-hold-temp.php#") || (location.href == "http://www.purposefulafrica.org/index-hold-temp.php#")) {
document.getElementById("videoo").innerHTML = '<div id="video"><object width="300" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4364858&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ba0600&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4364858&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ba0600&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="300" height="225"></embed></object></div>';

}
		var br=new Array(4);
 		 br=getBrowser();
		 if(br[0] == 'msie' && getMajorVersion(br[1]) == '6') {

		document.getElementById("mainContent").style.marginTop='-18px';
		
		 }
		 
   });	
	
});


//$(document).ready(function() {
//	$("div.panel_button").click(function(){
//		$("div#panel").animate({
//			height: "500px"
//		})
//		.animate({
//			height: "400px"
//		}, "fast");
//		$("div.panel_button").toggle();
//	
//	});	
//	
//   $("div#hide_button").click(function(){
//		$("div#panel").animate({
//			height: "0px"
//		}, "fast");
//		
//	
//   });	
//	
//});