// JavaScript Document
jQuery.noConflict();
		
jQuery(document).ready(function(){
		//jQuery('#bereichslogo').pngFix( );
	});
jQuery(window).load(function(){
  jQuery('#inhalt').jScrollPane({showArrows:true, scrollbarWidth:18, scrollbarMargin:50,maintainPosition:false });
  
  jQuery("#weitnmap").treeview({
		animated: "fast",
		collapsed: false,
		unique: false,
		control: "#treecontrol"
		});
  
  
});			
			