// JavaScript Document

function graphicsb_data0()
{

	this.up_button = "public/imagens/barra/barra_up_off.png";                                          //image path and name only
	this.up_button_roll = "public/imagens/barra/barra_up_on.png";                                //image path and name only
	this.down_button = "public/imagens/barra/barra_down_off.png";                                      //image path and name only
	this.down_button_roll = "public/imagens/barra/barra_down_on.png";                            //image path and name only


	this.slider_tile_bg_style = "background-image:url(public/imagens/barra/barra_1px.png);"  //image defined as CSS style


	this.bubble_top_cap = "public/imagens/barra/barra_meio_up.png,4";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "public/imagens/barra/barra_meio_down.png,4";                  //image path and name, height - ""
	this.bubble_center = "public/imagens/barra/sample3_bubble_center.gif,4";                         //image path and name, height - ""
	
	this.bubble_tile_bg_style = "public/imagens/barra/barra_meio_1px.png";                        //image path and name only

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


	this.container_width = 280
	this.container_height = 200

	this.container_bg_color = "";



	this.content_padding = 10
	this.content_styles = "font-family:Arial;font-weight:normal;font-size:12px;";
	this.content_class_name = "";




    /*---------------------------------------------
    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 = false;

}
