// JavaScript Document
$(document).ready(function(){


		//展开按钮
		//left
		$("#show_1").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img2").show("slow");
									});
		
		$("#img2 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img2").hide("slow"); 
									});
		
		$("#show_2").click(function(){
									//alert("111");
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img4").show("slow");
									});
		
		$("#img4 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img4").hide("slow"); 
									});
		
		$("#show_3").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img6").show("slow");
									});
		
		$("#img6 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img6").hide("slow"); 
									});
		
		$("#show_4").click(function(){
									//alert("111");
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img10").show("slow");
									});
		
		$("#img10 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img10").hide("slow"); 
									});


		//text_show
		$("#text_show_1").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img2").show("slow");
									});
		
		$("#img2 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img2").hide("slow"); 
									});
		
		$("#text_show_2").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img4").show("slow");
									});
		
		$("#img4 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img4").hide("slow"); 
									});
		
		$("#text_show_3").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img6").show("slow");
									});
		
		$("#img6 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img6").hide("slow"); 
									});
		
		$("#text_show_4").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img8").show("slow");
									});
		
		$("#img8 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img8").hide("slow"); 
									});
		
		$("#text_show_5").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img10").show("slow");
									});
		
		$("#img10 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img10").hide("slow"); 
									});
		
		$("#text_show_6").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img12").show("slow");
									});
		
		$("#img12 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img12").hide("slow"); 
									});
		
		$("#text_show_7").click(function(){
									$("#floatBoxBg").css({height:$(document).height()});
									$("#floatBoxBg").show();
									$("#floatBoxBg").animate({opacity:"0.5"},"normal");
									//dialog("","id:img2","","auto","text");
									$("#img14").show("slow");
									});
		
		$("#img14 a").click(function(){
									$("#floatBoxBg").animate({opacity:"0"},"normal",function(){$(this).hide();});
 									$("#img14").hide("slow"); 
									});
		
});

