function initsbpopup(obj)
{
	ec = new eventConverter();
	sb = new scrollBars(obj);
	sb.onSetup = sbpopupconf;
	sb.init();
}

function initsb(obj)
{
	ec = new eventConverter();
	sb = new scrollBars(obj);
	sb.onSetup = sbconf;
	sb.init();
}

function initsb_microsite(obj)
{
	ec = new eventConverter();
	sb = new scrollBars(obj);
	sb.onSetup = sbconf_microsite;
	sb.init();
}

function sbpopupconf()
{
	this.setBarWidth('13px'); // default 9px
	this.setButtonSize('10px', '13px');
	this.setButtonBGImg('/art/dhtml_scroller/img_pfeil_oben.gif','/art/dhtml_scroller/scroller_pfeil_rechts.gif','/art/dhtml_scroller/img_pfeil_unten.gif','/art/dhtml_scroller/scroller_pfeil_links.gif');
	this.setAnfasserLength('50px','15px'); // default 32px
	this.setAnfasserBgColor('transparent');
//	this.setBarContentBgImg('/art/dhtml_scroller/scroller_v_bg.gif','../art/dhtml_scroller/scroller_h_bg.gif');
    this.setBarContentBgImg('/art/dhtml_scroller/img_scrollleiste_mitte.gif','');
	this.setButtonContentSpeed(2); // default 4
	this.setWheelContentSpeed(18); // default 9
	this.setAnfasserBgImg ('/art/dhtml_scroller/img_scroller.gif', '/art/dhtml_scroller/img_scroller_quer.gif');
}

function sbconf()
{
	this.setBarWidth('13px'); // default 9px
	this.setButtonSize('13px', '13px');
	this.setButtonBGImg('/art/dhtml_scroller/img_pfeil_oben.gif','/art/dhtml_scroller/scroller_pfeil_rechts.gif','/art/dhtml_scroller/img_pfeil_unten.gif','/art/dhtml_scroller/scroller_pfeil_links.gif');
	this.setAnfasserLength('50px','13px'); // default 32px
	this.setAnfasserBgColor('transparent');
	this.setBarContentBgImg('/art/dhtml_scroller/img_scrollleiste_mitte.gif','');
	this.setButtonContentSpeed(2); // default 4
	this.setWheelContentSpeed(18); // default 9
	this.setAnfasserBgImg ('/art/dhtml_scroller/img_scroller.gif', '/art/dhtml_scroller/img_scroller_quer.gif');
}

function sbconf_microsite()
{
	this.setBarWidth('11px'); // default 9px
	this.setButtonSize('2px', '2px');
	//this.setButtonBGImg('/auszeitcoaching/art/b_oben.gif','/art/dhtml_scroller/scroller_pfeil_rechts.gif','/auszeitcoaching/art/b_unten.gif','/art/dhtml_scroller/scroller_pfeil_links.gif');
	this.setButtonBGImg('/auszeitcoaching/art/scroller/img_oben.gif', '/art/dhtml_scroller/scroller_pfeil_rechts.gif', '/auszeitcoaching/art/scroller/img_unten.gif', '/art/dhtml_scroller/scroller_pfeil_links.gif');
	this.setAnfasserLength('30px', '30px'); // default 32px
	this.setAnfasserBgColor('transparent');
	this.setBarContentBgImg('/auszeitcoaching/art/scroller/img_mitte.gif', '');
	this.setButtonContentSpeed(4); // default 4
	this.setWheelContentSpeed(18); // default 9
	this.setAnfasserBgImg('/auszeitcoaching/art/scroller/img_anfasser.gif', '/art/dhtml_scroller/img_scroller_quer.gif');
}




/********submitToOpener() Version 1.1 30.09.2006, 15:01 Uhr********/

// 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

