node7 = true

function graphicsb_data0()
{


    /*---------------------------------------------
    Scroll Bar Images
    ---------------------------------------------*/


	this.up_button = "http://www.addabboandgreenberg.com/grfx/sidebar_upbutton.gif";                                          //image path and name only
	this.up_button_roll = "http://www.addabboandgreenberg.com/grfx/sidebar_upbutton_over.gif";                                //image path and name only
	this.down_button = "http://www.addabboandgreenberg.com/grfx/sidebar_downbutton.gif";                                      //image path and name only
	this.down_button_roll = "http://www.addabboandgreenberg.com/grfx/sidebar_downbutton_over.gif";                            //image path and name only


	this.slider_tile_bg_style = ""  //image defined as CSS style


	this.bubble_top_cap = "";  
	this.bubble_bottom_cap = "";  
	this.bubble_center = "";    
	this.bubble_tile_bg_style = "";  





    /*---------------------------------------------
    Scroll Bar Container and Content
    ---------------------------------------------*/


	this.container_width = 211
	this.container_height = 200

	this.container_bg_color = "";



	this.content_padding = 20
	this.content_styles = "font-family:verdana;font-weight:bold;font-size:10pt; line-height:115%; color:#C2C8CD";
	this.content_class_name = "";




    /*---------------------------------------------
    Scroll Bar Behaviour and Width
    ---------------------------------------------*/


	this.scroll_bar_width = 20                     //The width of the bar in pixels.
	this.scroll_increment = 20                     //The distance to scroll when clicking the up or down buttons.


	this.allow_hover_scroll = false;                //Auto scroll while hovering over top and bottom buttons.
	this.hover_scroll_delay = 50;                   //Milliseconds (1/1000 second)


	this.use_hand_cursor = false;




}
