﻿$(document).ready(function() {
	try{$('ul.masthead-nonflash-nav').tabs();}catch(e){}
	try{
		$(".fundhighlights").accordion({
			autoHeight: true,
			header: 'a.fhhead',
			event: "mouseover"
		});
	}
	catch(e){}
	try{
		$(".interview").accordion({
			autoHeight: false,
			header: 'span.ifmhead',
			event: "click"
		});
	}
	catch(e){}
});
