function showVideo(id) {
	document.write("<object width=\"291\" height=\"225\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+id+">&amp;hl=en&amp;fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/"+id+"&amp;hl=en&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"291\" height=\"225\"></embed></object>");
}

$(function() {
	
	$('.home ul li').bind('mouseover',function(){
		$('#homeImg').html( '<a href="'+$(this).attr('link')+'"><img src="'+$(this).attr('rel')+'" width="309" height="251" /></a>' );
	});
	
	$('#featured').cycle({
		fx: 'scrollLeft',
		speed: 700,
		timeout: 5000
	});
	
	$('a.lxb').lightBox();
	
});

function movePicto(where,what) {
	$('#pictoSel').animate({
		marginLeft: where+'px'
	});
	$('#ads_work').hide();
	$('#ads_services').hide();
	$('#ads_trade').hide();
	$('#ads_tyrsi').hide();
	
	$('#ads_'+what).slideDown('fast');
	return false;
}
