// JavaScript Document

// ---------- banner carusel ------------------------------------------------------------------
stepcarousel.setup({
	galleryid: 'banner_pict', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel', //class of panel DIVs each holding content
//	autostep: {enable:false, moveby:1, pause:6000},
	autostep: {enable:true, moveby:1, pause:6000},
	panelbehavior: {speed:9000, wraparound:false, persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['/img/left.gif', 5, 0], rightnav: ['/img/right.gif', -50, 0]},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['ajax', '/external_pict.html'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
})
// ---------- banner carusel ------------------------------------------------------------------

// ---------- noutati carusel ------------------------------------------------------------------
stepcarousel.setup({
	galleryid: 'noutati', //id of carousel DIV
	beltclass: 'belt_news', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel_news', //class of panel DIVs each holding content
	autostep: {enable:false, moveby:1, pause:6000},
	panelbehavior: {speed:3000, wraparound:false, persist:true},
	defaultbuttons: {enable: false, moveby: 1, leftnav: ['/img/left.gif', 5, 0], rightnav: ['/img/right.gif', -50, 0]},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['ajax', 'external_news_ge_1.php?lang=En'] //content setting ['inline'] or ['ajax', 'path_to_external_file']
})



