	function sbconf(){
		this.setBars('auto'); // auto
		this.setContentMargins('0px'); // default 4px
		this.setBarWidth('19px'); // default 9px
		this.setButtonSize('0px');
		this.setButtonBGColor('transparent','#C1322E','transparent','#000000');
		//this.setButtonBGImg('res/pfeil_up.gif','res/pfeil_right.gif','res/pfeil_down.gif','res/pfeil_left.gif');
		this.setAnfasserLength('96px','96px'); // default 32px
		//this.setAnfasserBgColor('#cc0000','green');
		this.setAnfasserBgImg('/de-de/art/img_scrolli.gif','res/h_anfasser.gif');
		//this.setBarBgColor('#888888');
		//this.setBarContentBgColor('#888800');
		this.setBarContentBgImg('/de-de/art/linie.gif','res/h_linie.gif');
		this.setButtonContentSpeed(4); // default 4
		this.setWheelContentSpeed(9); // default 9
	}

	function show(){
		a = document.getSelection()
 		for (i in a){
 			alert(i + "\n" + a[i])
		}
	}


	function hh(obj){
		elm = document.getElementById('un');
		if (!confirm('wirklich loeschen')){
			obj.setAttribute("href","javascript:void(0)");
			//setTimeout("alert('" + elm + "')","500")
			setTimeout(elm + ".setAttribute('href','index.asp')","500")
		}
	}