

/**********************************************************************************************

                               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('\
<div id="hsborder0" style="border-style:solid; border-width:1px; border-color:#05143F;">\
\
<div id="hscroll0" style="position:relative;z-index:0;"><ul style="white-space:nowrap;">\
\
	<li delay=5 style="width:200;"><img src="images/g1940a.jpg" width="180" height="100" alt=""> <br> <strong>1940 - 1949</strong></li>\
\
	<li delay=5 style="width:200;"><img src="images/g1940b.jpg" width="204" height="100" alt=""> <br> <strong>1940 - 1949</strong></li>\
\
	<li delay=5 style="width:200;"><img src="images/g1949.jpg" width="147" height="100" alt=""> <br> <strong>1949</strong></li>\
\
	<li delay=5 style="width:200;"><img src="images/g1959.jpg" width="139" height="100" alt=""> <br> <strong>1959</strong></li>\
\
	<li delay=5 style="width:200;"><img src="images/g1982.jpg" width="210" height="100" alt=""> <br> <strong>1982 - 1998</strong></li>\
\
	<li delay=5 style="width:200;"><img src="images/g1998.jpg" width="187" height="100" alt=""> <br> <strong>1998 - 2000</strong></li>\
\
	<li delay=5 style="width:200;"><img src="images/gtoday.jpg" width="208" height="100" alt=""> <br> <strong>Today</strong></li>\
\
</ul></div>\
\
</div>');


/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7 = true

function hscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 200
	this.container_height = 125



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds
	
	this.animation_delay = 20			//measured in milliseconds (1/1000)
	this.animation_jump = 3				//measured in pixels, must be > 1

	this.animation_delay_mac = 50			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 1			//measured in pixels, must be > 1

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "10,0,0,0"
	this.container_styles = "background-color:#e6e6e6;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	
	this.message_gap = 0;

	this.item_styles = "color:#05143F; text-decoration:none; font-family:Tahoma; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#3366cc; text-decoration:none; font-family:Tahoma; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#3366cc; text-decoration:underline; font-family:Tahoma; font-size:12px; border-style:none;border-width:0px;";

}

