node7 = true function graphicsb_data0() { this.up_button = "/images/arrowup.png"; this.up_button_roll = "/images/arrowupo.png"; this.down_button = "/images/arrowdown.png"; this.down_button_roll = "/images/arrowdowno.png"; this.slider_tile_bg_style = "background-image: url(/images/center.png)"; //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/center.png"; this.container_width = 475 ; this.container_height = 550 ; this.container2_height = 75 ; this.container_bg_color = ""; this.content_padding = 0; this.content_class_name = ""; this.scroll_bar_width = 15; //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 ="15"; this.button_width ="15"; this.bottom_button ="40"; this.top_button ="5"; }