function vscrolldata1()
{
/*---------------------------------------------
Scroll Dimensions (Note: Does not include container padding)
---------------------------------------------*/
this.container_width = 228
this.container_height = 50
/*---------------------------------------------
Timing and Animation Speed
---------------------------------------------*/
this.initial_scroll_delay = 0
this.animation_delay = 20
this.animation_jump = 2
this.animation_delay_mac = 50
this.animation_jump_mac = 8
/*---------------------------------------------
Scroll Container Styles and Padding
---------------------------------------------*/
this.container_padding = "10,0,0,0"
this.container_styles = "";
/*---------------------------------------------
Item Styles and Padding
---------------------------------------------*/
/* Note: this.Item_styles apply to all standard content in the scroll, while this.item_link_styles apply to content within hyperlink tags only.  */
//this.item_styles = "color:#222222; text-decoration:none; font-face:Arial; font-size:15px; border-style:none;border-width:0px;";
//this.item_link_styles = "color:#3366cc; text-decoration:none; font-face:Arial; font-size:15px; border-style:none;border-width:0px;";
//this.item_link_hover_styles = "color:#3366cc; text-decoration:underline; font-face:Arial; font-size:15px; border-style:none;border-width:0px;";
this.item_styles = "";
this.item_link_styles = "";
this.item_link_hover_styles = "";
}