function graphicsb_data0()
{


    /*---------------------------------------------
    Scroll Bar Images
    ---------------------------------------------*/


	this.up_button = "/Library/images/Scrollbar/_up.gif";                                          //image path and name only
	this.up_button_roll = "/Library/images/Scrollbar/_up.gif";                                //image path and name only
	this.down_button = "/Library/images/Scrollbar/_down.gif";                                      //image path and name only
	this.down_button_roll = "/Library/images/Scrollbar/_down.gif";                            //image path and name only


	this.slider_tile_bg_style = "background-image:url(/Library/images/Scrollbar/_bg.gif);"  //image defined as CSS style


	this.bubble_top_cap = "/Library/images/Scrollbar/_topcap.gif,5";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "/Library/images/Scrollbar/_bottomcap.gif,5";                  //image path and name, height - ""
	this.bubble_center = "/Library/images/Scrollbar/_center.gif,4";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "/Library/images/Scrollbar/_bubble_bg.gif";                        //image path and name only





    /*---------------------------------------------
    Scroll Bar Container and Content
    ---------------------------------------------*/


	this.container_width = scrollDivWidth
	this.container_height = scrollDivHeight

	this.container_bg_color = "";



	this.content_padding = 2
	this.content_styles = "";
	this.content_class_name = "content";




    /*---------------------------------------------
    Scroll Bar Behaviour and Width
    ---------------------------------------------*/


	this.scroll_bar_width = 17                     //The width of the bar in pixels.
	this.scroll_increment = 10                     //The distance to scroll when clicking the up or down buttons.


	this.allow_hover_scroll = true;                //Auto scroll while hovering over top and bottom buttons.
	this.hover_scroll_delay = 50;                  //Milliseconds (1/1000 second)


	this.use_hand_cursor = true;




}// JavaScript Document
