function initsb(obj)	{

	ec = new eventConverter();
	sb = new scrollBars(obj);
	sb.onSetup = sbconf;
	sb.init();
}

function sbconf()
{
	this.setBarWidth('16px'); // default 9px
	this.setButtonSize('0px');
//	this.setButtonBGImg('/aktionen/grillpromo2009/art/dhtml_scroller/pfeil_oben.gif','/aktionen/grillpromo2009/art/dhtml_scroller/pfeil_rechts.gif','/aktionen/grillpromo2009/art/dhtml_scroller/pfeil_unten.gif','/aktionen/grillpromo2009/art/dhtml_scroller/pfeil_links.gif');
	this.setAnfasserLength('44px'); 
/*	this.setAnfasserBgColor('#BDD0DF'); */
	this.setAnfasserBgImg('/art/img_slidergriff.jpg');
	this.setBarContentBgImg('/art/bg_scrolli.gif','/art/bg_scrolli.gif');
	this.setButtonContentSpeed(2); // default 4
	this.setWheelContentSpeed(0); // default 9
}

/********submitToOpener() Version 1.1 30.09.2006, 15:01 Uhr********/

/* Konfiguration ENDE */


// Konfigurierbare Eigenschaften


	// vertikaler Scrolbalken START
		//this.hasVBar = false;
		//this.contentVMargin = '32px';
		//this.vBarWidth = '9px';
		//this.vUpHeight = '7px';
		//this.vUpBgColor = '#cccccc';
		//this.vUpBgImg = "url('res/pfeil_up.gif')";
		//this.vDownHeight = '7px';
		//this.vDownBgColor = '#cccccc';
		//this.vDownBgImg = "url('res/pfeil_down.gif')";
		//this.vAnfasserHeight = '32px';
		//this.vAnfasserBgColor = '#ffcccc';
		//this.vAnfasserBgImg = "url('res/anfasser.gif')";
		//this.vBarBgColor = '#dddddd';
		//this.vBarContentBgColor = '#cceeee';
		//this.vBarContentBgImg = "url('res/linie.gif')";
		//this.upButtonContentSpeed = 4; //default, custom
		//this.downButtonContentSpeed = 4; //default, custom
		//this.wheelContentVSpeed = 9;
	// vertikaler Scrolbalken ENDE

	// horizontaler Scrolbalken START
		//this.hasHBar = false;
		//this.contentHMargin = '32px';
		//this.hBarHeight = '9px';
		//this.hLeftWidth = '7px';
		//this.hLeftBgColor = '#cccccc';
		//this.hLeftBgImg = "url('res/pfeil_left.gif')";
		//this.hRightWidth = '7px';
		//this.hRightBgColor = '#cccccc';
		//this.hRightBgImg = "url('res/pfeil_right.gif')";
		//this.hAnfasserWidth = '32px';
		//this.hAnfasserBgColor = '#ffcccc';
		//this.hAnfasserBgImg = "url('res/h_anfasser.gif')";
		//this.hBarBgColor = '#dddddd';
		//this.hBarContentBgColor = '#cceeee';
		//this.hBarContentBgImg = "url('res/h_linie.gif')";
		//this.leftButtonContentSpeed = 4; //default, custom
		//this.rightButtonContentSpeed = 4; //default, custom
		//this.wheelContentHSpeed = 9;
	// horizontaler Scrolbalken ENDE
