$(document).ready (function () {
	var topActive = $('#lTopMenu LI.hit');
	$('#lTopMenu LI').hover (
		function () {
			topActive.removeClass ('hit');
		},
		function () {
			topActive.addClass ('hit');
		}
	);

	// /*
	$('#lBaner').flash ({
    	src				: "/public/flash/baner2.swf",
   	 	width			: 1155,
    	height			: 336,
		wmode			: 'transparent',
    	expressInstall	: true
    });
	// */
});

