// JavaScript Document
$(document).ready(function(){
	
	searchOpen = false;
	$(".toggle_hide").hide();	
	$(".trigger").click(function(){
		$(this).next(".toggle_container").slideToggle("slow,");
	});
	$(".linkSearch").click(function(){
		$(".form_search").slideToggle("slow,");
		searchOpen = !searchOpen;
	});
	
	$("#cercaAziendali").click(function(){
		if(!searchOpen) $(".form_search").slideToggle("slow,");
		$("#aziendali_class").attr("checked","checked");
		searchOpen = true;
		confSearchOption('dataform', 'aziendali','intIdMarca','&selezione=1&tipo=aziendali&intIdMarca=','intIdModello');		
	});
	$("#cercaUsato").click(function(){
		if(!searchOpen) $(".form_search").slideToggle("slow,");
		$("#usate_class").attr("checked","checked");
		searchOpen = true;
		confSearchOption('dataform', 'usate','intIdMarca','&selezione=1&tipo=usate&intIdMarca=','intIdModello');		
	});

	// USATO on HP
  if($('.news .in li').length>4) {
      $('.news .in').before('<p id="prev" class="ir arrow"><a href="#">&lt; Precedenti<span></span></a></p>');
      $('.news .in').after('<p id="next" class="ir arrow"><a href="#">&gt; Successive<span></span></a></p>');
  };
  
  $('.news .in ul').css("width",$('.news .in li').length*250-60);
  $('.news .in ul li').removeClass('last');
  $('.news .in ul li:last').addClass('last');
  $('.news .in').serialScroll({items:'li',prev:'#prev',next:'#next',axis:'x',duration:500,start: 0,force:true,lazy:true,step:1,jump:false,interval:false,exclude:4});
  
	// AZIENDALI on HP
  if($('.news2 .in li').length>4) {
      $('.news2 .in').before('<p id="prev2" class="ir arrow"><a href="#">&lt; Precedenti<span></span></a></p>');
      $('.news2 .in').after('<p id="next2" class="ir arrow"><a href="#">&gt; Successive<span></span></a></p>');
  };
  $('.news2 .in ul').css("width",$('.news2 .in li').length*250-60);
  $('.news2 .in ul li').removeClass('last');
  $('.news2 .in ul li:last').addClass('last');
  $('.news2 .in').serialScroll({items:'li',prev:'#prev2',next:'#next2',axis:'x',duration:500,start: 0,force:true,lazy:true,step:1,jump:false,interval:false,exclude:4});

  
	// SPECIALE AFFARI on HP
  if($('.news3 .in li').length>4) {
      $('.news3 .in').before('<p id="prev3" class="ir arrow"><a href="#">&lt; Precedenti<span></span></a></p>');
      $('.news3 .in').after('<p id="next3" class="ir arrow"><a href="#">&gt; Successive<span></span></a></p>');
  };
  
  $('.news3 .in ul').css("width",$('.news3 .in li').length*250-60);
  $('.news3 .in ul li').removeClass('last');
  $('.news3 .in ul li:last').addClass('last');
  $('.news3 .in').serialScroll({items:'li',prev:'#prev3',next:'#next3',axis:'x',duration:500,start: 0,force:true,lazy:true,step:1,jump:false,interval:false,exclude:4});
  

  
	$(".cbox").colorbox();
	$(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:360});

	var menuSel = $(".header li.selected");
	if(menuSel.length>1) {menuSel[1].className = "";}

	$(".fl_box_contact .btn").tooltip({ position: "bottom center", effect: 'slide'});


	$(".apri").click(
	function(){
		$('#popupgaranzie').fadeIn('fast');
		$('#box').fadeIn('slow');
	});
	$(".chiudi").click(
	function(){
	$('#popupgaranzie').fadeOut('fast');
	$('#box').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie").click(
	function(){
	$(this).fadeOut('fast');
	$('#box').hide();
	});


	$(".apri1").click(
	function(){
		$('#popupgaranzie1').fadeIn('fast');
		$('#box1').fadeIn('slow');
	});
	$(".chiudi1").click(
	function(){
	$('#popupgaranzie1').fadeOut('fast');
	$('#box1').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie1").click(
	function(){
	$(this).fadeOut('fast');
	$('#box1').hide();
	});


	$(".apri2").click(
	function(){
		$('#popupgaranzie2').fadeIn('fast');
		$('#box2').fadeIn('slow');
	});
	$(".chiudi2").click(
	function(){
	$('#popupgaranzie2').fadeOut('fast');
	$('#box2').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie2").click(
	function(){
	$(this).fadeOut('fast');
	$('#box2').hide();
	});


	$(".apri3").click(
	function(){
		$('#popupgaranzie3').fadeIn('fast');
		$('#box3').fadeIn('slow');
	});
	$(".chiudi3").click(
	function(){
	$('#popupgaranzie3').fadeOut('fast');
	$('#box3').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie3").click(
	function(){
	$(this).fadeOut('fast');
	$('#box3').hide();
	});

	$(".apri4").click(
	function(){
		$('#popupgaranzie4').fadeIn('fast');
		$('#box4').fadeIn('slow');
	});
	$(".chiudi4").click(
	function(){
	$('#popupgaranzie4').fadeOut('fast');
	$('#box4').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie4").click(
	function(){
	$(this).fadeOut('fast');
	$('#box4').hide();
	});

	$(".apri5").click(
	function(){
		$('#popupgaranzie5').fadeIn('fast');
		$('#box5').fadeIn('slow');
	});
	$(".chiudi5").click(
	function(){
	$('#popupgaranzie5').fadeOut('fast');
	$('#box5').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie5").click(
	function(){
	$(this).fadeOut('fast');
	$('#box5').hide();
	});

	$(".apri6").click(
	function(){
		$('#popupgaranzie6').fadeIn('fast');
		$('#box6').fadeIn('slow');
	});
	$(".chiudi6").click(
	function(){
	$('#popupgaranzie6').fadeOut('fast');
	$('#box6').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie6").click(
	function(){
	$(this).fadeOut('fast');
	$('#box6').hide();
	});


	$(".apri7").click(
	function(){
		$('#popupgaranzie7').fadeIn('fast');
		$('#box7').fadeIn('slow');
	});
	$(".chiudi7").click(
	function(){
	$('#popupgaranzie7').fadeOut('fast');
	$('#box7').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie7").click(
	function(){
	$(this).fadeOut('fast');
	$('#box7').hide();
	});


	$(".apri8").click(
	function(){
		$('#popupgaranzie8').fadeIn('fast');
		$('#box8').fadeIn('slow');
	});
	$(".chiudi8").click(
	function(){
	$('#popupgaranzie8').fadeOut('fast');
	$('#box8').hide();
	});
	//chiusura emergenza
	$("#popupgaranzie8").click(
	function(){
	$(this).fadeOut('fast');
	$('#box8').hide();
	});



});

