/**
 * Meet Fellowship Module JS Files
 * @author Pathfinder Solutions India
 * @link http://www.pathfindersolutions.biz
 * @version 1.0
 * @package MyImpact2
 * @subpackage Initiative
 */

/**
 * fnChangeYear function
 * @param int id
 * @return 
 */
function fnChangeYear()
{
	var intYear = document.getElementById('optYear').value;
	window.location='index.php?fuse=meetfellows&year='+intYear;
}