

/**********************************************************************************************

                               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='5'><b>Upcoming Shows</b></li>\
	<li delay=''><b>01/08/09 - 01/11/09</b><br />Consumer Electronics Show - <br>Las Vegas, NV</li>\
	<li delay=''><b>02/07/09 - 02/08/09</b><br />Frank Milliman - <br>Edison, NJ</li>\
	<li delay=''><b>02/08/09 - 02/08/09</b><br />Keystone West - <br>Corona, CA</li>\
	<li delay=''><b>02/21/09 - 02/22/09</b><br />Keystone Northeast - <br>Secaucus, NJ</li>\
	<li delay=''><b>03/07/09 - 03/07/09</b><br />Keystone Southeast - <br>Atlanta, GA</li>\
	<li delay=''><b>03/22/09 - 03/24/09</b><br />International Housewares Show - <br> Chicago, IL</li>\
	<li delay=''><b>04/03/09 - 04/04/09</b><br />Midstate Tool - <br>Altoona, PA</li>\
			 \
</ul></div></div></div>\
</div>");




/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{


	this.container_width = 190
	this.container_height = 425
	this.top_pause_offset = 5



    /*---------------------------------------------
    Optional RSS Feed (Populates Items from a feed.)
    ---------------------------------------------*/	

	//this.rss_feed = "news.xml"
	//this.rss_delay = 4;				//delay time for each rss message

  

   /*---------------------------------------------
   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:#f5f5f5; border-style:solid; border-color:#CCCCCC; border-width:1px; padding-right:10px; padding-left:10px; "
	this.item_link_styles = "margin-bottom:0px; color:#1e51c8; font-family:Arial; font-size:13px; text-decoration:none; border-width:0px; "
	this.item_link_hover_styles = "font-family:Arial; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; color:#212e43; font-family:Arial; font-size:11px; text-decoration:none; "


 
}


