jQuery(document).ready(function() {
	//if noscript
	jQuery('#clients-carousel').show();
	jQuery('#project-carousel').show();
	jQuery('#partners-carousel').show();

	jQuery('#clients-carousel-noscript').hide();
	jQuery('#project-carousel-noscript').hide();
	jQuery('#partners-carousel-noscript').hide();

	//jcarousel init
	jQuery('#project-carousel').jcarousel({
		visible: 1,
		scroll: 1
	});
	jQuery('#clients-carousel').jcarousel({
		visible: 3,
		scroll: 1
	});
	jQuery('#partners-carousel').jcarousel({
		visible: 3,
		scroll: 1
	});

	// hover on partners and clients logos
	jQuery('#partners-carousel').children().hover(function() {
		$(this).find('a.c_image_h').stop().show();
		$(this).find('a.c_image').stop().hide();
	}, function() {
		$(this).find('a.c_image').stop().show();
		$(this).find('a.c_image_h').stop().hide();
	});

	jQuery('#clients-carousel').children().hover(function() {
		$(this).find('a.c_image_h').stop().show();
		$(this).find('a.c_image').stop().hide();
	}, function() {
		$(this).find('a.c_image').stop().show();
		$(this).find('a.c_image_h').stop().hide();
	});
});

if (document.images) {
	img1 = new Image();
	img2 = new Image();
	img3 = new Image();
	img4 = new Image();
	
	img1.src = "/images/browser_bottom_border_light.jpg";
	img2.src = "/images/browser_top_border_light.jpg";
	img3.src = "/images/browser_main_light.jpg";
	img4.src = "/images/s_l2.gif";
}
