I would like to be able to place extremely long titles in the products name field when adding products from the admin side. In my source code on the admin page, I found that my problem is that the maxlength is set to 64. I'd like not to have a maxlength at all so that I can enter unlimited characters in this field. I tried editing and deleting some of the maxlength functions in my admin files, but since I'm not very good at reading php function syntax, this didn't work out too well for me. Is there an easier way to accomplish this? Does anyone have any input on this problem?

Thanks so much!