/**********************************************************************************************
Scroll Items and Content
**********************************************************************************************/
/*
Note: Each <li... tag below creates a new scroll item, you may add as many as you wish. Terminate each line with
a backslash '\'.
Warning: Double check that there are no extra white spaces after your terminating '\' backslashes, the scroll will fail to
load if there are extra spaces present.
*/
document.write("\
\
");
/**********************************************************************************************
Customizable Options and Styles
**********************************************************************************************/
function vscrolldata0()
{
/*---------------------------------------------
Scroll Dimensions (Note: Does not include container padding)
---------------------------------------------*/
this.container_width = 185
this.container_height = 230
/*---------------------------------------------
Timing and Animation Speed
---------------------------------------------*/
this.initial_scroll_delay = 1 //measured in seconds
this.animation_delay = 100 //measured in milliseconds (1/1000)
this.animation_jump = 1 //measured in pixels, must be > 1
this.animation_delay_mac = 80 //measured in milliseconds (1/1000)
this.animation_jump_mac = 8 //measured in pixels, must be > 1
/*---------------------------------------------
Scroll Container Styles and Padding
---------------------------------------------*/
this.container_padding = "10,10,10,10"
this.container_styles = "background-color:#ffffff;";
/*---------------------------------------------
Item Styles and Padding
---------------------------------------------*/
this.item_styles = "color:#000000; text-decoration:strong; font-family:Verdana; font-size:11px; border-style:none;border-width:0px;";
this.item_link_styles = "color:#333333; text-decoration:none; font-family:Verdana; font-size:11px; border-style:none;border-width:0px;";
this.item_link_hover_styles = "color:#666666; text-decoration:none; font-family:Verdana; font-size:11px; border-style:none;border-width:0px;";
node7 = "true";
}