/*

	Module Name:- Hone Page
	File Name  :- home.js
	Create Date:- 16-Sep-2006
	Intially Create By :- 0014
	Update History:-
*/
function frm_validate()
{
	with(document.frm)
	{
		if(cbo_year.value=="" || cbo_year.value==0)
		{
			alert("Please select year.");
			return false;
		}
	}
	return true;
}