$(document).ready(function(){
$("#site-header-language-link").click(function(){
	$("#site-header-language-link-content").stop().css({opacity: 0.25,marginLeft: "960px",marginTop: "30px"}).stop().animate({width: "200px",height: "160px",marginLeft: "745px",marginTop: "30px",opacity: 0.9},{queue: false});});

$("#site-header-language-link-content").hover(function(){
	$("#site-header-language-link-content").show();
	},function(){
		$("#site-header-language-link-content").delay(500).animate({width: "5px",height: "5px",marginLeft: "960px",marginTop: "30px",opacity: 0},{duration:750},{queue: false}).fadeOut();});

$("#site-content-left-menu-products-list").hide();
$("#site-content-left-menu-products").toggle(function(){
	$("#site-content-left-menu-products-list").slideDown(200);
	},function(){
		$("#site-content-left-menu-products-list").slideUp(200);
	});

$(".newsticker").jCarouselLite({vertical: true,hoverPause:true,visible: 1,auto:8000,speed:1000});
$("#downloads ul").hide();
$("#downloads h3").bind('click', function(){
$("#downloads h3").css({'color':'#666666', 'background-image':'url(images/site_content_middle_download_category_closed_bg.gif)'});
$("#downloads ul").slideUp();
$(this).css({'color':'#C00', 'background-image':'url(images/site_content_middle_download_category_open_bg.gif)'});
$(this).next('ul').slideDown();
});
	
$(".news_records").accordion({
	autoHeight: true,
	active: false
});
$("#site_search ul").hide();
$("#site_search h3").bind('click', function(){
$("#site_search h3").css({'color':'#666666', 'background-image':'url(images/site_content_middle_download_category_closed_bg.gif)'});
$("#site_search ul").slideUp();
$(this).css({'color':'#C00', 'background-image':'url(images/site_content_middle_download_category_open_bg.gif)'});
$(this).next('ul').slideDown();
});
$("input:radio").click(function(){
	$(this.form).submit();
});
$("#offers ul").hide();
$("#offers ul:eq(0)").show();
$("#offers ul:eq(0)").nextUntil("h3").show();
$("#offers h3").bind('click', function(){
	$("#offers h3").css({'color':'#666666', 'background-image':'url(images/site_content_middle_download_category_closed_bg.gif)'});
	$("#offers ul").slideUp();
	$(this).css({'color':'#C00', 'background-image':'url(images/site_content_middle_download_category_open_bg.gif)'});
	$(this).nextUntil("h3").slideDown();
});
});
