Hi

I need to validate that a textbox has the following format using javascript. Can anyone help me out?

textbox must have format "00000-0000" or "00000-" anything else must send: alert ('Format is unacceptable. Please insure you have used five digits followed by a dash or nine digits seperated by a dash in the sixth position');

Thanks in advance
Joey O.