

/**********************************************************************************************

                               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:#ffffff;">\
\
<div id="hscroll0" style="position:relative;z-index:0;"><ul style="white-space:nowrap;">\
\
	<li delay=2 style="width:270;">### <a href="http://www.ptsdcs.com/news.asp">PTS UPCOMING EVENTS</a> ###</li>\
\
	<li delay=2 style="width:450;">March 30, 2010 <FONT COLOR="#ff0000">(* Date changed from 2/10 because of snow storm *)</font>- <a href="http://www.ptsdcs.com/eventDellEnterasysDevils.asp">The Devils in the Details - Enhanced SAN & Switching Solutions for Next Generation Data Centers</a></li>\
\
	<li delay=2 style="width:450;">March 11-17, 2010 - <a href="http://www.ptsdcs.com/eventafcom.asp">PTS Data Center Solutions will be presenting and exhibiting at the Spring 2010 Data Center World Event.</a></li>\
\
</ul></div>\
\
</div>');









/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function hscrolldata0()
{


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding)
    ---------------------------------------------*/

	this.container_width = 800
	this.container_height = 20



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds
	
	this.animation_delay = 20			//measured in milliseconds (1/1000)
	this.animation_jump = 2				//measured in pixels, must be > 1

	this.animation_delay_mac = 0			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 0			//measured in pixels, must be > 1

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "5,5,5,5"
	this.container_styles = "background-color:#ffffff;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	
	this.message_gap = 60;

	this.item_styles = "color:#222222; text-decoration:none; font-family:Tahoma; font-size:11px; font-style:bold; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#3366cc; text-decoration:none; font-family:Tahoma; font-size:11px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#3366cc; text-decoration:underline; font-family:Tahoma; font-size:11px; border-style:none;border-width:0px;";

}

