[EMAIL PROTECTED] wrote:
Sorry, I've got it now:

No need to be sorry.  Glad you got it.  The original culprit was probably

                if (pos = "left") {

which should read

                if (pos == "left") {

(an extra equals sign.)

Cheers,

  -- Scott

Reply via email to