node7 = true;
list7 = true;
/**********************************************************************************************
Scroll Items and Content
**********************************************************************************************/
/*
Note: Each
\
\
\
\
');
/**********************************************************************************************
Customizable Options and Styles
**********************************************************************************************/
function hscrolldata0()
{
/*---------------------------------------------
Scroll Dimensions (Note: Does not include container padding)
---------------------------------------------*/
this.container_width = 480
this.container_height = 17
/*---------------------------------------------
Timing and Animation Speed
---------------------------------------------*/
this.initial_scroll_delay = 0 //measured in seconds
this.animation_delay = 20 //measured in milliseconds (1/1000)
this.animation_jump = 2 //measured in pixels, must be > 1
this.animation_delay_mac = 50 //measured in milliseconds (1/1000)
this.animation_jump_mac = 8 //measured in pixels, must be > 1
/*---------------------------------------------
Scroll Container Styles and Padding
---------------------------------------------*/
this.container_padding = "0,0,0,0"
this.container_styles = "background-color:#e6e6e6;";
/*---------------------------------------------
Item Styles and Padding
---------------------------------------------*/
this.message_gap = 0;
this.item_styles = "background-color:#FFFF00; color:#222222; text-decoration:none; font-family:Arial; font-size:15px; border-style:none;border-width:0px;";
this.item_link_styles = "color:#3366cc; text-decoration:none; font-family:Arial; font-size:15px; border-style:none;border-width:0px;";
this.item_link_hover_styles = "color:#3366cc; text-decoration:underline; font-family:Arial; font-size:15px; border-style:none;border-width:0px;";
}