var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j("ul.sf-menu")
		.superfish({
			animation : { opacity:"show"}
	});
});

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
