// JavaScript Document
$(document).ready(function() {
    $("#accordion").accordion({active:false, autoHeight:false, collapsible: true});
	$(".scrollable").scrollable({easing: 'swing', circular: true, speed:700});
	$('#flashTop').flash({swf: 'swf/top.swf', height: 123, width: 792});
	$('#bannerlista').flash({swf: 'swf/banner_utiles.swf', height: 91, width: 656});
	$('#crea').flash({swf: 'swf/crea_recrea.swf', height: 100, width: 198});
	$('#marcas').flash({swf: 'swf/staetler.swf', height: 100, width: 198});
    $(".pillar").accordion({active:false, autoHeight:false, collapsible: true});
	$('#catalogo').flash({swf: 'swf/catalogo.swf', height: 50, width: 198});
	//$('#how').flash({swf: 'swf/como.swf', height: 100, width: 198});
	$('#marcaspropias').flash({swf: 'swf/bottom.swf', height: 101, width: 656});
	$('#flapromo').flash({swf:'swf/promost.swf', height:480, width:600});
});

