// JavaScript Document
$(function(){$("#left_bottom div:first").show();var top = $("#left_top div");top.mousedown(function(){$(this).addClass("backshow").siblings().removeClass("backshow");	var bottom1 = top.index(this);$("#left_bottom div").eq(bottom1).show().siblings().hide();});});
$(function(){var rightbottom = $("#fmain-right-bottom").height();var text = $("#text").height();if (text > rightbottom){$("#fmain-right-bottom").css("height","auto")}});
$(function(){var rightbottom = $("#fmain-right-bottom").height();var text = $("#piclist").height();if (text > rightbottom){$("#fmain-right-bottom").css("height","auto")}});

$(function(){
		  
		   });
