function goyear(val)
{
        document.cfrm.year1.value=val;      
        document.cfrm.submit();
}

function gomonth(val)
{
        document.cfrm.month1.value=val;
        document.cfrm.submit();
}
