$(function () {
//	var $nav_head = $('#nav-head');
//
//	if (typeof $.fn.superfish !== 'undefined') {
//		$nav_head.superfish();
//	}
//	if (typeof $.fn.bgIframe !== 'undefined') {
//		$nav_head.find('ul').bgIframe({opacity:false});
//	}
//	if (typeof section === 'string') {
//		$nav_head.find('li.' + section).addClass('active');
//	}
}); 
