jQuery.noConflict();

 jQuery(document).ready(function(){
jQuery('.dones').show();
jQuery(".newsticker-jcarousellite").jCarouselLite({  
         vertical: true,  
         visible: 4,  
         auto:3500,  
         speed:1000 
     });
jQuery(".newsticker-jcarousellite1").jCarouselLite({  
         vertical: true,  
         visible: 3,  
         auto:3500,  
         speed:1000 
     });	
jQuery(".newsticker-jcarousellite4").jCarouselLite({
		visible: 1,
		auto:7000,
		speed:1,
		beforeStart: function(a) {
				jQuery(a).parent().fadeTo(1000, 0);
				},
				afterEnd: function(a) {
				jQuery(a).parent().fadeTo(1000, 1);
				}
		}); 



});





 jQuery(document).ready(function(){
jQuery('#popsite').click(
        function() {
         
      jQuery('#PopOrdersite').fadeIn("slow");
      jQuery('#PopForm').fadeOut("fast");
	  jQuery('#PopOrderlogo').fadeOut("fast");
        }
    );
jQuery('#clsite').click(
        function() {
         
      jQuery('#PopOrdersite').fadeOut("slow");
     
        }
    );

jQuery('#popformc').click(
        function() {
         
      jQuery('#PopForm').fadeIn("slow");
      jQuery('#PopOrdersite').fadeOut("fast");
	  jQuery('#PopOrderlogo').fadeOut("fast");
        }
    );
jQuery('#clform').click(
        function() {
         
      jQuery('#PopForm').fadeOut("slow");
     
        }
    );
jQuery('#poplogo').click(
        function() {
         
      jQuery('#PopOrderlogo').fadeIn("slow");
      jQuery('#PopOrdersite').fadeOut("fast");
	  jQuery('#PopForm').fadeOut("fast");
        }
    );
jQuery('#cllogo').click(
        function() {
         
      jQuery('#PopOrderlogo').fadeOut("slow");
     
        }
    );
	

	jQuery('#eshe a').click(
        function() {
         
     jQuery(this).parent().parent().find('div#eshe2').slideDown('slow');
	 jQuery(this).parent().parent().find('div#eshe3').show('slow');
      jQuery(this).parent().hide();
        }
    );
	
	jQuery('#eshe3 a').click(
        function() {
         
     jQuery(this).parent().parent().find('div#eshe2').slideUp('slow');
	 jQuery(this).parent().parent().find('div#eshe').show('slow');
      jQuery(this).parent().hide();
        }
    );


    
  
});
 
jQuery(document).ready(function(){
	jQuery('ul.mezhdu li').click(
        function() {
         
      jQuery(this).find('ul').slideDown();
	  
      
        },
		function() {
         
      jQuery(this).find('ul').slideUp();
	  
      
        } 
    );
});
jQuery(document).ready(function(){
	jQuery('a.unhide').click(
        function() {
         
      jQuery(this).parent().find('ul.hide').slideDown('slow');
	  jQuery(this).parent().find('p.hide').slideDown('slow');
	   jQuery(this).hide();
	    jQuery(this).parent().find('a.hide').show();
	  
      
        }
    );
	jQuery('a.hide').click(
        function() {
         
      jQuery(this).parent().find('ul.hide').slideUp('slow');
	  jQuery(this).parent().find('p.hide').slideUp('slow');
	  jQuery(this).parent().find('a.unhide').show();
	  jQuery(this).hide();
	  
      
        }
    );
});


