function show(hide, show){
	$(hide).hide();
	$(show).show();
}

if (navigator.userAgent.match('MSIE 6')) {
	$(document).ready(function() {
		$('.menu_oriz').css('direction', 'ltr');	
	});
}

$(window).load(function() {
	$('.right_shoulder').height($('.center_cont').height()-81);
});
