$(document).ready(function(){$(".ad .more").toggle();$(".ad .viewmore").click(function(){$(".more",$(this).parent().parent()).toggle("fast");return false});$("#ac_exp").click(function(){$(".ad .more").show("fast")});$("#ac_con").click(function(){$(".ad .more").hide("fast")})});