// JavaScript Document
window.addEvent('domready', init);

function init(){
	
	//menu = new DropMenu('menu',{ mode:'vertical' });
	
	/*
		Radius settings:
			radius
			topleft
			topright
			bottomleft
			bottomright
	*/
	//GoodCorners.round( $$('.round'), {radius: "15px",bottomright:'',topright:''});
	
	//ligthbox
	SqueezeBox.assign($$('.boxed'), { parse: 'rel' });

	 <!--Defilement-->
		//console.log('tte');
if( $('example_3_content') ){
		var caroussel = new iCarousel("example_3_content", {
			idPrevious: "example_3_previous",   
			idNext: "example_3_next",   
			idToggle: "undefined",   
			item: {   
				klass: "example_3_item",   
				size: 431 },   
			animation: { 
				type: "scroll",// fadeNscroll, scroll, fade
				duration: 2000, 
				rotate:{ 
					interval: 7000,
					type: "auto" },
				amount: 1,
				direction: "left" },
				
		idPrevious: "prec",
		idNext: "suiv",
		
			bt: {
				bouton: "on",
				contener: "bt",
				css_bt: "bt_actif" }});
}
	
}


