Hello there,

I recently looking to editing the Omni Slide script from Dynamic Drive so it fits in with my site design and have come across part I cannot do.
Code:
barbgcolor:'#4d6814',   // bar (the vertical cell) background color
How do I place an image in Javascript?

I tried this:

Code:
Image.src = “image.jpg”;
and I tried this:

Code:
var Image = Image;
Image.src = “image.jpg”;
and they dont work.

Can anyone give me a hand