// JavaScript Document
function vscroll_data0()
      {
      
       
	this.enable_visual_design_mode = false;
    this.container_width = 110
	this.container_height = 1730
	this.top_pause_offset = 20

  

    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 1

	this.animation_delay = 20
	this.animation_jump = 2

	this.animation_delay_mac = 80
	this.animation_jump_mac = 8


   
    /*---------------------------------------------
    Scroll Styles
    ---------------------------------------------*/

	/* 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.container_styles = "background-image:url(images/sample1_bg.gif); border-style:dashed; border-color:#000000; border-width:0px; padding-right:10px; padding-left:10px; "
	this.item_styles = "color:#660000; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#000099; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#0000DD; text-decoration:none; font-family:Arial; font-size:13px; border-style:none;border-width:0px;";
	}
