jQuery.noConflict();
jQuery(document).ready(function($){
	$('.mB2').menuBox({menuWi:210,speedIn:600,speedOut:400,align:'vertical'});
	
	 //
	 $("#licenceTT").css({ display: "none"});
	 $('#licenceTTLink').click(function() {
		 $('#licence').toggle();
	 });
	 
	 // faq
	 $(".hide").css({ display: "none"});
	 
	 $('.parent_hide').click(function() {
		 $(this).next().toggle('slow');
	 });
});
