$(function(){
	$('#order').click(function(){$('#authform').slideToggle(300)})

	$('.imgLinkOnyx23')
		.hover(function(){$(this).addClass('imgLinkOnyx23Hover')}, function(){$(this).removeClass('imgLinkOnyx23Hover')})
		.mousedown(function(){$(this).addClass('imgLinkOnyx23Pushed')})
		.mouseup(function(){$(this).removeClass('imgLinkOnyx23Pushed')})

	$('#linkOnyx23').fancybox({'type' : 'swf'});   
})

