$(document).ready(function(){

	$('.bmenu li').hover(
		function(){$(this).addClass('sfhover')},
		function(){$(this).removeClass('sfhover')}
	);
	
	try{
	$("a.cert").fancybox()
	$("a.gimg,a.wimg").fancybox();
	$("a.iframe").fancybox({'frameWidth':670,'frameHeight':520});
	}catch(e){}
	
	

	$(".social").hover(function(){
	$(".social").stop(true, false).animate({right:"0"},"medium");
	},function(){
	$(".social").stop(true, false).animate({right:"-265"},"medium");
	},500);
	


	
	
	
})

function showcerts(p){
//.eq(0).click();
}
function tog(a,r,u){
	
	
	if($(a).parent().hasClass('ofpen'))
		$(a).html(u).parent().removeClass('ofpen').children('.oinfo').hide('slow')
	else
		$(a).html(r).parent().addClass('ofpen').children('.oinfo').show('slow')
	return false;
}
