/*
// еякх мсфем яйпнкк, пюяйнлемрхпнбюрэ!!!
$( window )
.scroll(
	function(){
		$( '#top_hover' )
		.attr( 'style', 'background:url(img/top2.gif) left top no-repeat;' );
		clearTimeout( window.SSS );
		window.SSS = setTimeout(
			function(){
				$( '#top_hover' )
				.attr( 'style', '' );
			},
			500
		);
	}
);
*/

$(
	function(){
		if( $.browser.msie ){
			$( '#top_menu td:eq(5) img:first' ).attr( 'height', '10' );
			$( '#top_menu td:eq(5) img:last' ).attr( 'width', '1' ).attr( 'height', '30' );
			$( '.msie_remove' ).remove();
		}
	}
);
