

/**********************************************************************************************

                               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'><ul>\
\
	<li delay='2'><br>Forditasok</br></br></li>\
	<li delay='4'>Muszaki es gazdasagi szovegek</br>Nemet / Angol / Magyar</li>\
	<li delay='2'><br>Grafikai kiegeszitok</br></br></li>\
	<li delay='2'><br>Textuebersetzungen</br></br></li>\
	<li delay='4'>Technik und Wirtschaft</br>Ungarisch / Deutsch / English</li>\
	<li delay='2'><br>Graphische Ergaenzungen</br></br></li>\
	<li delay='2'><br>Text translations</br></br></li>\
	<li delay='4'>Technic and Economy</br>Hungarian / German / English</li>\
	<li delay='2'><br>Graphical add-ons</br></br></li>\
\
</ul></div></div></div>\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


	this.container_width = 250
	this.container_height = 49
	this.top_pause_offset = 10



      /*---------------------------------------------
    Optional RSS Feed (Populates Items from a feed.)
    ---------------------------------------------*/	

	this.rss_feed = ""
	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:; background-image:; border-style:; border-color:; border-width:; padding-right:10px; padding-left:10px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#7fc0ff; text-align:; font-family:Arial; font-size:12px; 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:Arial; font-size:12; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-top: 15px; margin-bottom:10px; background-color:; background-image:; color:#4c4c4c; text-align:left; font-family:Arial; font-size: 12px; font-weight:; text-decoration:none; line-height: 12px; text-align: center; "


 
}

