
function ddlNav(ctl)
{
    location.href =ctl.value;
}

