
	
window.addEvent("domready", function() {
	//new Accordion($$(".accordion_toggler"), $$(".accordion_content"));

	dp.SyntaxHighlighter.HighlightAll("usage");

	new iCarousel("example_5_content", {
		idPrevious: "example_5_previous",
		idNext: "example_5_next",
		idToggle: "undefined",
		item: {
			klass: "example_5_item",
			size: 255
		},
		animation: {
			rotate: {
				type: "auto"
			},
			direction: "top",
			duration: 250,
			amount: 1
		}
	});
});
	
		
