function redirectFund(ind) {
	//if (ind==1) location.href = "http://www.leggmason.com/individualinvestors/products/mutual-funds/barrett/barrett.aspx";
	if (ind==1) location.href = "http://www.leggmason.com/IndividualInvestors/products/mutual-funds/overview/SLOP.aspx";
	if (ind==2) location.href = "http://www.leggmason.com/individualinvestors/products/mutual-funds/overview/SDFS.aspx";
	if (ind==3) location.href = "http://www.leggmason.com/IndividualInvestors/products/mutual-funds/barrett/BGRWX_summary.aspx";
}

function openFund(ind) {
	var win = 'modal.html?p='+ind;
	newWindow=window.open(win,'modal','width=568,height=280,toolbar=no,scrollbars=no,leftmargin=0,topmargin=0,top='+((screen.availHeight/2)-(300/2))+',left='+((screen.availWidth/2)-(590/2))+'');
	newWindow.focus();
}
