Only one little suggest:

what do you think about changing line #17 of "api.dynlayer.js",
allowing boolean values in the visibility parameter of the dynlayer constructor;

        actual line #17:
                this.visible=a[6]!='hidden';
        out suggest:
                this.visible = !(a[6] == false || a[6] == 'hidden')

this is compatible with 'visible','hidden', true and false values.

-----------------------------
Josep Maria Soler
[EMAIL PROTECTED]
# ICQ: 7157132

Reply via email to