function graphicsb_data0()
{
  /*---------------------------------------------
  Scroll Bar Images
  ---------------------------------------------*/
	this.up_button = "img/scroll/scroll_up.gif";                                  //image path and name only
	this.up_button_roll = "img/scroll/scroll_up.gif";                             //image path and name only
	this.down_button = "img/scroll/scroll_down.gif";                              //image path and name only
	this.down_button_roll = "img/scroll/scroll_down.gif";                         //image path and name only

	this.slider_tile_bg_style = "background-image:url(../img/scroll_fondo.gif);"  //image defined as CSS style


	this.bubble_top_cap = "img/pixel.gif,1";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "img/pixel.gif,1";                     //image path and name, height - ""
	this.bubble_center = "img/pixel.gif,1";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "img/scroll/scroll_barra.gif";      //image path and name only

  /*---------------------------------------------
  Scroll Bar Container and Content
  ---------------------------------------------*/
	this.container_width = 580
	this.container_height = 445
	this.container_bg_color = "";
	this.content_padding = 0
	this.content_styles = "";
	this.content_class_name = "";

  /*---------------------------------------------
  Scroll Bar Behaviour and Width
  ---------------------------------------------*/
	this.scroll_bar_width = 6                       //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;
}

function graphicsb_data1()
{
  /*---------------------------------------------
  Scroll Bar Images
  ---------------------------------------------*/
	this.up_button = "img/scroll/scroll_up.gif";                                  //image path and name only
	this.up_button_roll = "img/scroll/scroll_up.gif";                             //image path and name only
	this.down_button = "img/scroll/scroll_down.gif";                              //image path and name only
	this.down_button_roll = "img/scroll/scroll_down.gif";                         //image path and name only

	this.slider_tile_bg_style = "background-image:url(../img/scroll_fondo.gif);"  //image defined as CSS style


	this.bubble_top_cap = "img/pixel.gif,1";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "img/pixel.gif,1";                     //image path and name, height - ""
	this.bubble_center = "img/pixel.gif,1";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "img/scroll/scroll_barra.gif";      //image path and name only

  /*---------------------------------------------
  Scroll Bar Container and Content
  ---------------------------------------------*/
	this.container_width = 432
	this.container_height = 445
	this.container_bg_color = "";
	this.content_padding = 0
	this.content_styles = "";
	this.content_class_name = "";

  /*---------------------------------------------
  Scroll Bar Behaviour and Width
  ---------------------------------------------*/
	this.scroll_bar_width = 6                       //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;
}

function graphicsb_data2()
{
  /*---------------------------------------------
  Scroll Bar Images
  ---------------------------------------------*/
	this.up_button = "img/scroll/scroll_up.gif";                                  //image path and name only
	this.up_button_roll = "img/scroll/scroll_up.gif";                             //image path and name only
	this.down_button = "img/scroll/scroll_down.gif";                              //image path and name only
	this.down_button_roll = "img/scroll/scroll_down.gif";                         //image path and name only

	this.slider_tile_bg_style = "background-image:url(../img/scroll_fondo.gif);"  //image defined as CSS style


	this.bubble_top_cap = "img/pixel.gif,1";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "img/pixel.gif,1";                     //image path and name, height - ""
	this.bubble_center = "img/pixel.gif,1";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "img/scroll/scroll_barra.gif";      //image path and name only

  /*---------------------------------------------
  Scroll Bar Container and Content
  ---------------------------------------------*/
	this.container_width = 287
	this.container_height = 445
	this.container_bg_color = "#ECECEC";
	this.content_padding = 0;
	this.content_styles = "";
	this.content_class_name = "";

  /*---------------------------------------------
  Scroll Bar Behaviour and Width
  ---------------------------------------------*/
	this.scroll_bar_width = 6                       //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;
}