var cdsToggleCreators=cdsToggleCreators||{};$('<style type="text/css">.expandDetails{height:135px;overflow:hidden;}</style>').appendTo("head");$(document).ready(function(){cdsToggleCreators.container_height=$(".expandDetails").height(),cdsToggleCreators.text_height=$("ul.expandContent p").css("line-height"),cdsToggleCreators.btn_space=3,cdsToggleCreators.new_height=cdsToggleCreators.container_height-(parseInt(cdsToggleCreators.text_height)*cdsToggleCreators.btn_space);$(".expandInside").each(function(){if($(this).innerHeight()>cdsToggleCreators.container_height){$(this).parent(".expandDetails").css("height",cdsToggleCreators.new_height);$(this).parent().siblings("a.expandShowBtn").css("display","block")}else{$(this).parent(".expandDetails").css("height","auto")}});$("a.expandShowBtn").click(function(){$(".expandInside").each(function(){if($(this).parent(".expandDetails").height()>cdsToggleCreators.container_height){$(this).parent(".expandDetails").stop().animate({height:cdsToggleCreators.new_height},"medium","swing",function(){$(this).siblings("a.expandShowBtn").css("display","block");$(this).siblings("a.expandHideBtn").css("display","none")})}});$(this).siblings(".expandDetails").stop().animate({height:$(this).siblings(".expandDetails").children(".expandInside").innerHeight()},"medium","swing",function(){$(this).siblings("a.expandShowBtn").css("display","none");$(this).siblings("a.expandHideBtn").css("display","block")});return false});$("a.expandHideBtn").click(function(){$(this).siblings(".expandDetails").stop().animate({height:cdsToggleCreators.new_height},"medium","swing",function(){$(this).siblings("a.expandHideBtn").css("display","none");$(this).siblings("a.expandShowBtn").css("display","block")});return false})});
