/**********************************************************************************************
Scroll Items and Content
**********************************************************************************************/
/*
Note: Each
\
");
/**********************************************************************************************
Customizable Options and Styles
**********************************************************************************************/
function vscrolldata0()
{
/*---------------------------------------------
Scroll Dimensions (Note: Does not include container padding)
---------------------------------------------*/
this.container_width = 190
this.container_height = 400
/*---------------------------------------------
Timing and Animation Speed
---------------------------------------------*/
this.initial_scroll_delay = 2 //measured in seconds
this.animation_delay = 100 //measured in milliseconds (1/1000)
this.animation_jump = 2 //measured in pixels, must be > 1
this.animation_delay_mac = 70 //measured in milliseconds (1/1000)
this.animation_jump_mac = 2 //measured in pixels, must be > 1
/*---------------------------------------------
Scroll Container Styles and Padding
---------------------------------------------*/
this.container_padding = "0,0,0,0"
this.container_styles = "";
/*---------------------------------------------
Item Styles and Padding
---------------------------------------------*/
this.item_styles = "color:#000000; text-decoration:strong; font-family:Arial; font-size:11px; border-style:none;border-width:0px;";
this.item_link_styles = "color:#333333; text-decoration:none; font-family:Arial; font-size:11px; border-style:none;border-width:0px;";
this.item_link_hover_styles = "color:#A0A0A0; text-decoration:none; font-family:Arial; font-size:11px; border-style:none;border-width:0px;";
node7 = true
}