function init_dw_Scroll() {
    var wndo = new dw_scrollObj('wn', 'lyr1');
    wndo.setUpScrollbar("dragBar", "track", "v", 1, 1);
    // id, autohide (hide when not needed), axis
    wndo.setUpScrollControls('scrollbar', true, 'v');
    
    // Links to swap content 
    wndo.setUpLoadLinks('extra_controls');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls');
	
		// Links to swap content 
    wndo.setUpLoadLinks('extra_controls1');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls1');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls2');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls2');
		
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls3');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls3');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls5');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls5');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls6');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls6');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls7');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls7');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls8');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls8');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls10');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls10');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls11');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls11');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls12');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls12');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls13');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls13');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls14');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls14');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls15');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls15');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls16');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls16');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls17');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls17');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls18');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls18');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls19');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls19');
	
	// Links to swap content 
    wndo.setUpLoadLinks('extra_controls20');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls20');
	
		// Links to swap content 
    wndo.setUpLoadLinks('extra_controls21');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls21');
	
		// Links to swap content 
    wndo.setUpLoadLinks('extra_controls22');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls22');
	
		// Links to swap content 
    wndo.setUpLoadLinks('extra_controls23');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls23');
	
		// Links to swap content 
    wndo.setUpLoadLinks('extra_controls24');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls24');
	
		// Links to swap content 
    wndo.setUpLoadLinks('extra_controls25');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls25');
	
		// Links to swap content 
    wndo.setUpLoadLinks('extra_controls26');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls26');
	
	wndo.setUpLoadLinks('extra_controls27');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls27');
	
	wndo.setUpLoadLinks('extra_controls28');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls28');
	
	wndo.setUpLoadLinks('extra_controls29');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls29');
	
	wndo.setUpLoadLinks('extra_controls35');
    // Demonstrating jump to top and scroll to ID controls 
    wndo.setUpScrollControls('extra_controls35');

}

// if necessary objects exists link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    dw_writeStyleSheet('css/ausstellungen.css');
    dw_Event.add( window, 'load', init_dw_Scroll);
}
