function vscroll_data0()
{
    this.enable_visual_design_mode = false;
 	this.container_width = 170
	this.container_height = 150
	this.top_pause_offset = 10
	this.initial_scroll_delay = 0
	this.animation_delay = 80
	this.animation_jump = 2
	this.animation_delay_mac = 100
	this.animation_jump_mac = 10
    this.container_styles = "background-color:#eee; border-style:none; border-color:#000000; border-width:1px; padding-right:5px; padding-left:10px; "
	this.item_styles = "color:#212e43; font-family:Tahoma; font-size:10px; text-decoration:none; padding-left:20px; "
	this.item_link_styles = "color:#1e51c8; font-family:Tahoma; font-size:10px; text-decoration:none; "
	this.item_link_hover_styles = "font-family:Tahoma; text-decoration:underline; "
}
