Code smell
Why does it have to be like this?
if($F('<%= PolicyDescription.ClientID %>')==
'<asp:Literal runat="server" Text="<%$ Resources:PolicyResources, DescriptionNotFound %>"/>')
{
alert('<asp:Literal runat="server" Text="<%$ Resources:PolicyResources, EnterValidPolicyNumberOrDescription %>"/>');
return;
}

Comments
Comment preview