function bildwechsel(bild) {
//alert("hallo");
bild = bild;
data = '<img src="' + bild + '" border=0 />';
//alert(data);
document.getElementById('bildRechts').innerHTML = data;
//$('bildRechts').html(data);
}

function beimscrollen() {

/*var mainBoxHoehe = document.getElementById('mainBox').offsetHeight;
var scrollHoehe = document.window.offsetHeight;*/

//alert(scroll);
}

			$(function()
			{
				// this initialises the demo scollpanes on the page.
				$('#pane1').jScrollPane({showArrows:true, scrollbarWidth: 17});
				$('#scrollBox').jScrollPane({showArrows:true, scrollbarWidth: 14, arrowSize: 16});
				$('#scrollBoxGross').jScrollPane({showArrows:true, scrollbarWidth: 14, arrowSize: 16});
				$('#pane3').jScrollPane();
+				$('#pane4').jScrollPane({scrollbarOnLeft:true});
			});