$(document).ready(function(){
	
	$("div#more_link_wrapper").corner("round");
	
	$("#more_link").click(function(){
		//$("#more_link_text").slideDown('slow');
		//$("#more_link_img").attr("src","images/more_link_open.png");
		$('html, body').animate({ scrollTop: $("#scroll_here").offset().top }, 2000);
		//$(this).text("скрыть");
		return false;
	});
	
	$("#up_link").click(function(){
		$('html, body').animate({ scrollTop: $("#up").offset().top }, 1000);
		return false;
	});
	
	var s1 = new SWFObject("/themes/sropgs/enter_page/panorama.swf?0","Cook","775","279","8");
	s1.write("frame_content");
});
