  jQuery.noConflict();

jQuery(document).ready(function() {
	jQuery("a.anchorLink").anchorAnimate()
});

jQuery.fn.anchorAnimate = function(settings) {

 	settings = jQuery.extend({
		speed : 600
	}, settings);	
	
	return this.each(function(){
		var caller = this
		jQuery(caller).click(function (event) {	
			event.preventDefault()
			var locationHref = window.location.href;
			var elementClick = jQuery(caller).attr("href");
			
			var destination = jQuery(elementClick).offset().top;
			jQuery("html:not(:animated),body:not(:animated)").animate({ scrollTop: destination}, settings.speed, function() {
				window.location.hash = elementClick
			});
		  	return false;
		})
	})
}


  jQuery(document).ready(function(){
    
	jQuery("a.ofa1_1").ready(function () {
      jQuery("p#ofa1_2t").toggle("fast");
	});
	
    jQuery("a.ofa1_1").click(function () {
	  jQuery("p#ofa1_1t").toggle("slow");
	  jQuery("p#ofa1_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa2_1").ready(function () {
      jQuery("p#ofa2_2t").toggle("fast");
	});
	
    jQuery("a.ofa2_1").click(function () {
	  jQuery("p#ofa2_1t").toggle("slow");
	  jQuery("p#ofa2_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa3_1").ready(function () {
      jQuery("p#ofa3_2t").toggle("fast");
	});
	
    jQuery("a.ofa3_1").click(function () {
	  jQuery("p#ofa3_1t").toggle("slow");
	  jQuery("p#ofa3_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa4_1").ready(function () {
      jQuery("p#ofa4_2t").toggle("fast");
	});
	
    jQuery("a.ofa4_1").click(function () {
	  jQuery("p#ofa4_1t").toggle("slow");
	  jQuery("p#ofa4_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa5_1").ready(function () {
      jQuery("p#ofa5_2t").toggle("fast");
	});
	
    jQuery("a.ofa5_1").click(function () {
	  jQuery("p#ofa5_1t").toggle("slow");
	  jQuery("p#ofa5_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa6_1").ready(function () {
      jQuery("p#ofa6_2t").toggle("fast");
	});
	
    jQuery("a.ofa6_1").click(function () {
	  jQuery("p#ofa6_1t").toggle("slow");
	  jQuery("p#ofa6_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa7_1").ready(function () {
      jQuery("p#ofa7_2t").toggle("fast");
	});
	
    jQuery("a.ofa7_1").click(function () {
	  jQuery("p#ofa7_1t").toggle("slow");
	  jQuery("p#ofa7_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa8_1").ready(function () {
      jQuery("p#ofa8_2t").toggle("fast");
	});
	
    jQuery("a.ofa8_1").click(function () {
	  jQuery("p#ofa8_1t").toggle("slow");
	  jQuery("p#ofa8_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa9_1").ready(function () {
      jQuery("p#ofa9_2t").toggle("fast");
	});
	
    jQuery("a.ofa9_1").click(function () {
	  jQuery("p#ofa9_1t").toggle("slow");
	  jQuery("p#ofa9_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa10_1").ready(function () {
      jQuery("p#ofa10_2t").toggle("fast");
	});
	
    jQuery("a.ofa10_1").click(function () {
	  jQuery("p#ofa10_1t").toggle("slow");
	  jQuery("p#ofa10_2t").toggle("slow");
	  
	  });
	  
	
	//------
		jQuery("a.ofa11_1").ready(function () {
      jQuery("p#ofa11_2t").toggle("fast");
	});
	
    jQuery("a.ofa11_1").click(function () {
	  jQuery("p#ofa11_1t").toggle("slow");
	  jQuery("p#ofa11_2t").toggle("slow");
	  
	  });
	  
	
	//------
	jQuery("a.ofa12_1").ready(function () {
      jQuery("p#ofa12_2t").toggle("fast");
	});
	
    jQuery("a.ofa12_1").click(function () {
	  jQuery("p#ofa12_1t").toggle("slow");
	  jQuery("p#ofa12_2t").toggle("slow");
	  
	  });
	  
	//------
  });
