$(window).load(function () {
	
					$('.scroll').jScrollPane();
				$("div.jspHorizontalBar").remove();
				$("div.jspTrack").css("background","none");
				$("div.jspVerticalBar").css("background","none");
				
				if(!$.browser.msie){
				
					$("div.menu1 a").hover(
					  function () {
						$(this).find("span.menucont span.a,span.menuconta span.a").stop().css('filter','').animate({
							opacity: 1
						},1500);
						
					  }, 
					  function () {
						$(this).find("span.menucont span.a,span.menuconta span.a").stop().css('filter','').animate({
							opacity: 0
						},1500);
					  }
					);		
				
				}
				
				$("div.tab div.category").click(function () {
				
					if ($(this).parent().children("ul").is(":hidden")) {
					  $(this).parent().children("ul").show("slow", function(){
						$('.scroll').jScrollPane();
						$("div.jspHorizontalBar").remove();
						$("div.jspTrack").css("background","none");
						$("div.jspVerticalBar").css("background","none");
						
					  });
						$(this).parent("div.tab").css("clear","left");
						$(this).parent("div.tab").next().css("clear","left");
					} else {
					
						$(this).parent().children("ul").slideUp(function(){
							$('.scroll').jScrollPane();
							$("div.jspHorizontalBar").remove();
							$("div.jspTrack").css("background","none");
							$("div.jspVerticalBar").css("background","none");  
							
						});
						$(this).parent("div.tab").css("clear","none");
						$(this).parent("div.tab").next().css("clear","none");
					}
					$("li.inform").css("width","750","height","40","background","none","background-image","none");
				  });
				
		
});


var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24780433-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
