
function graphicsb_data0()
{


    /*---------------------------------------------
    Scroll Bar Images
    ---------------------------------------------*/


	this.up_button = "images/astuces_up.gif";                                          //image path and name only
	this.up_button_roll = "images/astuces_up_roll.gif";                                //image path and name only
	this.down_button = "images/astuces_down.gif";                                      //image path and name only
	this.down_button_roll = "images/astuces_down_roll.gif";                            //image path and name only


	this.slider_tile_bg_style = "background-image:url(images/astuces_slider_bg.gif);"  //image defined as CSS style


	this.bubble_top_cap = "images/astuces_bubble_topcap.gif,3";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "images/astuces_bubble_bottomcap.gif,3";                  //image path and name, height - ""
	this.bubble_center = "images/astuces_bubble_center.gif,0";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "images/astuces_bubble_bg.gif";                        //image path and name only





    /*---------------------------------------------
    Scroll Bar Container and Content
    ---------------------------------------------*/


	this.container_width = 185
	this.container_height = 133

	this.container_bg_color = "#fff";



	this.content_padding =3
	this.content_styles = "font-family:verdana;font-weight:normal;font-size:10px;color:#FFF;";
	this.content_class_name = "";




    /*---------------------------------------------
    Scroll Bar Behaviour and Width
    ---------------------------------------------*/


	this.scroll_bar_width = 12                   //The width of the bar in pixels.
	this.scroll_increment = 12                     //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 = "images/astuces_up.gif";                                          //image path and name only
	this.up_button_roll = "images/astuces_up_roll.gif";                                //image path and name only
	this.down_button = "images/astuces_down.gif";                                      //image path and name only
	this.down_button_roll = "images/astuces_down_roll.gif";                            //image path and name only


	this.slider_tile_bg_style = "background-image:url(images/astuces_slider_bg.gif);"  //image defined as CSS style


	this.bubble_top_cap = "images/astuces_bubble_topcap.gif,3";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "images/astuces_bubble_bottomcap.gif,3";                  //image path and name, height - ""
	this.bubble_center = "images/astuces_bubble_center.gif,0";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "images/astuces_bubble_bg.gif";                        //image path and name only





    /*---------------------------------------------
    Scroll Bar Container and Content
    ---------------------------------------------*/


	this.container_width = 380
	this.container_height = 300

	this.container_bg_color = "#fff";



	this.content_padding =3
	this.content_styles = "font-family:verdana;font-weight:normal;font-size:10px;color:#FFF;";
	this.content_class_name = "";




    /*---------------------------------------------
    Scroll Bar Behaviour and Width
    ---------------------------------------------*/


	this.scroll_bar_width = 12                   //The width of the bar in pixels.
	this.scroll_increment = 12                     //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;




}