$(document).ready(function(){
		
			$('#nav').accordion({ 
					active: false, 
					header: '.head', 
					navigation: true,
					alwaysOpen: false, 
					event: 'click', 
					fillSpace: false, 
					animated: 'easeslide' 
				});
				
				
				$('.white_border').flash(
					{ src: 'swf/flash_slider.swf',
					  width: 524,
					  height: 150,
					  wmode: "transparent"},
					{ version: 8 
				});
				
				
				$('#passport_photo').flash(
					{ src: 'swf/cv.swf',
					  width: 103,
					  height: 144,
					  wmode: "transparent"},
					{ version: 8 }
				);
				
			  $('div.openClose').hide();
						
					$('a.openCloseHit').click(function() {
					$('div.openClose').toggle(500);
					 return false;
						});
		 });



