

/**********************************************************************************************

                               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><div><div id='vscroll0' style='display:none;z-index:0;'><ul>\
\
	<li delay=2>Wednesday, July 4, 2010 - <a href='http://www.ptsdcs.com/press071410.asp'>PTS Data Center Solutions Expands its IT Solutions Portfolio with Compellent Fluid Data Storage and ExaGrid Systems Disk-Based Backup Solutions...</a><br><br></li>\
\
	<li delay=2>Monday, May 21, 2010 - <a href='http://www.processor.com/editorial/article.asp?article=articles%2Fp3211%2F33p11%2F33p11.asp&guid=' target='_blank'>Physical Access To The Data Center - Processor.com </a><br><br></li>\
\
	<li delay=2>Friday, May 21, 2010 - <a href='http://www.processor.com/editorial/article.asp?article=articles%2Fp3211%2F22p11%2F22p11%2F22p11.asp&guid=' target='_blank'>Budget For Power & Cooling -  Processor.com </a><br><br></li>\
\
    <li delay=2>Friday, May 21, 2010 - <a href='http://www.ptsdcs.com/press030810.asp' target='_blank'>Create A Hot Aisle/ Cold Aisle Setup - Processor.com</a><br><br></li>\
\
    <li delay=2>Monday, May 3, 2010 - <a href='http://searchcio.techtarget.com.au/articles/40453-Five-ways-to-reduce-data-center-power-consumption'>Five ways to reduce data center power consumption - SearchCIO </a><br><br></li>\
\
</ul></div></div></div>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 135
	this.container_height = 215
	this.top_pause_offset = 0


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 20
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:#ffffff; background-image:; border-style:solid; border-color:##5C5C5C; border-width:0px; padding-right:0px; padding-left:0px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#1e51c8; text-align:; font-family:Tahoma; font-size:11px; font-weight:; text-decoration:none; border-style:none; border-color:; border-width:0px; padding-top:; padding-right:; padding-bottom:; padding-left:; "
	this.item_link_hover_styles = "background-color:; background-image:; color:; text-align:; font-family:Tahoma; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; color:#212e43; text-align:; font-family:Tahoma; font-size:11px; font-weight:; text-decoration:none; "


}

