// JavaScript Document


				/*$(".fancyboxLogin").fancybox({
					'width'				: 650,
					'height'			: 380,
					'autoScale'			: false,
					'transitionIn'		: 'none',
					'transitionOut'		: 'none',
					'overlayOpacity'		:	0.7,
					'type'				: 'iframe'
				});
				$("#BnnVolunteerIntro a").fancybox({
				'width'				: 890,
				'height'			: 450,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});

$(document).ready(function()
{  $('#NavMainHead > li').bind('mouseover', jsddm_open)
   $('#NavMainHead > li').bind('mouseout',  jsddm_timer)
   $("#NavMainHead > li").hover(
  function () {
    $(this).addClass("hover").children("#NavMainHead li a").addClass("hover");
  },
  function () {
    $(this).removeClass("hover").children("#NavMainHead li a").removeClass("hover");
  }
);
   });

document.onclick = jsddm_close;

});

function switchTab(num){
	if(num!="") {
		$(".aTab").css("display","none");
		
		$("#Tab"+num).css("display","");
	}
}
jQuery().ready(function(){
/*    $(".aTab").css("display","none");
    $("#Tab1").css("display","");
});
function imgSwap(oImg)
{
   var strOver  = "_on"    // image to be used with mouse over
   var strOff = "_off"     // normal image
   var strImg = oImg.src
   if (strImg.indexOf(strOver) != -1) 
      oImg.src = strImg.replace(strOver,strOff)
   else
      oImg.src = strImg.replace(strOff,strOver)
}*/
Cufon.replace('h1,h2');
Cufon.replace('#NavMainHead li a,#SideColumn li a',{hover:true});

