/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(function(){
    $('#site_menu li.level0').hover(function(){
	$(this).find('.list-v').slideDown('fast');
    }, function(){
	$(this).find('.list-v').slideUp('fast');
    }).find('.list-v').slideUp(0).css('left', 'auto');
    $('#faqs').accordion({
	header : 'dt',
	change : function(event, ui){
	    ui.oldHeader.toggleClass('active');
	    ui.newHeader.toggleClass('active');
	}
    });

//    $('#bd').ready(function(){
//	var tofix = $('div.columnfix');
//	var divs = tofix.length > 0 ? tofix : $('div').not('.yui-g');
//	$.each(divs, function fix(){
//	    var height = $(this).height();
//	    $(this).find('div.yui-u').height(height);
//	});
//    });
});
FB.init("c21d72025720f3888d2189396d7f9b5e");