Problem with my sub form

Problem with my sub form

I have a function named VerAnimais like this:

void animais_do_cliente.VerAnimais (int ID 
openUrl("#View:Animais_view?clienteID=" + input.ID + "&zc_Header=false&zc_Footer=false&zc_DelRec=false","popup window","height=300,width=550";

But when i call it doesn´t call de Animais_view View with only that clienteID records.

In custom actions the argument name is ID and the field name is ID too.
When the view opens it shows all the records, but i wanted only the records with clineteID selected. What am i doing wrong?
Regards