I have a javascript application where I am setting the wide of a scroller:

var scrollerwidth=600

how can I set this width to be the size of the window, it works fine but when I go to a bigger resolution, it doesnt scroll from edge to edge. How would I go about setting that.

Thanks for your help