node7 = true
function graphicsb_data0()
{
	
	this.up_button = "images/blueup_arrow.gif"; 
	this.up_button_roll = "images/redup_arrow.gif";  
	this.down_button = "images/reddown_arrow.gif"; 
	this.down_button_roll = "images/bluedown_arrow.gif"; 
	this.slider_tile_bg_style = "background-image: url(images/spacer.gif);"  //image defined as CSS style
	this.bubble_top_cap = "images/spacer.gif,0";             //image path and name, height 
	this.bubble_bottom_cap = "images/spacer.gif,0";       //image path and name, height - ""
	this.bubble_center = "images/spacer.gif,0";               //image path and name, height - ""
	this.bubble_tile_bg_style = "images/spacer.gif";   
	this.container_width = 223 ;
	this.container_height = 410 ;
	
this.container2_height = 0 ;
this.container_bg_color = "";
this.content_padding = 0;
//this.content_styles = "font-weight:normal;";
this.content_class_name = "";

this.scroll_bar_width = 20;        //The width of the bar in pixels. 
this.scroll_increment = 3 ;          //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 = 30;              //Milliseconds (1/1000 second)

this.use_hand_cursor = true;
this.button_height ="19";
this.button_width ="20";
this.bottom_button ="40";
this.top_button ="10";
}