

/**********************************************************************************************

                               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.

*/

						/******************************************************/
						/* REMEMBER TO ADD  target='_blank' to end of 'a' tag */
						/******************************************************/
document.write("\
\
<div><div><div id='vscroll0' style='display:none;z-index:0;'><ul>\
\
	<li delay=2>Thursday, January 19, 2012 - <a href='http://www.ptsdcs.com/press-release-DCMMS-Version-2-Release.asp' target='_blank'>Press Release: PTS Announces Availability of Version 2.0 for the Data Center Maintenance Management Software Solution</a></li>\
\
	<li delay=2>Friday, December 30, 2011 - <a href='http://www.processor.com/articles/P3326/31p26/31p26.pdf' target='_blank'>Forgotten Maintenance: Routine Upkeep Can Make Your Data Center More Efficient &amp; Prevent Disasters</a></li>\
\
	<li delay=2>Tuesday, November 15, 2011 - <a href='http://www.datacentertalk.com/2011/11/pts-data-centre-solutions/' target='_blank'>PTS Data Center Infrastructure Management Courses</a></li>\
\
	<li delay=2>Tuesday, September 6, 2011 - <a href='http://www.prweb.com/releases/2011/9/prweb8768575.htm' target='_blank'>No Limits Software will Introduce Version 1.5 of their Rack Management Platform (RaMP) with New Visual View of Data Center at Data Center World</a></li>\
\
	<li delay=2><div align='center'>To Read All News Items<br><a href='http://www.ptsdcs.com/news.asp' target='_blank'>Click Here</a></div><br><br></li>\
\
</ul></div></div></div>\
\
</div>");

/* OLD NEWS BELOW
	<li delay=2>Tuesday, August 30, 2011 - <a href='http://www.ptsdcs.com/Selecting-the-Optimal-Data-Center-Cooling-Solution.asp' target='_blank'>Selecting the Optimal Data Center Cooling Solution</a></li>\
\
	<li delay=2>Friday, July 1, 2011 - <a href='http://www.processor.com/articles//P3313/23p13/23p13.pdf?guid=' target='_blank'>Overseeing A Data Center Move</a></li>\
\
	<li delay=2>Thursday, June 9, 2011 - <a href='http://it.tmcnet.com/channels/environmental-monitoring/articles/184064-capacity-planning-environmental-monitoring-solutions-help-data-centers.htm' target='_blank'>Capacity Planning, Environmental Monitoring Solutions Can Help Data Centers Protect IT Investments</a></li>\
\
	<li delay=2>Thursday, April 28, 2011 - <a href='http://www.datacenterknowledge.com/archives/2011/04/28/improving-energy-efficiency-in-data-centers/' target='_blank'>Improving Energy Efficiency in Data Centers</a></li>\
\
	<li delay=2>Tuesday, April 12, 2011 - <a href='http://blog.nlyte.com/building-a-new-data-center/' target='_blank'>Best Practices in Building a New Data Center</a></li>\
\
	<li delay=2>Wednesday, March 9, 2011 - <a href='http://www.datacenterdynamics.com/focus/archive/2010/10/what-will-modularity-cost-you' target='_blank'>What will modularity cost you?</a></li>\
\
	<li delay=2>Friday, February 25, 2011 - <a href='http://www.processor.com/articles/P3304/31p04/31p04.pdf?guid' target='_blank'>Getting Involved In Company Direction &amp; Planning</a></li>\
\
	<li delay=2>Tuesday, February 15, 2011 - <a href='http://www.ptsdcs.com/energy-efficiency-ConEd-press-release.asp' target='_blank'>PTS Accepted into Con Edison\'s New Data Center Energy Efficiency Program</a></li>\
\
	<li delay=2>Friday, February 11, 2011 - <a href='http://www.processor.com/editorial/article.asp?article=articles/P3303/6p03/6p03.asp&guid' target='_blank'>Small Improvements Yield Big Benefits: Concentrating On IT Infrastructure Makes A Difference</a></li>\
\
	<li delay=2>Thursday, February 3, 2011 - <a href='http://www.exagrid.com/news_and_events/press_releases/ExaGrid_Named_Product_of_the_Year.asp' target='_blank'>ExaGrid Disk Backup with Deduplication System Named Backup and Disaster Recovery Hardware \'Product of the Year\' by Storage magazine SearchStorage.com</a></li>\
\
	<li delay=2>Wednesday, January 26, 2011 - <a href='http://businesscontinuityinfo.com/937828-Consider-An-Emergency-Generator.html' target='_blank'>Consider An Emergency Generator</a></li>\
\

*/



/**********************************************************************************************

                               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; "


}


