

/**********************************************************************************************

                               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=1><a href='II.horvat.html'>II. horv&aacute;t-magyar &uuml;zletember-tal&aacute;lkoz&oacute; k&eacute;pei</a></li>\
\
	<li delay=1><a href='montenegro.html'>Montenegr&oacute;i K&ouml;rnyezetv&eacute;delmi roadshow k&eacute;pei</a></li>\
\
	<li delay=1><a href='aktualis.html#salzburg'>2010. szeptember 22-24. k&ouml;z&ouml;tt, Salzburgban ConSoil 2010-Management of Soil, Groundwater & Sediment</a></li>\
\
	<li delay=1><a href='aktualis.html#szlovak'>2010. okt&oacute;ber 12-14.  Enviro-management 2010-EnviroLandfills in Europe & Waste Management; szlov&aacute;k Magas-T&aacute;tra</a></li>\
\
	<li delay=1><a href='aktualis.html#hamburg'>2010. november 15-18. Hamburg, ISWA Vil&aacute;gkongresszus </a></li>\
\
	<li delay=1><a href='kexport_project.html'>2010. november 22-&eacute;n K&iacute;nai-Magyar K&ouml;rnyezetv&eacute;delmi F&oacute;rum Csungkingban &eacute;s november 24-27. k&ouml;z&ouml;tt ki&aacute;ll&iacute;t&aacute;si lehetős&eacute;g a pekingi CIGIE-China International Green Industry Expo magyar standj&aacute;n</a></li>\
\
</ul></div></div></div>\
\
</div>");


/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


        this.enable_visual_design_mode = false;

 	this.container_width = 148
	this.container_height = 250
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 1

	this.animation_delay = 33
	this.animation_jump = 1

	this.animation_delay_mac = 33
	this.animation_jump_mac = 1


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-color:#f5f5f5; background-image:; border-style:; border-color:; border-width:0px; padding-right:10px; padding-left:10px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#1e51c8; text-align:; font-family:Arial; font-size:13px; 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:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; color:#212e43; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; "


}

