

/**********************************************************************************************

                               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=4>Call Dallas ISD Constituent Services at (972) 925-5555 if you have questions or concerns.<br><br></li>\
\
	<li delay=4>Dallas ISD Police Dept. Drug Tip Hotline: (214) 932-5695<br><br></li>\
\
	<li delay=4>Dallas ISD Fraud Hotline: 1-800-530-1608<br><br></li>\
\
	<li delay=4>Alternative Certification Information Session: 10 a.m., Feb. 20, Benjamin Franklin Middle School, 6920 Meadow Road<br><br></li>\
\
</ul></div></div></div>\
\
</div>");

   
/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 900
	this.container_height = 20
	this.top_pause_offset = 2


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 50
	this.animation_jump = 1

	this.animation_delay_mac = 75
	this.animation_jump_mac = 3


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:#ed1c24; background-image:; border-style:; border-color:; border-width:0px; padding-right:0; padding-left:0; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#FFFFFF; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:underline; 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:Arial; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; color:#FFFFFF; text-align:center; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; "


}

